/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image: url(../images/backgImg.jpg);
	background-repeat: repeat-x;
	font-family: Myriad, Arial, Helvetica, sans-serif;
}
a, a:active, a:link, a:visited {
	color: #ff3333;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/********************************/
/*GENERIC TAGS*/
/********************************/
h1 {
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	margin-bottom: 10px;
	margin-top:7px;
}
h2 {
	font-size: 14px;
	line-height: 24px;
	color: #000;
	font-weight: bold;
	margin-bottom:0;
}
p, li {
	font-size: 14px;
	line-height: 24px;
	color: #999999;
	margin-top: 6px;
}
ul {
margin-top: 6px;
}
li {
}
li li {
}
/********************************/
/*MAIN NAVIGATION*/
/********************************/		 
		 
#nav {
	width: 190px;
	padding-left: 35px;
	margin-top: 25px;
	float: left;
}
/********************************/
/*PAGE STYLES*/
/********************************/
#container {
	width: 950px;
	margin: 0;
	padding: 0;
}
#mastHead {
	height:273px;
	padding:0;
	margin:0;
	background-image: url(../images/mastHead1.jpg);
}
#mastCircles {
	height:189px;
	padding:0;
	width:641px;
	margin-left:271px;
	margin-top:-188px;
}
#containerContent {
zoom:1; /* For IE to expand the full container height when i contains floating DIVs */
}

#mainContent {
	width: 539px;
	margin-top: 25px;
	float: left;
	font-size: 14px;
	font-style: normal;
	line-height: 24px;
	color: #999999;
	padding-bottom: 18px;
}
#sidebar {
	width: 122px;
	float: left;
	margin-top: 25px;
	padding-left: 25px;
}
.sidebarText {
	color: #0099cc;
	font-style: italic;
	font-size: 12px;
}
.footer {
	width: 557px;
	font-size: 11px;
	color: #666666;
	position: relative;
	line-height: 20px;
	padding-left: 225px;
	padding-top: 5px;
}
/********************************/
/*PAGE STYLES*/
/********************************/		  
.mainHeader {
	font-size:24px;
	color: #000000;
}
.memberLogin {
	padding-top: 28px;
	width: 320px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 700px;
	background-color: #4893CF;
}
.title {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 262px;
	margin-top: 46px;
	width: 595px;
}
.title a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
p.home {
	font-size: 18px;
	color: #666666;
	line-height: 30px;
	margin-top: -5px;
}
p.home a, p.home a:active, p.home a:link, p.home a:visited {
	text-decoration: underline;
}
p.home a:hover {
	text-decoration: none;
}
.names {
	line-height: 16px;
	color:#999999;
	width: 200px;
	padding-bottom: 20px;
}
.namesTitle {
	font-size: 14px;
	line-height: 16px;
	color: #333333;
	font-weight: bold;
	padding-top: 12px;
	margin-bottom: 2px;
	width: 225px;
	border-top: 1px solid #CCCCCC;
}
.names a:hover {
	color: #ff3333;
}
p.div {
	border-top: 1px solid #cccccc;
	line-height:1px;
	margin:0;
	padding:.5em 0;
}
/********************************/
/* BROWSER FIXES */
/********************************/
.clear { /* to fix firefox/IE bug: allows parent of floating divs to expand the full height of its children */
clear: both;
height:0;
line-height:0;
}
