body {
	margin: 0px;
	padding: 0px;
	border:0;
	background-image:  url("images/templatebg.jpg");
	background-repeat: repeat-y;
	background-position: center;
	background-color: #0C2846;
	text-align: center;
}
.mainText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0C2846;
}.lightText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9FA8B1;
}
.adminSideBarBG A:link {color: white}
.adminSideBarBG A:visited {color: white}
.adminSideBarBG A:active {color: white}
.adminSideBarBG {
	background-image: url("images/adminsidebar.jpg");
	background-repeat: no-repeat;
}
img {
	border-color: #122D4A;
}
hr {border: none 0;
border-top: 1px dashed #000;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
