html {
  height: 100%;
  margin-bottom: 1px;
}

body {
	margin: 20px;
	margin-left: auto;
	margin-right: auto;
  text-align: center;
	height: 100%;
	background-color: #173063;
	min-width: 750px;
	max-width: 980px;
	width: expression(document.body.clientWidth > 1050 ? "980px": "auto" );
}

a:link, a:visited {
	color: #1C1C76;
	color: #4548EE; 
  text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #333333;	text-decoration: underline;
	font-weight: bold;
}

td,tr,th,p,div {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
	font-size: 12px;
	color: #333333;
	text-align: left;
}

h1, h2, h3 {
	font-weight: normal;
	font-size: 22px;
	color: #1C1C76;
	line-height: 22px;
	margin: 5px 0;
}

h2 {
	color: #000000;
	font-size: 20px;
	line-height: 20px;
}

h3 {
	font-size: 18px;
	line-height: 18px;
}

.contentheading {
  background: url(../../img/hsep.png) bottom left repeat-x;
  padding: 0px 0px 5px 0px;
	font-size: 20px;
	font-weight: normal;
	height: 45px;
	vertical-align: bottom;
	color: #1C1C76;
	text-align: left;
	width: 100%;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul li {
	line-height: 15px;
	padding-left: 15px;
	padding-top: 0px;
	background-image: url(../../img/bullet.png) ;
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

.createdate {
	height: 25px;
	vertical-align: top;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;
}

.clr {
	clear: both;
}

div.center {
  text-align: center;
}

#main {
	margin-left: auto;
	margin-right: auto;
  text-align: center;
	min-width: 750px;
	max-width: 980px;
	width: expression(document.body.clientWidth > 1050? "980px": "auto" );
}

.opentable {
	border-collapse: collapse;
	margin-left: 5px;
}

.opentable td {
  margin:0;
  padding: 0;
}

td.left_shadow {
  width: 13px;
	background-image: url(../../img/bg_l.gif);
	background-repeat: repeat-y;
}

td.right_shadow {
	width: 13px;
	background-image: url(../../img/bg_r.gif);
	background-repeat: repeat-y;
}

td.wrapper {
  
}

#runner {
/*
  margin-right: 4px;
  margin-left: 4px;
  border-top: 1px solid #cdcdcd;
*/
	text-align: center;
	font-size: .90em;
}

#top {
	background: url(../../img/top_bg.gif) 0 0 repeat-x;
}
#top_l {
	background: url(../../img/top_l.png) 0 0 no-repeat;
}
#top_r {
	height: 100px;
	background: url(../../img/top_r.gif) 100% 0 no-repeat;
}

#bottom {
	background: url(../../img/bottom_bg.gif) 0 0 repeat-x;
}
#bottom_l {
	background: url(../../img/bottom_l.gif) 0 0 no-repeat;
}
#bottom_r {
	height: 100px;
	background: url(../../img/bottom_r.gif) 100% 0 no-repeat;
}

#contentarea {
	width: 100%;
  background: #eeeeee;
}

td.sidenav {
}

div.forcewidth {
  width: 175px;
  overflow: hidden;
}

td.seperator {
	background: url(../../img/vsep.png) top center repeat-y;
}

td.middle {
  width: 100%;
  padding: 15px;
}

div.menutitle {
  padding-top: 2px;
  font-weight: bold;
  text-align: center;
}

div.menu_t {
	float: left;
	width: 175px;
	height: 20px;
	overflow: hidden;
	background-image: url(../../img/menu_t.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	padding: 0px;
}

div.menu_m {
	float: left;
	width: 175px !important;
	width: 175px;
	background-image: url(../../img/menu_bg.png);
	background-repeat: repeat-y;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

div.menu_m td {
	color: #ffffff;
}

div.menu_b {
	float: left;
	width: 175px;
	height: 10px;
	overflow: hidden;
	margin-bottom: 8px;
	background-image: url(../../img/menu_b.png);
	background-repeat: no-repeat;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #13136E;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	height: 21px;
	line-height: 21px;
	text-indent: 14px;
	width: 156px;
	background-image: url(../../img/menu_item.png);
	background-position: left center;
	background-repeat: no-repeat;
}

a.mainlevel:hover {
  text-decoration: none;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #13136E;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: left;
	height: 21px;
	line-height: 21px;
	text-indent: 14px;
	width: 156px;
	background-image: url(../../img/menu_item_over.png);
	background-position: left center;
	background-repeat: no-repeat;
}

a.mainlevel#active_menu {
}
a.mainlevel#active_menu:hover {
	color: #999999;
}
div#left div.moduletable {
	float:left;
	width: 175px;
	background: url(../../img/hsep.png) repeat-x;
	padding-top: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#flashbox {
	margin-top: 3px;
	width: 100%;
}
#flashbox td.topflash {
	background-image: url(../../img/js_uf_t.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#flashbox td.midflash {
	padding: 8px;
	background-image: url(../../img/js_uf_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#flashbox td.botflash {
	background-image: url(../../img/js_uf_b.png);
	background-repeat: no-repeat;
	background-position: left top;
}
table.moduletable {
	width: 100%;
	margin: 0px 0px 0px 0px;
}
table.moduletable th {
	font-weight: normal;
	font-size: 18px;
	color: #1C1C76;
	line-height: 18px;
	margin: 5px;
}
table.moduletable td {
  padding: 4px;
}

table#flashbox a:link, table#flashbox a:visited {
  color: #333333;
}
table#flashbox a:hover {
  color: #1C1C76;
}

div#mainbody {
	width: auto !important;
	width: 100%;
	padding-top: 0px;
}
input.button {
	border: 1px solid #003366;
	background: url(../../img/butbg.png) repeat-x;
	height: 20px;
	padding: 2px 10px 4px 10px !important;
	padding: 0px 5px 0px 5px;
	font-weight: bold;
	color: #003366;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

table.contentpane {
	text-align: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	
}

table.contentpaneopen {
	text-align: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}


div#mainbody td.sectiontableheader {
  font-weight: bold;
  background: #1C1C76;
  color: #ffffff;
  padding: 4px;
  border-left: 1px solid #eee;
}
.ontab {
	background-color: #cccccc;
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
	border-top: solid 1px #666666;
	border-bottom: solid 0px #cccccc;
	text-align: center;
	cursor: pointer;
	font-weight: normal;
	color: #cc0000;
}
.offtab {
	background-color: #BCBCBC;
	border-left: solid 1px #999999;
	border-right: solid 1px #bbbbbb;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #666666;
	text-align: center;
	cursor: pointer;
	font-weight: normal;
	color: #666666;
}

.tabpadding {
}

.tabheading {
	background-color: #eeeeee;
	text-align: left;
}

h4 {
}

h5 {
}

h6 {
}

hr {
	background: #999999; height:1px; border: 1px solid;
}

td.buttonheading img{
  padding-left: 5px;
}

span.highlight {
  background: #ffffcc;
}

.back_button {
	text-align: center;
	margin-top: 40px;
}

strong {
	color: #441112;
}

#news h3 {
  margin:0;
  padding-top: 5px;
  padding-left: 10px;
  background: #ffffff;
}
#news p {
  background: #ffffff;
  margin:0;
  padding: 5px 14px;
  line-height: 1.3;
  text-align: justify
}
div#news {
}

div#stretch {
  color: #eeeeee;
}

table.c {
  border-collapse: collapse;
  text-align: center;
}

table.c thead {
  text-align: center;
  font-size: normal;
  font-weight: normal;
}

table.c thead a {
  text-decoration: none;
}

table.c tbody {
  text-align: left;
  vertical-align: top;
}

table.c td {
  border: 2px solid black;
  padding: 5px;
}

table.c th {
  text-align: center;
  background-color: #006699;
  color: #FFFFFF;
  border: 2px solid black;
  padding: 5px;
}

td.date, th.date {
  white-space: nowrap;
  text-align: right;
}

img {
  border: 0;
}

p.XL {
  white-space: nowrap;
  font-size: x-large;
}

p.c, div.c {
  text-align: center;
}

#box {
  border: 1px solid gray;
  margin: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

input, select, textarea {
  margin-bottom: 5px;
}

label {
  float: left;
  width: 75px;
  font-weight: bold;
}
