/* MAIN CSS FOR THE SITE */

body, html {
	margin:0;
	padding:0;
}

body {
	background:#79b1bf url(../images/site/body_bg.jpg) top center repeat-x;
}

#header {
	background:#005841;
	padding:20px 50px 0 50px;
}
#header td {
	font-size:8pt;
}

#header a {
	text-decoration:none;
	color: #FFFFFF;
}


#nav a:link, #nav a:visited {
	color:#fff;
	text-decoration:none;
}

#nav a:hover {
	color:#8ab4e8;
	text-decoration:none;
}


/*------------------- CONTENT AREAS -------------------*/
#content {
	padding-bottom:50px;
	background:#fff;
}

#contentArea2 {
	background:url(../images/site/page_bg.jpg) left repeat-y;
}

#mainCol {
	height:420px;
}

#sideCol {
	/*width:97px;*/
	position:relative;
	z-index:2;
	padding:0px; /*20px 10px 10px 10px; */
	text-align:right;
}

#pinkBar {
	display:block;
	width:646px;
	background:url(../images/site/pink_bar_bg.png) repeat-x;
	padding:7px 0 7px 117px;
	height:28px;
	line-height:2em;
	color:#006c86;
	font-size:10pt;
	font-weight:bold;
}

*html #pinkBar {			/* a hack for IE6 */
	background:#fdc89a url(../images/site/pink_bar_bg_for_ie.jpg) repeat-x center;
	height:27px;
	padding:2px 0 2px 117px;
	width:780px;
}

#pinkBar a:link, #pinkBar a:visited {
	color:#006c86;
	text-decoration:none;
	padding:0 4px;
}

#pinkBar a:hover {
	color:#014251;
	text-decoration:none;
}


/*------------------- FOOTER -------------------*/
#footer td {
	padding:17px 0;
	background:#006c86;
	font-size:8pt;
	line-height:1em;
	color:#fac880;
}

#footer a:link, #footer a:visited {
	color:#fac880;
	text-decoration:none;
}

#footer a:hover {
	color:#fac880;
	text-decoration:underline;
}
