html, body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.5em;
	color: #012a5e;
	background-color: #ffffff;
	}

#wrapper {
	margin : 20px auto;
	padding : 40px;
	width : 940px;
	background-color: #fff6d5;	
}

#logo { width : 940px; height : 170px; margin-bottom : 10px;}

#menu { width : 935px; padding-left : 5px; height : 55px; color : #fff6d5; background : #fff6d5 url(images/menu-bg.png) top left no-repeat;}

#menu a { display : block; width : 145px; margin : 5px 20px; height : 45px; float : left; color : #f5ffff; background : #012a5e url(images/menu-items-bg.png) top left no-repeat; text-decoration : none; font-family:Georgia, "Times New Roman", Times, serif; font-size : 18px; line-height : 45px; text-align : center; }

#menu a:hover, #menu a.current  { background-image : url(images/menu-items-bg-hi.png); color : #012a5e; text-decoration : none;}


#content {}
#content h3 { font-size : 14px; line-height:18px; padding : 0 0 0 0; margin:0;}
#content p  { font-size : 12px; line-height:18px; padding : 0 0 12px 0; margin:0;}
#content ul  { font-size : 12px; line-height:18px; padding : 0 0 12px 20px; margin:0;}
#content p.pre { padding-bottom : 0;}
#content .rubric {font-style:italic;}
#content a { color : #012a5e; text-decoration:underline;}
#content a:hover { color : #000000; text-decoration:underline;}



#rightcol {float : right; width : 220px; padding-left : 20px; }
#rightcol img { display : block; width : 220px; height : 150px; margin-bottom : 30px; border : 0;}
#rightcol img.last {margin-bottom : 0; }
#rightcol a, #rightcol a:link, #rightcol a:visited, #rightcol a:focus, #rightcol a:hover, #rightcol a:active { text-decoration:none; outline: none;  border : 0;}

#maincol { float : left; width : 700px; clear : left;}

#slider-frame-div { position : relative; width : 700px; height : 330px; }
#slider-frame {width : 700px; height : 330px;  z-index:20; position : absolute; top:0;	}
#slider-holder {width : 700px; height : 330px; overflow:hidden; z-index:10; position : absolute; top:0;}
#slider {width : 9000px; left: 0px; position:absolute;}
#slider img { display : block; width : 700px; height : 330px; margin-right : 30px; float : left; border : 0;}


.clearer { clear:both; }

#footer { width : 900px; padding : 15px 20px; height : 25px; color : #fff6d5; background : #fff6d5 url(images/menu-bg.png) top left no-repeat; font-size : 10px; }

#footer a, #footer a:hover { color : #fff6d5; text-decoration:none;}
.left49 { width : 49%; float : left; }
.right49 { width : 49%; float : right; text-align : right;}


