/* CSS Document */
body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	background-color: #DBDBDB;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
	width: 736px; /*Center container on page*/
	background-image: url(images/global/bg_site.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	height: 100%;
}
#margintable{
	margin-bottom: 5px;}
#logo{
	margin-bottom: 5px;
	margin-top: 20px;
	margin-left: 15px;
}	
#topnumber{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-right: 20px;
	color: #FF0000;
	letter-spacing: -1px;
	margin-bottom: 5px;
	margin-top: 14px;
}
#topfields{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-right: 20px;
	color: #3A3ADB;
	text-transform: capitalize;
}
#topnew{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-right: 20px;
	text-transform: capitalize;
	margin-top: 3px;
}
#topnew a {
	color: #FF0000;
	text-decoration: none;
}
#topnew a:hover {
	color: #CC3300;
	text-decoration: underline;
}
#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
	margin-right: 490px;
}

#rightcolumn{
	float: left;
	width: 485px; /*Width of right column*/
	margin-left: -485px; /*Set left margin to -(RightColumnWidth) */
	background: #FDE95E;
	height: 66px;
}

#footer{
	clear: left;
	width: 100%;
	color: #FFF;
	text-align: center;
	margin-top: 30px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	background-color: #000A66;
}

#footer a{
	color: #FFCC66;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.innertube{
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
}
.maintable{
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 706px;
	background-image: url(images/global/bg_bod.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#navcontainer{
	width: 177px;
	background-image: url(images/global/bg_side_blue2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 331px;
	padding-top: 15px;
	padding-left: 20px;
	margin-bottom: 10px;
}
#tfscontainer{
	width: 197px;
	background-image: url(images/global/we.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 50px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.tfs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 44px;
	font-weight: bold;
	color: #FFCC00;
	line-height: 48px;
}
.tfssecond {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFCC00;
	letter-spacing: -1px;
	line-height: 18px;
}
.formfield {
	font-size: 11px;
	background-color: #F2F9FF;
	border: 1px inset #999999;
	padding: 2px;
	color: #000C65;
}
.formbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000C65;
}
