/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-color:#525E6B;
	text-align:center;
	color:
}

hr {
	margin: 10px 0px 10px 0px;
	border: 0px dotted #727F8E;
}

li {
	list-style-image: url(images/bullet.gif);
}

div, td, p{
	font-family: Trebuchet, "Trebuchet MS", Arial, sans-serif;
	color: #39434E;
	font-size:13px;
	text-align:left;
	line-height: 17px;
}

.smaller {
	font-size: 10px;
	line-height: 15px;
}

.orangeText{
	color: #F7943E;
}

.blueText{
	color: #3D83A9;
}
.greenText{
	color: #A0C04D;
}

table td {
	margin: 0px;
	padding: 0px;
}

img {
	border:0px;
}

h1 {
	color: #3D83A9;
	font-size:28px;
	font-weight:normal;
}

h2 {
	text-transform: uppercase;
	color: #39434E;
	font-size:14px;
}

a, a:visited {
	color: #F4B52C;
}

.outer{
	float:none;
	background-image: url(images/back.gif);
	padding: 8px 30px 30px 30px;
	margin: 20px auto 0px auto;
	width:890px;
}

.tabMenu {
	text-align:center;
	margin: 0px auto 0px auto;
	display:table;
	width: auto;
}

th {	
	border: 1px solid #009966;
	margin: 0px;
	padding: 0px;
}

.inner {
	border-top: 4px solid #39434E;
	position:relative;
	background-color:#FAFBFB;
	background-image: url(images/logo.gif);
	background-repeat:no-repeat;
	background-position:top left;
	display: block;
	width: auto;
	margin: 0px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

.inner_home {
	border-top: 4px solid #39434E;
	position:relative;
	background-color:#FAFBFB;
	background-image: url(images/home_bg.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	display: block;
	width: auto;
	margin: 0px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

.inner_home #title {
	color: #FFF;
	font-size: 20px;
	font-weight:normal;
	text-align:center;
	position:relative;
	width:auto;
	top: 38px;
	
}
#table td{
	width:50%;
	padding: 10px 20px 10px 20px;
}
#table .linkTable td{
	width:auto;
	padding: 5px;
	text-align:right;
}

.home_bigText1{
	font-size:14px;
	font-weight:normal;
}

.home_bigTextBlue {
	color: #3D83A9;
	font-size:20px;
	font-weight:normal;
}



#rule {
	border-right: 1px solid #CCC;
}

.inner_home #table {
	position:relative;
	width:auto;
	top: 220px;
	margin: 30px;
	
}

.inner #background {
	width: auto;
	background-repeat:no-repeat;
	background-position:top right;
}

.inner #subMenu{
	position: relative;
	text-align: right;
	display: table;
	width: auto;
	margin: 0px 25px 0px auto;
	top: 40px;
	height: 55px;
}

.inner #body{
	position: relative;
	top: 110px;
	left: 45px;
	width: 500px;
	padding: 0px 0px 160px 0px;

}

.numTable {
	margin: 0px;
	padding: 0px;
	left: -10px;
	width: 600px;
}

.numTable2 {
	margin: 0px;
	padding: 0px;
	left: -10px;
}

.border1{
	padding: 20px;
	border-width: 1px 0px 1px 1px;
	border-style:solid;
	border-color: #CCC;
}

.border2{
	padding: 20px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #CCC;
}

.border3{
	padding: 3px;
	border-width: 1px 0px 0px 1px;
	border-style:solid;
	border-color: #CCC;
}
.border4{
	padding: 3px;
	border-width: 1px 0px 0px 0px;
	border-style:solid;
	border-color: #CCC;
	color:#F7943E;
}
.border5{
	padding: 3px;
	border-width: 1px 1px 0px 0px;
	border-style:solid;
	border-color: #CCC;
	color:#F7943E;
}
#bottom-border{
	border-bottom: 1px solid;
	border-color: #CCC;

}
#no-border{
	border-width: 0px;
}

img .center{
	margin: 0px auto 0px auto;
}

