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

<!--
html{
	height:100%;
}

body {
	background-image: url(../images/main_bkg.jpg);
	background-repeat: repeat-x;
	background-color: #f2f2f2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	height:100%;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #494949;
	line-height: 14px;
}
a:link{
	color:#000;
	text-decoration:underline;
}
a:hover{
	color:#999;
	text-decoration:none;
}
a:visited{
	color:#000;
}

#holder{
	background-image: url(../images/holder_bkg.jpg);
	background-repeat: repeat-x;
	width: 950px;
	background-color:#f0f0f0;
	margin: 0 auto;
	text-align:center;
}
.footer{
	background-color:#e6e6e6;
	padding: 8px 15px 8px 15px;
	width: 920px;
	height:12px;
	margin: 0 auto;
	text-align:left;
	clear:both;
	overflow:auto;
}

#header{
	width:890px;
	padding:15px 25px 5px 25px;
	text-align:left;
}
#flashHolder{
	width:900px;
	padding:10px 0px 0px 0px;
	margin:0px 25px 0px 25px;
	background-color:#ffffff;
	height:198px;
}
#colHolder{
	padding:0px 25px 0px 25px;
	overflow:auto;
}
.colSplit{
	float:left;
	margin: 10px 0px 0px 0px;
	background-image: url(../images/colSplit.gif);
	background-repeat: repeat-y;
	height:500px;
	width:18px;
}
.column{
	text-align: left;
	width:268px;
	float:left;
	margin: 10px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	height: 572px;
	background-image: url(../images/col_bkg.jpg);
	background-repeat: repeat-x;
}
.content{
	text-align: left;
	width:600px;
	float:left;
	margin: 10px 0px 10px 0px;
	padding: 10px;
	height:100%;
	background-image: url(../images/col_bkg.jpg);
	background-repeat: repeat-x;
}
.rightCol{
	text-align: left;
	width:250px;
	float:left;
	margin: 10px 0px 0px 10px;
	padding: 10px;
	height:450px;
	background-image: url(../images/col_bkg.jpg);
	background-repeat: repeat-x;
}
.underline{
	background-image: url(../images/underline.gif);
	background-repeat: repeat-x;
	width:100%;
	height:2px;
	margin-bottom:5px;
	margin-top:2px;
}
.footerLink{
	padding:0px 14px 0px 0px;
	float:left;
}
.profSection{
	padding:5px 0px 5px 0px;
}
li{
	margin: 0px 10px 2px 0px;
	padding: 0px;
	color: #000;
}
ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	color:#666;
}
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	padding:4px 0px 6px 0px;
	margin:0px;
	font-style:normal;
	font-weight:500;
	color: #37494D;
}
-->

