@charset "UTF-8";
/* CSS Document */


h1, h2, h3, h4, p, li {
	padding-left:12px;
	padding-right:12px;
}

h1, h2, h3 {
	font-family:Georgia, Times New Roman, Times, serif;
	font-weight:bold;
	font-style:normal;
	color:#000;
}

h1 {
	font-size:24px;
	line-height:30px;
}

h2 {
	font-size:18px;
	line-height:24px;
}
	
h3 {
	font-size:16px;
	line-height:22px;
	color:#41427F;
}

h4 {
	font-family:Lucia Grande, Tahoma, Verdana, Trebuchet MS, Arial, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#41427F;
	font-weight:bolder;
}

p, li {
	font-family:Tahoma, Verdana, Trebuchet MS, Arial, sans-serif;
	font-size:12px;
	line-height:14px;
	font-weight:normal;
	color:#000;
}

.accent {
	font-family:Lucia Grande, Tahoma, Verdana, Trebuchet MS, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
}

.btmBdr {
	border-bottom: thin dotted #000;
}

.copyright {
	font-family:Lucida Grande, Tahoma, Verdana, Trebuchet MS, Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
}

.rightimg {
	margin:0 0 0 10px;
	float: right;
}

.leftimg {
	margin: 0 10px 0 0;
	float: left;
}

/* these are regular links */
a:link {
	font-family:Lucida Grande, Tahoma, Verdana, Trebuchet MS, Arial, sans-serif;
	color:#41427F;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#66F;
	text-decoration:underline;
}

a:visited {
	font-family:Lucida Grande, Tahoma, Verdana, Trebuchet MS, Arial, sans-serif;
	color:#669; 
	font-weight:normal;
	text-decoration:none;
}



#container {
	width:800px;
	position:relative;
	margin:0 auto;
	height:auto;
	border:#41427F thin dotted;

}

#announcement {
	width:540px;
	margin-left:60px;
	background-color:#CCF;
	border: grey thin dotted;
}

#main {
	margin-top:0px;
	width:auto:
}
	
td#navBar {
	background-color:#99C;
	width:130px;
	height:auto:
}


/*this is navigation bar side and top */

#navigation {
	background-color:#99C;
	vertical-align:top;
}	

	
#navBar p {
	padding-bottom:12px;
	border-bottom:#000 thin dotted;
}

#navigation a:link {
	font-family:Lucia Grande, Tahoma, Verdana, Trebuchet MS, Arial, sans-serif;
	color:#FFF;
	font-weight:600;
	text-decoration: none;
}

#navigation a:hover {
	color:#666;
	text-decoration:underline; 
}

#navigation a:visited {
	color:#FFF; 
	text-decoration:none;
}


#navBar a:link {
	font-family:Lucia Grande, Tahoma, Verdana, Trebuchet MS, Arial, sans-serif;
	color:#FFF;
	font-weight:600;
	text-decoration: none;
}

#navBar a:hover {
	color:#666;
	text-decoration:underline; 
}

#navBar a:visited {
	color:#FFF; 
	text-decoration:none;
}



