body {
	background-color: #5b6496;
	background-image: url(../images/template_whitebg.jpg);
	background-repeat:repeat-y;
	background-position: center;
	margin: 0px auto;
}
a {
	color:#3366CC;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.headerBG{
	background-color: #5b6496;
	background-image: url(../images/template_bg.jpg);
	background-repeat:repeat-x;
	height: 149px;
}
.headerStyle{
	background-image:url(../images/template_header_bg.jpg);
	background-repeat:repeat-x;
}
.container{
	width:99.9%;
	position: absolute;
	top: 0px;
	left: 1px;
}
form{
	display: inline;
}
.sideTitle{
	padding:5px;
	color: #B89531;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}

.footerText{
	color: #16246C;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
.footerText a{
	color: #5B6496;
	text-decoration: none;
}
.footerText a:hover{
	text-decoration: underline;
}
.footerBlock{
	margin-top:10px;
	background-color: #717EB5;
	height : 7px;
	font-size:1px;
}
.topLinks{
	padding-top:23px;
	padding-right:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #717EB5;
}
.topLinks a{
	text-decoration:none;
	color: #717EB5;
}
.topLinks a:hover{
	text-decoration: underline;
}
.sideHeader{
	background-image:url(../images/template_subtitle_bg2.jpg);
	background-repeat:repeat-y;
	border-bottom: 1px dashed #DFD2A6;
	width: 200px;
}
.sideBar{
	background-image: url(../images/template_sidebar_bg.jpg);
	color: #C09620;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#searchBox, input{
	border: 1px solid #7F9DB9;
	font-family: arial, verdana, ms sans serif;
	font-size: 10pt;
	/* font-weight:bold; */
}
#searchBox:focus, input.sffocus, input:focus{
	background-color: #E4F0FB;
	border: 1px solid #7F9DB9;
}
.searchMargin{
	margin-top:8px;
}
.searchButton{
	padding-right:5px;
	_padding-top:1px;
}
.contentArea{
	padding-left:5px;
	padding-right:2px;
}
.mainText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #16246C;
	text-align:justify;
}
.tableBodyBG{
	background-image: url(../images/template_body_bg.jpg);
}
.tableBodyHeader{
	background-image: url(../images/template_body_header.jpg);
	height:35px;
	padding-bottom:5px;
}
.mainTitle{
	padding:5px;
	color: #16246C;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}
.eventtext {
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

#admintable
{
	border:solid 0px red;

}