/***Colors***/
/**PaleBlue:	#c6eff5**/
/**LightBlue: 	#48b1c5**/
/**Blue: 		#008ca6**/
/**Pink:		#b8414c**/
/**Red: 		#a6121f**/
/**PommeRed:	#730217**/
/**Texty:		#333333**/
/**LightText:	#555555**/
/**Borders:		#aaaaaa**/

/*Background*/
body{background:#c6eff5; color: #444444}
div#header {background: url(../images/header.gif) center no-repeat;}
div#container{background: #ffffff url(../images/bkgd.gif) center repeat-y;}
div#home{background:url(../images/home.gif) center no-repeat;}
div#footer{background: url(../images/footer.gif) center no-repeat;}

/*Search*/
div#search p{font-size: 11px; color:#ffffff;}
div#search input{border:1px solid #730217;}

/*Navigation*/
div#subnav {border-bottom: 1px dotted #aaaaaa;}


/*Sidebar*/
h3#pc {color:#ffffff; background: url(../images/pc_bkgd.gif) right no-repeat #a6121f;}
h3#sect {color:#ffffff; background: url(../images/sect_bkgd.gif) right no-repeat #008ca6;}
h3.subsect {color:#ffffff; background: url(../images/subsect_bkgd.gif) right no-repeat #48b1c5;}
h3#sect a{color:#ffffff;}

/*Header*/
h1 {color: #008ca6}
h3 {color: #a6121f}
h3 a{color: #48b1c5}
h4 {color:#48b1c5;}

/*Footer*/
div#footer a {color:#333333;}
div#footer a:hover {color:#008CA6}

/*Links*/
a {color:#008ca6;}
a.returnanchor {color:#aaaaaa;}

.blue {color:#008ca6;}


