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

body {
	background-color: #14631F;
	background-image: url(/templates/default/images/bg_rep.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#333333;
}

img {
	padding:0px;
	margin:0px;
	border:0px;
}

img.top {padding:10px 0px 0px 0px;}

img.bottom {margin-top:-3px;}

img.right_nav {
	margin-left: -10px;
}

img.left {
	float: left;
	padding: 0px 7px 7px 0px;
}

#left {
	float: left;
	width: 181px;
	margin: 0px 0px 0px 10px;
	background: url(/templates/default/images/left_col_bg.gif) repeat-y;
}

#left_content {
	margin:-20px 4px 0px 0px;
}

#left_content a {
	text-decoration: none;
	color: #000;
}

#left_content a:hover {
	color: #f00;
}

#right {
	float: right;
	width: 200px;
	height: auto;
	margin: 0px 10px 0px 0px;
	/*display:inline;*/
}

#math_block {
	width:199px;
	height:204px;
	font-family: 'Comic Sans MS', Arial, Helvetica, sans-serif;
	font-weight:bold;
	background: url(/templates/default/images/img_right_col_blk.gif);
}

.math_big {font-size:16px;}
.math_bigger {font-size:32px;}

#math_content {
	margin:0px 0px 0px 0px;
	padding: 15px 25px 35px 15px;
	color:#FFFFFF;
}

#login {
	width: 961px;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 5px 35px 0px 0px;
}

#login a {
	color: #fff;
	text-decoration: underline;
}

#login a:hover {
	color: #000;
}

#content {
	width:961px;
	margin:-5px 0px -5px 0px;
	padding: 15px 0px 10px 0px;
	text-align:left;
	overflow:hidden;
	background: url(/templates/default/images/content_bg.gif) repeat-y;
}

#main_content {
	text-align:left;
	margin: 0px 210px 0px 200px;
	padding: 0px 25px 0px 25px;
	width: 470px;
}

#logo {
	margin: 0px 0px 0px 0px;
}

#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	width:961px;
	margin: 25px 0px 20px 0px;
	clear:both;
}

.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color: #EE2933;
	line-height:24px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color: #EE2933;
	line-height:18px;
}

h3 {
	width: 168px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	background: url(/templates/default/images/left_col_hdr_bg.gif) #B01921 repeat-x;
	padding:5px 5px 5px 5px;
	margin-left:2px;
}

.standard {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
}

.standardbold {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.error {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #f00;
}