/* CSS Document ................*/
* {
	margin:0px;
	padding:0px;
}




body {
	margin-bottom:0px;
	padding-bottom:0px;
	background-image:url(../images/background.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color: #dddddd;
}

body, input, select, textarea {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:small;
}



/* topContainer.................*/

#logoTop {
	width: 150px;
	float: left;
	margin-top: 25px;
	margin-left: 35px;
	background-image: url(../images/logo_03.gif);
	background-repeat: no-repeat;
	height: 60px;
	background-position: left top;
}


#topWrapper {
	background-color: #DDDDDD;
	text-align: center;
	width: 100%;
	position: fixed;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
}
#backTop {
	height: 20px;
	width: 100px;
}
#topContainer {
	text-align: left;
	width: 945px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100px;
	padding: 0px;
	background-color: #DDD;
}

#topBumper {
	/*border:1px solid #00ffff;*/
	position:fixed;
	width:100%;
	margin:100px 0px 0px;
	height: 22px;
	background-image: url(../images/bumper_top.gif);
	background-position: left top;
	text-align: center;
}




/* mainContainer.................*/

#mainWrapper {
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	/*background-image:url(images/bumper_top.gif);
	background-position:top left;
	background-repeat:repeat-x;*/
}
#mainContainer {
	text-align: left;
	width: 945px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 125px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#header {
	/*border:1px solid #00ffff;*/
	width:945px;
	padding:0px;
	margin:0px 0px 30px;
	background-color: #F02F89;
	-moz-border-radius: 10px;
	border-radius: 10px;

}

#headerLeft {
	float: left;
	width: 330px;
	margin-left: 35px;
	margin-top: 35px;
}

#headerRight {
	float: right;
	width: 524px;
	margin-right: 35px;
	margin-top: 33px;
	height: auto;
	padding-bottom: 30px;
}
#content {
	padding: 0px;
	width: 945px;
}

.contentPanel {
	padding: 0px;
	width: 945px;
	background-color: #FFF;
	height: auto;
	margin-bottom: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.column1 {
	padding: 0px;
	float: left;
	width: 270px;
	margin-top: 35px;
	margin-left: 35px;
}
.column2 {
	padding: 0px;
	float: right;
	width: 560px;
	margin-top: 35px;
}
.profileLeft {
	float: left;
	width: 490px;
	margin-left: 35px;
	margin-top: 35px;
}
.profileRight {
	float: right;
	width: 360px;
	margin-right: 35px;
	margin-top: 33px;
	height: auto;
	padding-bottom: 30px;
}




/* topNav......................*/

ul#topNav {
	/*border:1px solid #fff000;*/
	float:right;
	width:480px;
	font-size:large;
	letter-spacing:-1px;
	text-align: right;
	margin-top: 40px;
	margin-right: 31px;
	/*white-space:nowrap;*/
}

ul#topNav li {
	padding:0px 9px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style-type:none;
	display:inline;
}

ul#topNav li a.nav {
	color:#FFF;
	text-decoration:none;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #DDD;
}



ul#topNav li a.last {
	padding:0px 0px 0px 0px;
}

ul#topNav li a:hover {
	color:#FFF;
	background-color: #4C3B48;
}





/* text styles.................*/

h1 {
	color:#10A6B5;
	font-size:260%;
	font-style:italic;
	font-weight:normal;
	margin:0px 0px 25px 0px;
}

h1.orange {
	color:#EC6D19;
}

h1.violet {
	color:#B18CB8;
}

h1.pink {
	color:#D33972;
}

h1.green {
	color:#B0C55D;
}

h1 span {
	background-color:#0d0d0d;
}

h1 span span {
	color:#10A6B5;
}


h2 {
	color:#F02F89;
	font-size:medium;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B3B3B3;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-right: 37px;
}

h2 span {
	background-color:#0d0d0d;
}

h2 span span {
	color:#D33972;
}

h2.last {
	margin:0px 0px 25px 0px;
}

h2 a {
	color:#4C3B48;
	text-decoration:none;
}

h2 a:hover {
	color:#F02F89;
}

h3 {
	color:#F02F89;
	font-size:x-large;
	font-style:italic;
	font-weight:normal;
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 10px;
}

h3.violet {
	color:#B18CB8;
}

h3.pink {
	color:#D33972;
}

p {
	padding:0px 0px 25px 0px;
	line-height:18px
}

p span {
	font-weight:bold;
}

.contentBody {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	line-height: 1.4em;
	color: #4C3B48;
}

.profileBody {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	line-height: 1.4em;
	color: #FFF;
}
.aboutBody {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:110%;
	/*	font-style: italic;*/
	line-height: 1.4em;
	color: #FFF;
	font-weight: bold;
}


p.intro {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:220%;
	font-style:italic;
	color:#F02F89;
	line-height:38px;
}

p.intro span {
	background-color:#4C3B48;
	border-bottom:1px dashed #FFF;
	font-weight:normal;
}

p.intro span span {
	color:#10A6B5;
	font-weight:bold;
}

p.profile {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:170%;
	font-style:italic;
	color:#F02F89;
	line-height:28px;
}

p.profile span {
	background-color:#4C3B48;
	border-bottom:1px dashed #FFF;
	font-weight:normal;
}

p.profile span span {
	color:#10A6B5;
	font-weight:bold;
}
p.about {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:110%;
	/*	font-style:italic;*/
	color:#4C3B48;
	line-height:18px;
	font-weight:bold;
}

p.about span {
/*	background-color:#4C3B48;*/
/*	border-bottom:1px dashed #FFF;*/
	font-weight:normal;
}



/* Footer List 1.................*/

.footerCell1 {
	/*border:1px solid #00ff00;*/
	width:220px;
	float:left;
	text-align:left;
	padding:0px;
	margin:0px 130px 25px 35px;
}


.footerList1 {
	/*border:1px solid #ff0000;*/
	width:167px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.footerList1 li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style-type:none;
	border-bottom:1px dashed #F02F89;
}

.footerList1 li.last {
	border-bottom:none;
}

.footerList1 li a {
	padding:4px 0px 4px 10px;
	margin:0px 0px 0px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:smaller;
	font-weight:bold;
	font-style:italic;
	color:#D7D7D7;
	display:block;
	text-decoration:none;
}

.footerList1 li a:hover {
	color:#4C3B48;
	background-color:#CFBE27;
}



/*ul#footerList1 {
	width:167px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
*/
/*ul#footerList1 li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style-type:none;
	border-bottom:1px dashed #F02F89;
}
*/
/*ul#footerList1 li.last {
	border-bottom:none;
*/

/*ul#footerList1 li a {
	padding:4px 0px 4px 10px;
	margin:0px 0px 0px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:smaller;
	font-weight:bold;
	font-style:italic;
	color:#D7D7D7;
	display:block;
	text-decoration:none;
}
*/
/*ul#footerList1 li a:hover {
	color:#4C3B48;
	background-color:#CFBE27;
}
*/



/* Footer List 2.................*/

.footerCell2 {
	/*border:1px solid #00ff00;*/
	width:200px;
	float:left;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 25px 0px;
}



/* Footer List 3.................*/

.footerCell3 {
	/*border:1px solid #00ff00;*/
	width:202px;
	float:right;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 25px 0px;
}




/* Footer........................*/

#bottomBumper {
	height: 22px;
	background-image: url(../images/bumper_footer.gif);
	background-position: left top;
	background-color: #D5D5D5;
}


#footer {
	text-align: left;
	width: 945px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footWrapper {
	background-color: #3B2D38;
	text-align: center;
	width: 100%;
}


/* Footer Base...................*/

#footerBaseWrapper {
	/*border:1px solid #00ffff;*/
	border-top:1px dashed #FFF;
	text-align:center;
	width:100%;
	background-color: #F02475;
}

#footerBase {
	/*border:1px solid #00ff00;*/
	width:910px;
	margin:0px auto;
	text-align:left;
	padding:10px 35px 0px 0px;
}

#footerBase p {
	/*border:1px solid #00ff00;*/
	font-size:smaller;
	color:#4C3B48;
	padding:0px 0px 25px 0px;
}

#footerBase p span {
	font-weight:bold;
	font-style:italic;
}

#footerBaseLeft {
	/*border:1px solid #00ff00;*/
	float:left;
	width:370px;
	padding:0px;
	margin-left: 35px;
}

#footerBaseRight {
	/*border:1px solid #00ff00;*/
	float:Right;
	text-align:right;
	width:400px;
	padding:0px 0px 0px 0px;
}

#footerBase a {
	font-size:smaller;
	font-weight:bold;
	font-style:italic;
	color:#DFDFDF;
	text-decoration:none;
	
}

#footerBase a:hover {
	color:#CFBE27;
}




/* images........................*/

/* misc..........................*/

.clear {
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}

#myAnchor{
}


.column1 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: underline;
	color: #4C3B48;
}
.column1 a:hover {
	color: #F02475;
}
#titleContainer {
	padding: 0px;
	margin: 30px 0px 10px 35px;
	float: left;
	width: 875px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
}
#pageTitle {
	margin-bottom: 30px;
	background-color: #4c3b48;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 250%;
	color: #F02F89;
	font-weight: normal;
}
.profile span a {
	color: #FFF;
	text-decoration: none;
}
.aboutBody span a {
	color: #FFF;
	text-decoration: underline;
}
#printAnchor{
	height:125px;
}

