.narrow { width:450px; }
.center { text-align:center; }
.floatLeft { float:left; }
.floatRight { float:right; }
.clearLeft { clear:left; }
.clearRight { clear:right; }
.clearBoth { clear:both; }
.rightAlign { text-align:right; padding-right:10px; }

body { font-family:arial; margin:0px; background-image:url('/images/bodybg.gif'); background-repeat: repeat-x; background-attachment:fixed; background-color:#B9DCF4; padding:0px; padding-top:20px; text-align:center; width:100%; height:100%; }
h1 { font-size:18px; color:#6D6D6D; text-align:left; padding:20px 0px 25px 50px; margin:0px 0px 0px 0px; }
h2 { font-size:14px; color:#6A6C73; font-weight:bold; text-align:left; padding:0px 0px 5px 0px; margin:0px 0px 0px 0px; }
h3 { margin:0px; padding:0px; font-weight:normal; }
img { border:1px solid #000; }
#container { width:900px; height:100%; margin:0px auto; text-align:left; }
#topArea { background-image:url('/images/top.jpg'); position:relative; width:900px; height:120px; margin:0px 0px 10px 0px; padding:0px; }
#content { background-color:#E0F2FF; width:900px; height:100%; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; clear:both; }
#content a { color:#E12828; text-decoration:underline; }

.leftContent { font-size:12px; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; width:548px; float:left; background-color:; overflow:hidden; }
.rightContent { font-size:12px; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; width:348px; float:left; background-color:; overflow:hidden; }
.wideContent { font-size:12px; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; width:900px; background-color:; overflow:hidden; }
.leftContentBox { margin:0px 0px 0px 50px; padding:0px 0px 20px 0px; width:478px; background-color:; overflow:hidden; text-align:justify; }
.rightContentBox { margin:0px 50px 0px 20px; padding:0px 0px 20px 0px; width:278px; background-color:; overflow:hidden; text-align:justify; }
.wideContentBox { margin:0px 0px 0px 50px; padding:0px 0px 20px 0px; width:800px; background-color:; overflow:hidden; text-align:justify; }	

.ratesTable { border: 2px solid; width:800px; }

#footer { font-size:10px; color:#2C2D2F; text-align:center; background-color:#E0F2FF; width:900px; padding:10px 0px 5px 0px; margin:0px 0px 0px 0px; clear:both; }
#footer a { color:#D21716; text-decoration:underline; }
.link { color:#EEC816; text-decoration:underline; cursor:pointer; }

	/* menu styles  */
.menu { position:relative; border:1px solid #c61b1b; width:898px; height:25px; padding:0px; margin:0px 0px 10px 0px;  z-index:50; background-image:url('/images/red-menu-bg.gif'); background-repeat:repeat-x; }
.menu ul { margin:0px 0px 0px 50px; padding:0px 0px 0px 0px; }
.menu li { display: inline; list-style-type:none; float:left; margin:0px 0px 0px 0px; padding: 5px 30px 0px 0px; }
.menu li a { position:relative; height:15px; text-align:center; float:left; width:auto; padding-top:0px; font-family:verdana; font-size:12px; font-weight:normal; color:#FFF; text-decoration:none; cursor:pointer; }
.menu li a:hover { color:#efefef; text-decoration:none; }
.menu li img { border:none; }
.menu ul li ul { display:block; float:left; width:auto; clear:both; margin:0px; padding:0px; }

.clearfix:after { content:"."; display:block; clear:both; visibility:hidden; line-height:0; height:0; }
.clearfix { display:inline-block; }
html[xmlns] .clearfix {	display:block; }
* html .clearfix { height:1%; }
