#comodo {
float:right;
width:115px;
height:62px;
}

h2.whyergo {
font-size:18px;
margin:2px 0px 2px 0px;
padding:0;
}

.highlightit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
}

.highlightit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

h3.evoluent {
font-size:16px;
margin:2px 0px 2px 0px;
color:#3e79b8;
}

#catads {
width:735px;
padding-left:3px;
padding-top:2px;
border:1px solid #999999;
color: #999999;
text-transform: uppercase;
}

#breadcrumb {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
color:#336699;
font-weight:normal;
}

#breadcrumb a {
color:#336699;
font-weight:normal;
}


.h2top {
margin:5px 0px 0px 0px;
padding:0;
color:#4776a4;
}

#ads {
text-align:center;
}
#space {
width:160px;
float:left;
}

#footmain2 {
float:right;
text-align:center;
padding:2px 5px 2px 5px;
width:820px;
color:#eee;
font-weight:bold;
font-size: .8em;
font-family:verdana;
}

#footmain {
float:right;
text-align:center;
padding:2px 5px 2px 5px;
width:820px;
height:100px;
color:#eee;
font-weight:bold;
font-size: .8em;
font-family:verdana;
}
#footmain a {
color:#fff;
font-size: .9em;
}
#footmain a:visited {
color:#fff;
}
#footmain a:hover {
color:#bcdaff;
}
#footer {
height:115px;
width:990px;
float:left;
background: #154b81;
}
#wrapper {
width:990px;
align:center;
}

#main {
width:990px;
}
body {
	margin:0 auto;
	padding:0px 0px 0px 0px;
	background: url(../images/2010/blue_bg.gif) repeat-y;
}
#content {
float:right;
width:785px;
padding:5px 15px 15px 30px;
text-align:left;
font-family:verdana, arial;
font-size:12px;
}
#leftside {
width:158px;
float:left;
background: #154b81;
}
#search {
text-align:center;
height:30px;
padding-top:5px;
}
#cscan {
text-align:center;
padding-top:15px;
}
#topheader {
	height: 64px;
	width: 990px;
	text-align:left;
	background: url(images/2010/hdr-bg.jpg) no-repeat;
	padding-top:0px;
	color:#FFFFFF;
	font-weight:bold;
	font-size: .8em;
}
#topnavbar {
	height: 20px;
	width: 990px;
	text-align:center;
	background: #154b81;
	/* background:  url(../images/2010/topnav-bg.jpg); */
	padding-top:0px;
	padding-left:0px;
	color:#FFFFFF;
	font-weight:bold;
	font-size: .8em;
}
#topnavbar a {
color:#fff;
font-size: .85em;
}
#topnavbar a:visited {
color:#fff;
font-size: .85em;
}
#topnavbar a:hover {
color:#bcdaff;
font-size: .85em;
}
/* - - - ADxMenu: BASIC styles - - - */
.menu {
	width: 12em;/* VERY IMPORTANT! Set this to appropriate value, either here on down in the design section */
}
.menu, .menu ul {	/* remove all list stylings */
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}
.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}
.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}
.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}
.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	left: 100%;	/* and move them to the right of the item */
}
/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */
/* sticky submenu: it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(../images/empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 10px 30px 30px 10px;
	margin: -30px 0 0 -10px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
/* - - - ADxMenu: DESIGN styles - - - */
.menu, .menu ul li {
	color: #fff;
	background: #154b81;
}
.menu {
	width: 157px;
}
.menu ul {
	width: 11em;
}
#menu a {
	text-decoration: none;
	color: #fff;
	padding: .09em .9em;
	display: block;
	font-size:11px;
}
#menu a:hover, .menu li:hover>a {
	color: #bcdaff;
	text-decoration: underline;
	background: #154b81;
}
.menu li {	/* create borders around each item */
	border: 1px solid #ccc;
}
.menu>li + li, .menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}
.menu li:hover>ul {	/* inset submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}
/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts */
.menu>li:first-child>a, .menu li + li + li li:first-child>a {
	color: #567;
}
/* END ADX MENU */
/* START CSS MENU NOT IN USE */
#menu2 {
	width: 158px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-style: solid solid none solid;
	border-color: #D8D5D1;
	border-size: 1px;
	border-width: 1px;
	}
	
#menu2 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 20px;
	text-decoration: none;
	font-size:11px;
	}	
	
#menu2 li a:link, #menu2 li a:visited {
	color: #3688BA;
	display: block;
	background:  url(../images/menu2b.gif);
	padding: 6px 0 0 26px;
	}
	
#menu2 li a:hover {
	color: #3688BA;
	background:  url(../images/menu2b.gif) 0 -32px;
	padding: 6px 0 0 28px;
	}
	
	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
/* END CSS MENU NOT IN USE */
b {
    font-weight : bold;
}
i {
    font-weight : italic;
}
P { 
	font-family: Verdana, Geneva, Sans-Serif;
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	color: #333333; 
	text-decoration: none}
.text { 
	font-family: Verdana, Geneva, Sans-Serif;
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
	color: #333333; 
	text-decoration: none}
.text2 { 
	font-family: Verdana, Geneva, Sans-Serif;
	font-size: 9pt; 
	font-style: normal; 
	font-weight: normal; 
	color: #333333; 
	text-decoration: none}
.textnav { 
	font-family: Verdana, Geneva, Sans-Serif;
	font-size: 8pt; 
	font-style: normal; 
	line-height: 1.5; 
	font-weight: normal; 
	color: #EEEEEE; 
	text-decoration: none}
.volprice { 
	font-family: Verdana, Geneva, Sans-Serif;
	font-size: 11px; 
	font-style: italic; 
	line-height: 1.5; 
	font-weight: normal; 
	color: #ffffff; 
	text-decoration: none}
.slogan { 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	color: #ffffff; 
	text-decoration: none}
.text2 { 
	font-family: Arial, Geneva, Sans-Serif; 
	font-size: 10pt; 
	font-style: normal; 
	 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none}
.text3 { 
	font-family: Arial, Geneva, Sans-Serif; 
	font-size: 9pt; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	color: #666666; 
	text-decoration: none}
	
.navtext { 
	font-family: Verdana, Geneva, Sans-Serif;
	font-size: 10pt; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	color: #9933FF; 
	text-decoration: none}
.email { 
	font-family: Verdana, Sans-Serif;
	font-size: 12pt; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	color: #4776a4; 
	text-decoration: underline}
A.navlink:link { 
	font-family: Verdana, Sans-Serif;
	font-size: 12px; 
	font-style: normal; 
	 
	font-weight: normal; 
	color: #FFFF00; 
	text-decoration: none}
A.navlink:visited { 
	font-family: Verdana, Sans-Serif;
	font-size: 12px; 
	font-style: normal; 
	 
	font-weight: normal; 
	color: #FFFF00; 
	text-decoration: none}
A.navlink:active { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	color: #FFFF00; 
	text-decoration: none}
A.navlink:hover { 
	font-family: Verdana, Sans-Serif;
	font-size: 12px; 
	font-style: normal; 
	 
	font-weight: normal; 
	color: #ffffff; 
	text-decoration: none}
.here{ 
	font-family: Verdana, Sans-Serif;
	font-size: 12px; 
	font-style: normal; 
	 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none}
A.creditlinkhere { 
	font-family: Verdana, Sans-Serif;
	font-size: 8pt; 
	font-style: normal; 
	 
	font-weight: normal; 
	color: #FF9933; 
	text-decoration: none
	}	
A.linkhere { 
	font-family: Verdana, Sans-Serif;
	font-size: 10px; 
	font-style: normal; 
	 
	font-weight: bold; 
	color: #FFFFFF; 
	text-decoration: none}
A.linkhere2 { 
	font-family: Verdana, Sans-Serif;
	font-size: 11px; 
	font-style: normal; 
	 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none}
H1 { 
	font-family: arial, verdana, Geneva, Sans-Serif;
	font-size: 14pt; 
	font-style: normal; 
	font-weight: bold; 
	color: #336699; 
	text-decoration: none}
H2 { 
	font-family: arial, Verdana, Geneva, Sans-Serif; 
	font-size: 12pt; 
	font-style: normal; 
	font-weight: bold;  
	color: #336699; 
	text-decoration: none}
H3 { 
	font-family: arial, Verdana, Geneva, Sans-Serif; 
	font-size: 12pt; 
	font-style: normal; 
	font-weight: bold;  
	color: #336699; 
	text-decoration: none}
.H3 { 
	font-family: arial, Verdana, Geneva, Sans-Serif; 
	font-size: 14pt; 
	font-style: normal; 
	font-weight: bold; 
	color: #336699; 
	text-decoration: none}
H4 { 
	font-family: Verdana, Geneva, Sans-Serif; 
	font-size: 12pt; 
	font-style: normal; 
	font-weight: bold; 
	color: #074d7d; 
	text-decoration: none}
H5 { 
	font-family: Verdana, Geneva, Sans-Serif; 
	font-size: 10pt; 
	font-style: normal; 
	font-weight: bold; 
	color: #074d7d; 
	text-decoration: none}
	
.heada { 
	font-family: Verdana, Geneva, Sans-Serif;
	font-size: 18pt; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	color: #0000cc; 
	text-decoration: none}
.headb { 
	font-family: Verdana, Geneva, Sans-Serif; 
	font-size: 16pt; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	color: #0000cc; 
	text-decoration: none}
.headc { 
	font-family: Verdana, Geneva, Sans-Serif; 
	font-size: 14pt; 
	font-style: normal; 
	 
	font-weight: normal; 
	color: #0000cc; 
	text-decoration: none}
.headd { 
	font-family: Verdana, Geneva, Sans-Serif; 
	font-size: 12pt; 
	font-style: normal; 
	 
	font-weight: normal; 
	color: #0000cc; 
	text-decoration: none}
.heade { 
	font-family: Verdana, Geneva, Sans-Serif; 
	font-size: 10pt; 
	font-style: normal; 
	 
	font-weight: normal; 
	color: #0000cc; 
	text-decoration: none}
.credit { 
	font-family: Verdana, Geneva, Sans-Serif; 
	font-size: 9pt; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	color: #999999; 
	text-decoration: none}
	
SELECT {  
	font-family: Trebuchet, Verdana, Arial, sans-serif; 
	font-size: 11px; 
	text-decoration: none; 
	border: 1px #000099 outset; 
	background-color: #eeeeee}
.textbox {  
	font-family: Trebuchet, Verdana, Arial, sans-serif; 
	font-size: 11px; 
	text-decoration: none; 
	border: 1px #000099 inset; 
	background-color: #eeeeee}
.header {  
	font-family: Trebuchet, Verdana, Arial, sans-serif; 
	font-size: 14px; 
	color: #ffffff;
	text-decoration: none; 
	border: 2px #0000ff ridge; 
	background-color: #000099}	
	
.subtitle {  
	font-family: Arial, Verdana, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	text-decoration: none}
.subtitleb {  
	font-family: Arial, Verdana, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #D5F1FF;
	text-decoration: none}
.button { 
	font-family: Arial, Verdana, sans-serif; 
	font-size: 12px; 
	text-decoration: none; 
	border: 2px #999999 outset; 
	font-weight: normal; 
	cursor: hand}
.body { 
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	text-decoration: none }
.bodyr { 
	font-family: Arial, Verdana, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #FF0000;
	text-decoration: none }
	
.H1 { 
	font-family: verdana, Geneva, Sans-Serif;
	font-size: 20pt; 
	font-style: normal; 
	font-weight: bold; 
	color: #074d7d; 
	text-decoration: none}
.H2 { 
	font-family: Verdana, Geneva, Sans-Serif; 
	font-size: 16pt; 
	font-style: normal; 
	font-weight: bold;  
	color: #074d7d; 
	text-decoration: none}
.H3 { 
	font-family: Verdana, Geneva, Sans-Serif; 
	font-size: 14pt; 
	font-style: normal; 
	font-weight: bold;  
	color: #074d7d; 
	text-decoration: none}
.H4 { 
	font-family: Verdana, Geneva, Sans-Serif; 
	font-size: 12pt; 
	font-style: normal; 
	font-weight: bold; 
	color: #074d7d; 
	text-decoration: none}
.H5 { 
	font-family: Verdana, Geneva, Sans-Serif; 
	font-size: 12pt; 
	font-style: normal; 
	font-weight: normal; 
	color: #4776a4; 
	text-decoration: none}
.text3TV { 
	font-family: Arial, Geneva, Sans-Serif; 
	font-size: 12px; font-style: normal; 
	line-height: normal; font-weight: normal; 
	color: #CCCC66; text-decoration: none 
	}
.newbullet {
	list-style-type: square;
	list-style-image: url(/images/newarrow.gif);
}
form {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
.nav {
	font-family: Verdana, Geneva, Sans-Serif;
	font-size: 12px;
	color: #154b81;
	text-decoration: none;
	line-height: 18px;
	}
.navbar {
	font-family: Verdana, Geneva, Sans-Serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
	}	
A.nav:link {
	font-family: Verdana, Geneva, Sans-Serif;
	font-size: 12px;
	color: #5E99D3;
	text-decoration: none;
	font-weight: bold;
	}
A.nav:visited {
	font-family: Verdana, Geneva, Sans-Serif;
	font-size: 12px;
	color: #5E99D3;
	text-decoration: none;
		font-weight: bold;
	}
A.nav:hover {
	font-family: Verdana, Geneva, Sans-Serif;
	font-size: 12px;
	color: #8B47C8;
	text-decoration: underline;
		font-weight: bold;
	}
A.foot:link {
	font-family: Verdana, Geneva, Sans-Serif;
	font-size: 11px;
	color: #5E99D3;
	text-decoration: none;
	font-weight: bold;
	}
A.foot:visited {
	font-family: Verdana, Geneva, Sans-Serif;
	font-size: 11px;
	color: #5E99D3;
	text-decoration: none;
	font-weight: bold;
	}
A.foot:hover {
	font-family: Verdana, Geneva, Sans-Serif;
	font-size: 11px;
	color: #8B47C8;
	text-decoration: underline;
	font-weight: bold;
	}
A.navbar:link {
	font-family: Verdana, Geneva, Sans-Serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}
A.navbar:visited {
	font-family: Verdana, Geneva, Sans-Serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}
A.navbar:hover {
	font-family: Verdana, Geneva, Sans-Serif;
	font-size: 12px;
	color: #00ff0e;
	text-decoration: underline;
	font-weight: bold;
	}	
A:link {
	font-family: Verdana, Geneva, Sans-Serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 18px;
	color: #336699;
	text-decoration: none;
	font-weight: bold;
	}
A:visited {
	font-family: Verdana, Geneva, Sans-Serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 18px;
	color: #336699;
	text-decoration: none;
	font-weight: bold;
	}
A:hover {
	font-family: Verdana, Geneva, Sans-Serif;
	font-size: 12px;
	line-height: 18px;
	color: #ff6600;
	text-decoration: underline;
	font-weight: bold;
	}
.navtable {
	padding: 10px;
}
.top {
	padding-right: 10px;
}
.style1 {
    color: #5E99D3;
	}
	.style2 {
	font-size: 11px;
    color: #003366;
	}
.style3 {font-family: Verdana, Sans-Serif; font-size: 12px; }
.style4 {color: #00FF00}
.style5 {font-family: Verdana, Sans-Serif; font-size: 12px; font-weight: bold}
.style6 {font-family: Verdana, Sans-Serif; color: #339900}
.style7 {font-family: Verdana, Sans-Serif; font-size: 12px; color: #ff0000; }
.style8 {font-family: arial, Verdana, Sans-Serif; font-size: 16px; font-weight: bold; color: #ff9900; }
.style9 {font-family: arial, Verdana, Sans-Serif; font-size: 16px; text-decoration: none; font-weight: bold; color: #336699; }
.style10 {font-family: Verdana, Sans-Serif; font-size: 14px; text-decoration: underline; font-weight: bold; color: #693597; }
.style11 {font-family: Verdana, Sans-Serif; font-size: 12px; text-decoration: none; font-weight: bold; color: #693597; }
.style12 { font-family: Verdana, Sans-Serif; font-size: 10px; text-decoration: none; color: #5E99D3;   margin: 0px 0px 0px 0px;  padding: 0px 0px 0px 0px; display:inline;}