/* CSS Document */
* {
	padding:0;
	margin:0;
}
td {
	text-align:left;
	vertical-align:top;
}

fieldset {
	margin-bottom:5px;
}

.alignRight {
	text-align:right;
}
.alignCenter {
	text-align:center;
}
.alignMiddle {
	vertical-align:middle;
}
.alignBottom {
	vertical-align:bottom;
}
.imgLeft {
	margin:0 15px 6px 0px;
	float:left;
	clear:left;
}
.imgRight {
	margin:0 0 6px 20px;
	float:right;
	clear:right;
}
p.hr {
	background-image:url(/images/backgrounds/hrBG.gif);
	background-repeat:repeat-x;
	font-size:1px;
	margin-bottom:0;
}

body {
	background-color:#fff;
}
#wrap {
	width:780px;
	margin:0 auto;
}

#header {
	background-image:url(/images/backgrounds/headerBG.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
	padding:2px 55px 0 0;
	font-size:11px;
	height:175px;
}
	#header h1 { display:none; }
	#header h2 {
		font-size:30px;
		color:#7ca6d8;
	}
	#header #dateStamp {
		padding:0 3px 0 0;
		line-height:30px;
		float:right;
		width:520px;
		text-align:right;
	}
#middle {
	background-image:url(/images/backgrounds/contentBG.gif);
	background-repeat:repeat-y;
	background-position:left top;
	margin-left:15px;
}
#content {
	min-height:410px;
	padding:0 48px 0 170px;
}
/* IE6 style */
* html #content {
	height:410px;
}
	#content h2 {
		margin-bottom:8px;
		padding-top:20px;
	}
	#content p,
	#content ul,
	#content form {
		margin-bottom:10px;
	}
#content.oneCol { padding-right:63px; }
	#content table.main { width:525px; }
	#content table.main td.rightTD { padding-left:15px; }
	#content table.main td.rightTD,
	#content table.main td.leftTD { padding-right:15px; }
		
	#content .scrollArea {
		height:410px;
		overflow:auto;
	}
	#content.redMan {
		background-image:url(/images/backgrounds/redMan.gif);
		background-repeat:no-repeat;
		background-position:5px 20px;
	}
	#content.blueWoman {
		background-image:url(/images/backgrounds/blueWoman.gif);
		background-repeat:no-repeat;
		background-position:25px 20px;
	}
	#content.greenMan {
		background-image:url(/images/backgrounds/greenMan.gif);
		background-repeat:no-repeat;
		background-position:27px 20px;
	}
	#content.goldMan {
		background-image:url(/images/backgrounds/goldMan.gif);
		background-repeat:no-repeat;
		background-position:3px 20px;
	}
	#content.grayWoman {
		background-image:url(/images/backgrounds/grayWoman.gif);
		background-repeat:no-repeat;
		background-position:8px 20px;
	}
	.partners img { margin:15px 16px; }
	
#menu { padding:0 15px; }

#footer {
	text-align:right;
	padding:0 50px;
}

/* border styles */
.borderLeft { border-left:1px solid #e6e6e6; }
img.border {
	border:1px solid #e6e6e6;
	padding:2px;
}

/* link, color, font styles */
body {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#949494;
}
a:link,
a:visited {
	color:#87AFBE;
}
ul li a {
	font-weight:bold;
}
a:hover,
a:active {
	color:#FF3333;
}
.blue,
form legend { color:#87AFBE; }
form legend { font-weight:bold; }
h3 {
	font-size:12px;
	font-weight:bold;
}

/* list styles */
ul {
	list-style:none;
	margin-left:5px;
}
	ul li {
		background-image:url(/images/icons/arrowRt.gif);
		background-repeat:no-repeat;
		background-position:left center;
		padding-left:14px;
		line-height:1.5em;
	}

/* form styles */
input.text,
input.text2,
textarea {
	border:1px solid #C1C1C1;
	font-family:Tahoma;
	font-size:11px;
	color:#A2A2A2;
	background-color:#F5F5F5;
	margin-bottom:3px;
	padding:1px 0 0 1px;
}
input.text,
textarea {
	width:222px;
}
input.text,
input.text2 {
	height:18px;
}
textarea {
	height:170px;
	overflow:auto;
}
form label {
	width:150px;
	display:block;
	float:left;
	font-weight:bold;
}
fieldset { padding:5px; }
br { clear:both; }
