/* CSS Document */
body{
margin: 0px;
padding: 0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#575656;
background:url(../images/bg.gif) repeat-x;
}

a {
color: #424242;
text-decoration: none;
}

a:hover {
color: #424242;
text-decoration: underline;
}

img {
 border: 0;
}

h1 {
font-size: 18px;
color: #094FA3;
padding:0;
margin:0;
}

#maincontainer {
width: 850px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection {
margin: 0;
padding: 0;
height: 340px;
}

#topsection-1 {
height: 16px;
text-align: right;
background:url(../images/bg-topnav.gif) no-repeat top right;
}

#topsection-1 ul{
list-style:none;
margin:0;
padding:3px 45px 0 0;
position:relative;
}

#topsection-1 li{
display:inline;
}

#topsection-1 span{
position:absolute;	
}

#topsection-2 {
height: 20px;
padding-top: 20px;
padding-left: 190px;
}

#topsection-3 {
text-align: right;
height: 280px;
}

#contentwrapper {
margin: 0;
padding: 0;
background-color: #FFFFFF;
}

#leftcolumn {
float: left;
text-align: center;
width: 196px;
}

#splitline {
float: left;
width: 9px;
height:272px;
background: url(../images/splitline.gif) no-repeat;
}

#contentcolumn {
margin-left:auto;
width:645px;
min-height: 315px;
}

#contentbox {
padding-right: 50px;
padding-left: 20px;
padding-top: 10px;
}

#footer {
clear: left;
width: 100%;
}

#copyright {
width: 850px; 
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
font-size: 10px;
text-align: center;
padding-top: 12px;
padding-bottom: 12px;
color: #FFFFFF;
background-color: #094FA4;
}

#copyright a{
color: #FFFFFF;
}

#copyright a:hover{
color: #FFFFFF;
text-decoration: underline;
}

.textstyle1 {
color: #094FA3;
font-size: 18px;
font-weight: bold;
}

.textstyle2 {
color: #009F70;
font-size: 14px;
font-weight: bold;
}

.smallfont {
font-size: 10px;
font-weight: bold;
}

.largefont {
font-size: 14px;
font-weight: bold;
}

.menuTitlebox {
width:155px;
height:19px;
margin-left:20px;
padding-top:2px;
padding-bottom:2px;
text-align:center;
color:#53A0C9;
font-weight:bold;
border:6px solid #D5D3D4;
}

table.contactus {
margin: 0 0 0 20px;
padding: 10px 0 0 0;
width:90%;
border-top:1px solid #D5D3D4;
	
}

/* Font Sizes */
.small_font		{ font-size:small; }
.medium_font	{ font-size:medium; }
.large_font		{ font-size:large; }
.x_large_font	{ font-size:x-large; }
.xx_large_font	{ font-size:xx-large; }

/*.fontsizebox{
position:relative;
padding-top:10px;
padding-bottom:20px
}*/

.fontsizebox {
position:relative;
top:20px;
text-align:right;
padding-right:25px;
}

/******		Left Menu		*************/
.drawers-wrapper {
position: relative;
width: 170px;
margin:10px;
text-align:left;
}
    
.drawers-wrapper  ol, ul {
list-style: none;
margin-left:5px;
padding-left:5px;
}
    
.drawers {
font-size:11px;
}

.drawer {
color:#676767;
font-size:11px;
line-height:20px;
}
    
.drawer-handle {
color:#676767;
cursor:pointer;
_cursor:hand;	/* for IE */
font-size:11px;
border-bottom:1px dashed #9C9A9A;
}
    
.drawer-handle.open {
color:#676767;
}

h2.drawer-handle a {
color:#676767;
}

/* nasty, but it fixes the indent on the first one. */
h2.drawer-handle span {
}
     
.drawer ul {
padding-top:0px;
}

.drawer li {
border-bottom:1px solid #BDDFDF;
line-height:21px;
}
   
.drawers a {
color: #53A0C9;
}

.hand {
cursor:pointer;
_cursor:hand;
}

.hidden {
display:none;	
}
	