@charset "utf-8";
/* CSS Document */
<!-- 
body  {
	background-image:url(/beta/images/bg_gradient.jpg);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#003300;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColElsRt #container1 { 
	width: 50em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColElsRt #sidebar1 {
	float: right; 
	width: 200px; /* since this element is floated, a width must be given */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
.twoColElsRt #sidebar1 h3, .twoColElsRt #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size:12px;
}
#sidebar_top {
	vertical-align:text-top;
	background-image:url(../images/sidebar_bg.jpg);
	border:#d3b64d thin 1px dotted;
	margin-top:15px;
	margin-right:15px;
}
#sidebar_top img{
	margin:10px 0 10px 10px;
	border:#FFFFFF thin solid 1px;
}
#sidebar_bottom {
	margin: 15px 0 0 0;
	background-color:#FFFFFF;
	vertical-align:bottom;
}
.twoColElsRt #mainContent {
	margin: 0 17em 0 1.5em; /* the left margin can be given in ems or pixels. It creates the space down the left side of the page. */
	font-family: Tahoma, Verdana, sans-serif;
	font-size:12px;
}  
.twoColElsRt #mainContent p{
	margin: 15px; /* the left margin can be given in ems or pixels. It creates the space down the left side of the page. */
	font-family: Tahoma, Verdana, sans-serif;
	font-size:12px;
}  

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#header {
	width:800px;
	height:270px;
	background-image:url(../images/header1.jpg);
	
}
h1{
	margin: 0 auto;
	font-size:12px;
}
h2{
	margin: 0 auto;
	font-size:11px;
}
h3{
	margin: 0 auto;
	font-size:10px;
	padding:0;
}
#container {
	float:left;
	margin:0 15px 0 0;
}
.style1 {
	color: #013300;
	font-size: 16px;
}
#footer p, a{
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size:12px;
	color: #666666;
	text-align:center;
	text-decoration:none;
}
#menu_container {
	position:relative;
	top:215px;
	left:25px;
}
.menu_tab{
	margin-left:13px;
	margin-right:0px;
	text-decoration: none;
    font-size:14px;
    font-family:Lithos Pro Regular;

}
a.menu_tab:link{
	color: #FFFFFF;
	text-decoration: none;
    font-size:14px;
    font-family:Lithos Pro Regular;
}

a.menu_tab:visited{
	color: #FFFFFF;
	text-decoration: none;
    font-size:14px;
    font-family:Lithos Pro Regular;
}

a.menu_tab:hover{
	color: #FFFFFF;
	text-decoration: none;
    font-size:14px;
    font-family:Lithos Pro Regular;
}

a.menu_tab:focus{
	color: #FFFFFF;
	text-decoration: none;
    font-size:14px;
    font-family:Lithos Pro Regular;
}
#header_date{
	position:relative;
	top:203px;
	left:10px;
	color: #FFFFFF;
	text-decoration: none;
    font-size:11px;
    font-family:Lithos Pro Regular;
}
#menu a{
	position: relative;
	margin-left:0px;
	margin-right:0px;
	color: #FFFFFF;
	text-decoration: none;
    font-size:14px;
    font-family:Lithos Pro Regular;

}
/*
a.nav:visited {color: purple; text-decoration: none; }
a.nav:hover {color: orange; text-decoration: underline; }
a.nav:active {color: blue; }
.menu_tab {
    color: #FFFFFF;
    font-size:14px;
    font-family:Lithos Pro Regular;
    text-decoration:none;
}*/
<!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColElsRt #sidebar1 { padding-top: 30px; }
.twoColElsRt #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->

--> 

