body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000066;
	background-color:#E8E8FF;
	margin:0px;
	padding:0px;
}


#wrapper {
	width:760px;
	background-image:url(graphics/pagebkgd.jpg);
	background-repeat:repeat-y;
	margin: auto;
}

#header {
	width: 720px;
	border-bottom:1px solid #000066;
	margin: auto;
}

#leftcol {
	width: 200px;
	background-image:url(graphics/menuheader.jpg);
	background-repeat:no-repeat;
	/*margin-left: 23px;*/
	padding:0px;
	/*position:relative;
	left:0px;
	top:-750px;*/
	clear:left;
	height:100%;
	
}

#leftcol p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#000066;
}


#menu {
	width:190px;
	margin-left:5px;	
	position:relative;
	padding-top: 30px;
}

#menu ul {
	margin-left: -5px;
	padding:0px;
}

#menu li {
	background-image:url(graphics/menubkgd.jpg);
	background-repeat:no-repeat;
	height:31px;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:22px;
	list-style:none;
	/*margin-left:30px;*/
	text-indent:30px;
	margin-bottom: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
	color:#000066;
}

#menu li a:link, #menu li a:visited {
	color:#000033;
	text-decoration: none;
}

#menu li a:hover {
	background-image:url(graphics/menubkgdover.jpg);
	background-repeat:no-repeat;
	height:31px;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:22px;
	list-style:none;
	/*margin-left:30px;*/
	text-indent:30px;
	margin-bottom: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
	display:block;
}

#leftcolpod {
	background-image:url(graphics/leftpodheader.jpg);
	background-repeat:no-repeat;
	width:100%;
	position: relative;
}

#leftcolpod table {
	width: 100%;
}

#leftcolpod th {
	padding-top: 42px;
	text-align:left;
}

#leftcolpod td {
	padding:5px 0px;
	text-align:left;
}

#leftcolpod td a {
	padding-bottom: 5px;
}

#rightcol {
	width:510px;
	float:right;
	border-left: 1px solid #000066;
	height: 100%;
}

#rightcol p {
	padding-left: 10px;
	padding-right: 5px;
}

#slides {
	margin-left: 30px;
	margin-top:15px;
}

#maincontent {
	width: 720px;
	margin:auto;
	height: 100%;
}

#footer {
	width:721px;
	margin:auto;
	background-color:#000066;
	height: 50px;
	clear:both;
}

#footer p {
	text-align:center;
	padding-top: 10px;
}
#footer a:link, #footer a:visited {
	color:#FFF;
	text-decoration:none;
}

#footer a:hover {
	color:#FFFFCC;
	text-decoration:underline;
}

h2 {
	font-size: 16px;
	color: #000066;
}

.headings {
	font-size:12px;
	font-weight:bold;
	text-align: center;
}

.pics {
	float:right;
	padding-right:5px;
	padding-left:5px;
}

.red {
	font-weight:bold;
	color:#FF0000;
	text-align:center;
}
