@charset "utf-8";
/* CSS Document */

/*body*/
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td, img{margin:0px;padding:0px;}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	line-height:16px;
	text-align: center;
	background-image:url(../images/layout/bg_stripe.jpg)
}
/*div standards*/
div {text-align:left; margin:0px; padding:0px;}
/*img PNG fix*/
img {behavior: url(iepngfix.htc);}
/*a standards*/
a {color:#2593ac; text-decoration:none;}
a:hover {text-decoration:underline;}
/*p standards*/
p {padding:10px ;}
/*h standards*/
h1 {font-size:14px;font-family:cambria, georgia, arial;color:#418223;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #ae2d2e; margin-left:10px; margin-right:13px; margin-top:12px;}
h2 {font-size:12px;font-family:Arial, Helvetica, sans-serif;color:#666666;}
/*wrapper*/
#wrapper {width: 732px;margin: 0 auto;text-align: left;} 
/*header*/
#header {height: 183px; background-position: bottom; background-repeat:no-repeat;} 
/*top menu*/
#topMenu {height:34px; width:732px; background-image:url(../images/layout/topmenu_bg.jpg); margin-top:6px;}
#topMenu #left {width:120px; padding-left:32px; margin-top:9px; color:#ae2d2e; float:left;}
#topMenu #right{width:400px; padding-right:12px; margin-top:9px; color:#ae2d2e; float:right; text-align:right;}
/*footer*/
#footer {width:100%; height:104px; clear:both; background-image:url(../images/layout/footer.jpg); background-repeat:no-repeat; margin-top:6px; padding:80px 0px 12px 12px;}
/*leftCol*/
#leftCol {float: left;width: 486px; margin-top:6px; background-image:url(../images/layout/leftcol_middle_bg.jpg); background-repeat:repeat-y; background-position:left top;}
#leftColFooter {height:2px; background-image:url(../images/layout/leftcol_footer_bg.jpg); background-repeat:repeat-x; background-position:bottom;}
/*rightCol*/
#rightCol {float: right;width: 240px;margin-top:6px; background-image:url(../images/layout/rightcol_middle_bg.jpg); background-repeat:repeat-y; text-align:center; background-position:left top;}
#rightColFooter {height:2px; background-image:url(../images/layout/leftcol_footer_bg.jpg); background-repeat:repeat-x; background-position:bottom;}

/*clear*/
.clearfloat {clear:both;}
