body {
margin:0;
padding:0;
line-height: 21px;
font-family: Arial, "lucida console", sans-serif;
color: #333;
height: 100%;
}

td, tr, p {
line-height: 21px;
font-family: Arial, "lucida console", sans-serif;
color: #333;
font-size: 13px;
}

.home p{font-size:13px; padding:0;}
b{font-weight:bold;}
em{color: red;}
h1{ font-size: 22px; color:#F2AB01; padding: 0; font-weight: normal; line-height: 29px;}
h2{ font-size: 16px; color:#2B3F86; padding: 0; font-weight: bold; line-height: 23px;}
li, li a { color: #2B3F86; font-weight: bold; font-size: 13px;}
li a{ text-decoration: none; }
a img{ margin:0; padding:0; border: none;}

#maincontainer{
width: 800px; /*Width of main container*/
margin: auto;
height: 100%;
background-color: transparent;
position: relative;
margin-left: auto;
margin-right: auto;
}

#outer{
	width:100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
	background-color:#fff;
	background-image: url(images/wide_header.png);
	background-position: center 0;
	background-repeat: no-repeat;
	min-width: 800px;
}

#topsection{
	/*background-color: #0C2F5B;
	 url('images/header.jpg') top left no-repeat;
	border-bottom: 3px solid white;
	color: #000;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;*/
	background-color: transparent;
	padding-top: 169px;
}

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

#contentcolumn{
margin-right: 238px; /*Set right margin to RightColumnWidth*/
border-right: 1px solid #999;
padding: 15px;
min-width:525px;
height: 100%;
}

#rightcolumn{
float: left;
width: 240px; /*Width of right column*/
margin-left: -240px; /*Set left margin to -(RightColumnWidth) */
top: 100px;
}

#footer.products{
height:128px;
/*border-top: 1px solid #F2AB01;*/
border-top: 1px solid #fff;
}

#footer{
clear: left;
width: 100%;
height: 45px;
background: #F2AB01;
text-align: center;
margin:0;
padding:0;
}

#footer a{
color: #FFFF80;
}

.innertube { height: 100%; padding: 10px; }
.innertube img { margin: 5px; }

/* Home page style */

#midsection{
background-color: #ffffff;
}

.home #leftcolumn{
float: left;
width: 378px;
margin: 10px 5px 20px 0px;
border: 1px solid #ccc;
padding: 0 10px 50px 0;
}

.home #rightcolumn{
float: right;
width: 388px; /*Width of right column*/
margin: 10px 0px 20px 5px;
border: 1px solid #ccc;
padding: 0 0 50px 10px;
}

/* --------------- */

ul{
list-style:disc url('images/listarrow_blue.gif') outside;
margin: 11px;
padding:0;
}

.plain{
list-style-image:none;color:#333;
margin-top:0px;
font-size:13px;
font-weight:normal;
}

.plain li{
color:#333;
font-size:13px;
font-weight:normal;
}


a.yellowlist{ font-size: 18px; color: #F2AB01; text-decoration: none; }
.quote { font-size: 13px; font-weight: bold; color: #9A9A9B; line-height: 21px; padding: 20px; }
.smallquote { font-size: 13px; font-weight: bold; color: #9A9A9B; line-height: 21px; padding: 20px; }
.gray{ font-size: 13px; font-weight: bold; color: #666666;}
.yellow{font-size: 13px; font-weight: bold; color: #F2AB01;}
.blue{font-size: 13px; font-weight: bold; color: #2B3F86; vertical-align: top;}

.sameheighthome{height: 280px;}

a.downloadlink{color:#2B3F86;text-decoration:none;font-size:13px;}
a:hover.downloadlink{text-decoration: underline;}

a{color:#2B3F86;text-decoration:none;font-size:13px;}
a:hover{text-decoration: underline;}

.smallest{font-size: 11px;}



input {
	font-family: Arial, "lucida console", sans-serif;
	color: #333;
	font-size: 13px;
	padding: 1px 4px;
}
/* ---------------------------------- */

.nav{
margin: 0 auto;
padding: 0;
top: 0;
left: 0;
height: 47px;
background-color: #ffffff;
background-image: url('images/navbg.jpg');
background-repeat: no-repeat;
display: block;
width: 100%;
}

.chromestyle{
width: 100%;
font-weight: bold;
position: absolute;
display: block;
top: 122px;
z-index: 100;
text-align: center;
left: auto;
padding: 0;
margin-left: auto;
margin-right: auto;
white-space: nowrap;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #333;
width: 100%;
background-color: transparent; /*THEME CHANGE HERE*/
padding: 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #333;
padding: 0;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
background-color: transparent; /*THEME CHANGE HERE*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
text-align: left;
position: fixed;
top: 0;
line-height: 1.5em;
z-index: 100;
visibility: hidden;
width: 100%;
margin-top: 1px;
margin-left: 8px;
color: #FFFFFF;
}

.dropmenudiv ul li {
background-color: #FF0000;
color: #FFFFFF;
position: absolute;
}

.dropmenudiv a{
width: 100%;
display: block;
font-family: Arial, "lucida console", sans-serif;
font-size: 12px;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
background-color: #385697;
padding: 1px 10px 2px 10px;
border-bottom-width: 1px;
border-bottom-color: #333;
border-bottom-style: solid;
margin-left: 0;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #858FB3;
}