@import url("menu.css");
@import url("admin.css");
@import url("calendar.css");

body {
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	/*background: url(../images/bg.jpg);
	background-color: #CCCCCC;*/
}

h4 {
	font-size: 13pt;
	color: #000033;
	border-bottom: 1px solid #000033;
	padding-bottom:5px;
}

h3 {
	font-size: 12pt;
	color: #000033;
	padding-top:5px;
	font-weight:bold;
}

a {
	color: #0000CC;
}

a:hover {
	color: #FF0000;
}

div#wrapper {
	margin: 0px auto;
	width: 750;	
}

div#banner {
	margin: 0px auto;
	width: 750px;	
}

div#main {	
	margin: 0px auto;
	width: 730px;
	vertical-align: top;
	/*padding: 10px;*/
	padding-left: 20px;
	padding-bottom: 20px;
	background: url(/images/bg.jpg);
}

div#footer { 
	margin: 0px auto;
	background:url(/images/footer.gif) no-repeat;
	height: 58px;	
	width: 750px;
	padding-bottom: 20px;
	font-size: 8pt;
}

div#footer ul {
	text-align:left;
	list-style-type: none;
	margin: 0px;
	/*padding: 10px;*/
	padding-left: 10px;
}
div#footer ul li {
	display: inline;
	padding: 0px 10px 0px 0px;
}

div#footer ul li a {
	color: #D0E9FF;
	text-decoration:none;
}

div#footer ul li a:hover {
	text-decoration: underline;
}

div#title {
	margin: 0px auto;
	width: 730px;
	vertical-align: top;
	padding: 10px;
	background: url(/images/bg.jpg);
	border-bottom: 1px solid #000033;
}

div#title a { 
	font-size: 11pt;
	font-weight: bold;
	color: #0000FF;
	text-decoration:none;
}

div#title a:hover {
	color: #FF0000;
	text-decoration: underline;
}

div#content {
	margin: 0px auto;
	width: 730px;
	vertical-align: top;
	padding: 10px;
	background: url(/images/bg.jpg);
}
div#navigation {
	margin: 0px auto;
	padding: 0px;
}

div#header {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size:14pt;
	font-weight:bold;
	background-color:#000033;
	color:#FFFFFF;
	text-align:center;
}

div#team {

}

div#team a {
	font-size: 10pt;
	color: #333333;
	font-weight: bold;
}

div#team span {
	font-size: 8pt;
	color: #666666;
	font-weight: bold;
}

ul#ulAbout {
	margin: 0px;
	padding: 0px 0px 10px 20px;
}

ul#ulAbout li {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	display: list-item; 
	list-style: square;	
}

ul#ulList {
	margin:0px;
	padding: 10px 0px 0px 30px;
}

ul#ulList li {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	display: list-item; 
	list-style:square;	
}
li { 
	padding-bottom: 3px;
}

/* table classes */

table.tblH4 {
	font-size: 12pt;
	font-weight: bold;
	color: #666666;
	border-bottom: 1px solid #000000;
	padding:5px 0px 0px 0px;
}

table.tblTable {
	/*border: 1px solid #fff;*/
	/*background: white;*/
	width: 100%;
}
table.tblTable td {
	/*border: 1px solid #fff;*/
	padding: 6px; 
	vertical-align:top;
}
table.tblNarrow {
	width: auto;
}
table.tblHeader {
	width: 100%;
	margin: 8px 0px;
}
.tblHdrCol td {
	font-weight: bold;
	text-align: left;
	background: #000033;
	color: #FFF;
}
.tblHdrCol a  {
	font-weight: bold;
	text-align: left;
	background: #DEDBD6;
	color: #000;
	text-decoration:underline;
}
.tblHdrCol a:hover  {
	font-weight: bold;
	text-align: left;
	background: #DEDBD6;
	color: #000;
	text-decoration: underline;
}
.tblHdrRow {
	font-weight: bold;
	text-align: right;
}

.tblData td {
	background-color: #f5f5f5;
}

.tblDataDark td {
	background-color: #e5e5e5;
}

.tblDataAlt table {
	background-color: #f5f5f5;
}
.tblDataAlt td {
	background-color: #fff;
}
.tblDataOver td, .tblDataAltOver td {
	background-color: #F0E1D9;
}
.tblData td, .tblDataAlt td, .tblDataOver td, .tblDataAltOver td {
	font-size: 9pt;
}

/* misc classes */
.txtGreen, .hdrGreen {
	color: #009900;
}
.txtRed, .hdrRed {
	color: #FF0000;
}
.hdrGreen, .hdrRed {
	padding: 20px 0px;
	font-size: 12px;
	font-weight: bold;
}
.txtFormat {
	font-size: 9pt;
	color: #666666;
}
.txtRequired {
	font-size: 9pt;
	color: #FF0000;
}
.imgFloatRt {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
.textRtPadding {
	padding-right: 20px;
}
.copy {
	font-size: 8pt;
	text-align:center;
}
.video {
	padding-top: 2px;
}

div#news { 
	padding-left:50px;
}

div#news ul {
	text-align:left;
	list-style-type: none;
	margin: 0px;
	padding: 10px;
}
div#news ul li {
	padding: 0px 10px 8px 10px;
}

div#news ul li a {
	color: #0000FF;
	text-decoration: underline;
}

div#news ul li a:hover {
	color:#FF0000;
	text-decoration: underline;
}
