@charset "UTF-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #0f75bc url(../images/background.jpg) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-size: 90%;
}
#container {
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
#login {
	background: #0d254e;
	text-align: right;
}
#login p {
  color: #fff;
	margin: 0;
	padding: 10px 0;
}
#login a {
	color: #febb11;
}
#header {
	background: transparent url(../images/header1.jpg) no-repeat;
	padding: 0 10px 0 20px;
	height: 279px;
}
#header h1 {
	margin: 0;
	padding: 10px 0;
}
#sidebar {
	float: left;
	width: 179px;
	background: transparent url(../images/nav-background.jpg) no-repeat;
}
#mainContent {
	/* margin: 0 0 0 200px; */
	padding: 0 40px 0 20px;
	overflow: auto;
/*
remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContentBottom {
	background: transparent url(../images/bottom.jpg) no-repeat;
	height: 13px;
}
#mainContentBottom p {
	margin: 0;
}
.fltrt {

/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft {

/* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat {

/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
/* --------Typography --------*/
.centered {
	text-align: center;
}
h1, h2, h3, h4 {
	color: #13a;
	font-weight: bold
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 21px;
}
h3 {
	font-size: 17px;
}
h4 {
	font-size: 14px;
}
p, ul, ol {
	color: #252721;
	font-size: 12px;
	line-height: 1.5;
}
ul, ol {
	margin-bottom: 1.5em;
}
li {
	padding-bottom: 5px;
}
ul, ol {
	margin-left: .5em;
}
blockquote {
	margin: 0;
	padding-left: 20px;
	border-left: 10px solid #fff;
	font-style: italic;
}
a:link {
	color: #13a;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #13a;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #ff0000;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #ff0000;
	font-weight: bold;
	text-decoration: underline;
}
/* -----Sponsor box------- */
#box1,#box2,#box3 {
	width: 200px;
	float: left;
	margin: 0 13px 20px 0;
	background: #DDE9F2 url(../images/bottom.gif) no-repeat center bottom;
}
#box1 h2,#box2 h2,#box3 h2 {
	text-align: center;
	padding: 9px 0px 9px 0;
	margin: 0 0 0 -1px;
	background: url(../images/boxtop.gif) top no-repeat #ececec;
	font-weight: bold;
	font-size: 99%;
	color: #fff;
}
#box1 p,#box2 p,#box3 p {
	padding: 9px 5px 5px 10px;
	margin: 0;
	line-height: 1.2;
}
#box1 hr,#box2 hr,#box3 hr {
	width: 80%;
}
/* -----Sponsor box------- */
.sponsors {
	width: 900px;
	padding: 0 0 14px 0;
	text-align: left;
	margin: 10px auto;
	background: url(../images/sponsor.gif) top left no-repeat;
}
.sponsors h3 {
	margin: 0;
	padding: 7px 10px 3px 10px;
	background: url(../images/sponsor.gif) top left no-repeat;
}
.sponsors p {
	margin: 0;
	padding: 0 10px 3px;
	/*
	border: 1px solid #d8d8d8;
	border-width: 0 1px;
	*/
	/* background: #fff; */
	text-align: center;
}
.sponsors a:link {
	border: none;
}
/* -----Footer------- */
#footer {
	width: 900px;
	text-align: center;
	margin: 0 auto;
}
#footer p {
	font-size: 80%;
	color: #92abce;
}

#footer a:link, #footer a:visited  {
	color: #92abce;
	font-weight: normal;
	text-decoration: none;
}
#footer a:active {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}

table caption {
	text-align: right;
}

fieldset {
	border: 0;
}

fieldset legend {
	border: 0;
	font-size: 20px;
	font-weight: 700;
}

.general_table {
	width: 97%;
	border-collapse: collapse;
}



.general_table th, .general_table td {
	padding: 3px;
	border: 1px solid #000;
	text-transform: capitalize;
}

.general_table th {
	color: #fff;
	background: #1B2C4B;
	font-weight: 700;
}

.general_table th a {
	color: #fff;
}

.general_table td {
	background: #EEEEEE;
	font-weight: 100;
}

.general_table .table_title {
	width: 80%;
}