* {
 padding: 0;
 margin: 0;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 color: #666666;
 font-size: 12px;
 background-color: #ccc;
 background-repeat:repeat;
}
.wrapper {
 width: 782px;
 margin: 0 auto;
}
/* ------------------------ Start Header -----------------*/
.header {
 margin: 0px 0px 13px 0px;
 background-color: #810000;
 min-height: 110px;
 padding: 10px 0px 0px 20px;
}
* html .header {height:110px} /* IE Min-Height Hack */ 
/* ------------------------ End Header -----------------*/

/* ------------------------ Start Nav Bar -----------------*/
.nav-bar {
 background-color: #E8E8E8;
 margin: 0px 0px 13px 0px;
 min-height: 17px;
 padding: 13px;
 border: 1px solid #AEAEAE;
}
* html .nav-bar {height: 17px} /* IE Min-Height Hack */ 

.nav-links li {
 list-style: none;
 display: inline;
 margin-right: 16px;
}

.nav-links li a:link {
 background-color: #E8E8E8;
 color: #333;
 font-weight: bold;
 font-size: 13px;
 text-decoration: none;
}
.nav-links li a:visited {
 background-color: #E8E8E8;
 color: #333;
 font-weight: bold;
 font-size: 13px;
 text-decoration: none;
}
.nav-links li a:hover {
 background-color: #E8E8E8;
 color: #999;
 font-weight: bold;
 font-size: 13px;
 text-decoration: none;
}
/* ------------------------ End Nav Bar -----------------*/

/* ------------------------ Start outer content -----------------*/
#outercontent {
 background-color: #e8e8e8;
 width: 754px;
 padding: 13px;
 min-height: 655px;
 margin-bottom: 13px;
 border: 1px solid #AEAEAE;
 display: table-cell;
}
* html #outercontent {height: 655px} /* IE Min-Height Hack */ 



/* ------------------------ End outer content -----------------*/

/* ------------------------ Start Columns -----------------*/
#centercolumn { /* Parent Wrapper for inside boxes */ 
 background-color: #333333;
 margin: 0px 0px 0px 0px;
 display: inline; /* IE Hack */
 padding: 7px;
 padding-top:20px;
 width: 550px;
 float: left;
 color: #E9E9E9;
}
.rightcolumn {
	text-align:left;
 font-size: 11px;
 margin: 0px 0px 13px 13px;
 padding: 7px;
 display: inline; /* IE Hack */
 width: 158px;
 float: left;
 border: 1px solid #AEAEAE;
 background-color: #ccc;
}
/* ------------------------ End Columns -----------------*/

/* ------------------------ Start Footer -----------------*/
#footer {
 border: 1px solid #AEAEAE;
 padding: 15px;
 margin-bottom: 13px;
 background-color: #e8e8e8;
}
/* ------------------------ End Footer -----------------*/

h1 {
 font-size: 18px;
 font-family: Arial;
 color:#ffffff;
 letter-spacing: -1px;
 padding-left: 10px;
 padding-bottom: 10px;

}
h2 {
 font-size: 16px;
 font-family: Arial;
 color:#fff;
 letter-spacing: -1px;
 padding-left: 10px;
}
h3 {
 font-size: 30px;
 font-family: Arial;
 color:#fff;
 letter-spacing: -2px;

}
h4 {
 font-size: 14px;
 font-family: Arial;
 color:#fff;

}
.float {
 float: left;
 padding: 0px 10px 0px 0px;
}
.floatright {
 float: right;
 padding: 0px 10px 0px 10px;
}
img {
 border: none;
}
/* Links */
a:link {
 color: #ababab;
 text-decoration: none;
}
a:visited {
 color: #fff;
 text-decoration: none;
}
a:hover {
 color: #fff;
 text-decoration: none;
}



table {
	width: 550px;
	border-collapse:collapse;
	border:1px solid #777777;
	color:#333;
}
caption {
	font: 1.8em/1.8em Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 10px;
	background: url(bg_caption.jpg) right top;
	height: 45px;
	color: #fff;
}
tbody tr {
background: #e8e8e8;
}
tbody tr.odd {
	background: #cccccc;
}

tbody th,td {
	font-size: 0.8em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 7px;
	border-top: 1px solid #777777;
	border-right: 1px solid #777777;
	text-align: left;
}
a {
	color: #777777;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}


li.menu a:link {
 color: #585858;
 font-size: 13px;
 text-decoration: none;
}
li.menu a:visited {
 color: #3a3a3a;
 font-weight: bold;
 font-size: 13px;
 text-decoration: none;
}
li.menu a:hover {
 color: #3a3a3a;
 font-weight: bold;
 font-size: 13px;
 text-decoration: underline;
}

li {margin: .2em 0}


tbody tr.odd1 {
	background: #cccccc;
	width:200px;
	font-size:16px;
	font-weight:bold;
}

tbody th,td {
	font-size: 0.8em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 7px;
	border-top: 1px solid #777777;
	border-right: 1px solid #777777;
	text-align: left;
}


td.start a:link {
 color: #000;
 text-decoration: underline;
}
td.start a:visited {
 color: #000;
 text-decoration: underline;
}
td.start a:hover {
 color: #000;
 text-decoration: underline;
}
