html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

img {
	border: 0;
}

body {
	background: #DCDDDE;
}

a:link,a:visited,a:active {
	text-decoration: none;
	color: #4C6FAA;
}

a:hover {
	text-decoration: none;
	color: #CC0000;
}

.main {
	background-color: #7A7A9A;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 956px;
}

.submain {
	margin-left: auto;
	margin-right: auto;
}

.header {
	background: #FFF url(/images/banner.png) repeat-x;
	text-align: center;
	height: 91px;
	color: #ADD8E6;
}

.headerextra {
	color: #000;
	font-size: 11px;
	text-align: left;
}

.headerextra a:link, .headerextra a:visited, .headerextra a:active {
	color: #000;
}

.headerextra a:hover {
	color: #CC0000;
}

.headercnt {
	font-family: "Mistral", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 42px;
	font-weight: bold;
}

.center {
	background-color: #FFF;
	vertical-align: top;
	text-align: center;
	height: 500px;
	color: #222;
	font-size: 12px;
}

.topnav {
	background: #2D75B0 url(/images/topnav.png);
	font-size: 12px;
	color: #FFF;
	height: 35px;
	text-align: center;
}

.topnav a:link,.topnav a:visited,.topnav a:active {
	text-decoration: none;
	color: #FFF;
}

.topnav a:hover {
	text-decoration: none;
	color: #D1FD00;
}

.subcenter {
	font-size: 12px;
	color: #000;
	margin: 2px;
}

.subcentercnt {
	width: 565px;
}

.content {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 12px;
}

.left {
	border-left: 1px #000 solid;
	background: #FFF;
	vertical-align: top;
	height: 500px;
	width: 130px;
	color: #222;
	font-size: 12px;
}

.right {
	border-right: 1px #000 solid;
	background: #FFF;
	vertical-align: top;
	height: 500px;
	width: 130px;
	color: #222;
	font-size: 12px;
}

.subleft {
	background: #FFF url(/images/nav.png) no-repeat;
	height: 258px;
	margin-top: 2px;
	margin-left: 22px;
	margin-right: 2px;
	width: 160px;
}

.subright {
	margin-top: 2px;
	margin-left: 4px;
	margin-right: 2px;
	width: 190px;
}

.subleftadmin {
	margin-top: 2px;
	margin-left: 6px;
	margin-right: 2px;
	width: 190px;
}

.sublefthdr {
	font-weight: 700;
	height: 23px;
	background: #2D75B0 url(/images/subhdr.png) repeat-x;
	text-align: center;
	color: #FFF;
	font-size: 12px;
}

.subleftcnt2 {
	background: #FFF url(/images/subhdrcnt.png) repeat-y;
	text-align: center;
	color: #222;
	font-size: 12px;
}

.subleftcnt2 a:link,.subleftcnt2 a:visited,.subleftcnt2 a:active {
	text-decoration: none;
	color: #000;
}

.subleftcnt2 a:hover {
	text-decoration: none;
	color: #CC0000;
}

.subleftbtm {
	background: #FFF url(/images/subhdrbtm.png) no-repeat;
	height: 10px;
}

.subleftcnt {
	text-align: left;
	color: #FFF;
	font-size: 12px;
}

.subleftcnt a:link,.subleftcnt a:visited,.subleftcnt a:active {
	margin-left: 25px;
	text-decoration: none;
	color: #FFF;
}

.subleftcnt a:hover {
	text-decoration: none;
	color: #D1FD00;
}

.footer {
	background: #2D75B0 url(/images/footer.png);
	font-size: 12px;
	color: #FFF;
	height: 35px;
	text-align: center;
}

.footer a:link,.footer a:visited,.footer a:active {
	text-decoration: none;
	color: #FFF;
}

.footer a:hover {
	text-decoration: none;
	color: #D1FD00;
}

.normal {
	font-size: 12px;
	color: #000;
}

.normal .a {
	font-size: 12px;
}

.error {
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	color: #F00;
}

.error_small {
	text-align: center;
	font-size: 10px;
	font-weight: 700;
	color: #F00;
}

.success {
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	color: #008000;
}

.construction {
	background: #7A7A9A url(/images/construction.png);
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
	width: 770px;
}

.buttonstyle {
	cursor: pointer;
	border: 1px #7A7A9A solid;
	background-color: #F7F7F7;
	color: #000;
	font-weight: bold;
	font-size: 10px;
}

.textstyle {
 	border: 1px #7A7A9A solid;
}

.move{
	cursor: move;
}

.pagination{
	padding: 2px;
	margin: 2px;
	cursor: pointer;
	color: #003366;
	font-weight: bold;
	font-size: 14px;
}

.pagination a:link,.pagination a:visited,.pagination a:active{
	color: #4C6FAA;
}