/* CSS Document */

#nav_holder {
	float: left;
	position: relative;
	width: 178px;
	background-color: #006633;
	height: 800px;
	overflow: auto;
	left: 0;
	top: 0;
}

#wrapper {
	width: 830px;
	border: thin solid #FFFFFF;
	background-color: #FFFFFF;
	background-image: url(../images/wrap-blk-bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
.program {
	border: 1px solid #006633;
}
.program th {
	background-color: #000066;
	color: #FFFFFF;
	border: 1px solid #000000;
	font-size: 14px;
}
.program td {
	border: 1px solid #000000;
	vertical-align: text-top;
}
.progtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
a:link {
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
body {
	background-color: #98c9e8;
	background-image: url(../images/bgvig.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
hr {
	color: #000066;
}

#conftitle {
	font: 12px/33px Arial, Helvetica, sans-serif;
	background: #000066;
	text-align: center;
	color: #FFFFFF;
	height: 33px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#maincolumn {
	width: 600px;
	float:right;
	text-align: left;
	border-right: #FFFFFF;
	border-top-color: #FFFFFF;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(../images/maincolbg.jpg);
}
.maincolumnbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 16px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000066;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
	text-align: left;
}
#footer {
	clear: both;
	padding-top: 10px;
}

.leftimage{
float: left;
margin-right: 10px;
}

.rightimage{
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}



.glossymenu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 178px;
	border-bottom-width: 0;
	float: left;
	position: relative;
	background-color: #006633;
}

.glossymenu li a{
background: white url(../images/glossyback.gif) repeat-x left bottom;
font: 13px Arial, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 5px 0 5px 10px;
text-decoration: none;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 168px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(../images/glossyback2.gif);
}

.style1 {
color: #FFFFFF}

.style2 {
color: #999999}
.bodybold {
	font-weight: bold;
	font-size: 13px;
}
.progtxtGrn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #006633;
	font-weight: bold;
	text-align: center;
}
.boldblu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	line-height: 14px;
	font-weight: bold;
}
