/* CSS Document */
* {
	padding:0;
	margin:0;
}
body {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(/images/backgrounds/pattern_bg.gif);
	background-repeat:repeat;
}
td {
	text-align:left;
	vertical-align:top;
}
h1 {
	font-size:150%;
	line-height:17pt;
}
.alignRight {
	text-align:right;
}
.alignCenter {
	text-align:center;
}
.alignMiddle {
	vertical-align:middle;
}
.alignBottom {
	vertical-align:bottom;
}
.floatLeft {
	float:left;
	margin:0 15px 6px 0px;
}
.floatRight {
	float:right;
	margin:0 0 6px 15px;
	clear:right;
}
.clear {
	clear:both;
}

#wrap {
	width:770px;
	margin:0 auto;
	background-color:#FFFFFF;
}

#header {
	clear:both;
}
	#header #header-top {
		height:75px;
		border-top:4px solid #EB77B1;
		border-bottom:4px solid #EB77B1;
	}
	#header #header-bottom {
	}
		#header #header-bottom #header-leftCol {
			width:199px;
			height:148px;
			float:left;
			background-image:url(/images/backgrounds/title_bg.gif);
			background-position:left top;
			background-repeat:no-repeat;
		}
			#header #header-bottom #header-leftCol #title {
				padding:30px 10px 0 10px;
			}
		#header #header-bottom #header-rightCol {
			width:571px;
			float:left;
		}
			#header #header-bottom #header-rightCol #header-img {
				height:120px;
			}
			#header #header-bottom #header-rightCol #breadCrumb {
				background-color:#ffd8e2;
				line-height:23px;
				text-align:right;
				font-weight:bold;
				font-size:90%;
				padding-right:10px;
			}
				#header #header-bottom #header-rightCol #breadCrumb a:link {
					text-decoration:none;
					color:black;
				}
				#header #header-bottom #header-rightCol #breadCrumb a:visited {
					text-decoration:none;
					color:#999;
				}
				#header #header-bottom #header-rightCol #breadCrumb a:hover,
				#header #header-bottom #header-rightCol #breadCrumb a:active {
					text-decoration:underline;
					color:#EB77B1;
				}

#middle {
	clear:both;
	background-image:url(/images/backgrounds/nav_bg.gif);
	background-position:left top;
	background-repeat:repeat-y;
}
	#middle #email {
		text-align:right;
		padding:3px 10px 0 0;
	}
#leftNav {
	float:left;
	width:191px;
	/* width adjustment for IE6 */
	_width:187px;
	padding:0 0 10px 8px;
}

#content {
	float:right;
	width:551px;
	padding:5px 10px;
}
#content p,
#content ul,
#content ol,
#content hr,
#content form,
#content table {
	margin-bottom:8px;
}
#content ul,
#content ol {
	margin-left:25px;
}
#content ul li,
#content ol li {
	margin-bottom:3px;
}
#content h2 {
	font-size:155%;
	margin-bottom:10px;
	font-weight:normal;
}
#content h3 {
	font-size:130%;
	margin-bottom:8px;
}
#content h4 {
	font-size:105%;
	margin-bottom:4px;
}
#content hr {
	color:#d35080;
}
#content a:link,
#content a:visited {
	text-decoration:underline;
	color:#AB035C;
}
#content a:hover,
#content a:active {
	text-decoration:none;
	color:#999;
}

#content .pink {
	color:#AB035C;
}
#content table.brd-pink {
	border-top:1px solid #AB035C;
	border-right:1px solid #AB035C;
}
	#content table.brd-pink td,
	#content table.brd-pink th {
		border-bottom:1px solid #AB035C;
		border-left:1px solid #AB035C;
	}
#content table.pad td {
	padding:4px;
}

#content .rightCol {
	float:left;
	margin-left:6px;
	width:235px;
}
	#content .pinkBox {
		background-image:url(/images/backgrounds/pinkBoxBGMiddle.gif);
		background-repeat:repeat-y;
		background-position:right top;
	}
	#content .pinkBox .top {
		background-image:url(/images/backgrounds/pinkBoxBGTop.gif);
		background-repeat:no-repeat;
		background-position:right top;
		padding:10px 10px 0 10px;
		min-height:301px;
	}
	*html #content .pinkBox .top {
		height:301px;
	}
	#content .pinkBox .bottom {
		clear:both;
		background-image:url(/images/backgrounds/pinkBoxBGbottom.gif);
		background-repeat:no-repeat;
		background-position:right bottom;
		height:22px;
	}

#footer {
	clear:both;
	background-image:url(/images/backgrounds/footer.gif);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#cfc9c4;
	text-align:center;
	padding:45px 10px 20px 0;
	min-height:1px;
	_height:1px;
}
	#footer ul {
		list-style:none;
		font-size:11px;
	}
		#footer ul li {
			line-height:10px;
			display:inline;	
			border-right:2px solid #AB035C;
			padding:0 8px 0 4px;
			line-height:18px;
		}
		#footer ul li.last {
			border-right:none;
			padding-right:0;
		}
	#footer a:link,
	#footer a:visited {
		text-decoration:underline;
		color:#AB035C;
	}
	#footer a:hover,
	#footer a:active {
		text-decoration:none;
		color:#999;
	}

/* form styles */
form input.text,
form input.text2,
form textarea,
form select {
	border:1px solid;
	font-size:1em;
	background-color:#ffffff !important;
}
form input.text,
form input.text2,
form textarea,
form select {
	margin-bottom:8px;
}
form input.text,
form input.text2,
form select {
	vertical-align:middle;
}
form input.text,
form input.text2,
form textarea {
	padding:2px;
}
form .text,
form textarea {
	width:250px;
}
form textarea {
	height:100px;
	overflow:auto;
}
form .formButton {
	margin-top:5px;
	border:1px solid;
}
form .formButtons {
	text-align:right;
	margin-right:32px;
}
form br {
	clear:left;
}
form label {
	font-weight:bold;
	text-align:left;
	float:left;
	width:120px;
	display:block;
	margin-right:2px;
}
form fieldset {
	padding:5px;
	margin-bottom:5px;
}
form legend {
	margin-bottom:5px;
}