/* default elements */
* {margin: 0; padding: 0;}

body {
	background: #172B96 url(../images/bg.gif);
	color: #222;
	font: normal 62.5% sans-serif;
	padding: 0;
	height:100%; /* needed for container min-height */

}

a {color: #666666;}
a:hover {color: #162890;}

big {font-size: 1.1em;}

h1,h2,h3 {color: #20A4E6; padding: 8px 0 2px;}

h1 {font: normal 2.4em serif,sans-serif;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {font: normal 1.6em serif,sans-serif;}
h3 {font: bold 1.2em serif,sans-serif;}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font: normal 1.1em Georgia,serif;
	padding-left: 26px
}

form,table {margin-bottom: 1.2em;}
img {border: none;}
.pic {	padding:3px;	margin:5px;	border:1px solid  #999999;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}

/* structure */
#wrapper {
	background: #fff url(../images/wrapper.gif)  repeat-y  center bottom;
	margin: 0 auto;
	width: 778px;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	
	
}
#bodydive {
	background: #fff url(../images/content_bg.gif)  repeat-y  right bottom;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0px auto;
	width: 750px;
}


#content {
	width: 530px;
	margin-left: 10px;
	margin-right: 10px;
	padding-right: 10px;


}
#content p {
	padding-bottom: 10px;
}

#content ul
{
list-style: none;
list-style-position:outside;
}

#content li
{
	color: #20A4E6;
	padding-left: 12px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}
#content li a
{
	color: #666666;
}
#content li a:hover
{
	color: #20A4E6;
}




#sidebar {
	float: right;
	width: 185px;
	margin: 0px 5px 0 0;
}
#sidebar p {
	padding-bottom: 10px;
}
#sidebar h1 {
	margin: 0;
	color: #FFF;
	font-size: 100%;
	padding: 6px 5px 13px 10px;
	font-weight: bolder;
	margin-bottom: 10px;
	background: url(../images/side_h1_bg.gif) no-repeat;
}
#sidebar img {
	margin: 0;
}








/* header */

#header {
	
	height: 185px;
}
#flashcontents {
	width:395px;
	text-align: right;
	padding-right: 4px;
}
#contact {
	padding:12px 10px;
	float: left;
	color: #162890;
	width: 350px;
	clear: left;
	font-size: 11px;
}
#fax {
	border-left: 1px dashed #999;
	float:left;
	margin: 0px;
	padding-left:10px;
	width: 80px;
}

#phone {
	/*border-left: 1px dashed #999;*/
	float:left;
	margin: 0px 10px auto 0px;
	padding-left:10px;
}
#email {
	border-left: 1px dashed #999;
	float:right;
	margin: 0px 10px auto 0px;
	padding-left:10px;
}

#email a  {
	color:#162890;
	text-decoration:none;
}
#email a:hover  {
	color:#008BD1;
	text-decoration: underline;
}


#logo {
	color: #000000;
	width: 350px;
	clear: left;
	margin: 15px auto auto 8px;
	
}

/* navigation */
#navigation {
	/*	background: #DED9D0 url(img/nav.gif) repeat-x;*/
	height: 30px;
	/*	border-top: 1px solid #996;*/	
margin: 0px 5px 15px 5px;
}


/* footer */
#footer {
font-size:11px;
	padding: 10px;
	text-align:center;
	line-height:22px;
}


#footer .left {width: 66%;}
#footer .right {
	width: 33%;
	text-align: right;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #999;
	text-decoration: underline;
}


/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}

.content {padding: 18px 20px;}
.left {
	float: left;
}
.right {float: right;}

/* 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;
}
/* inner Div Element style */
#inner {
	line-height: normal !important;
}
/* Font size changer interface style */
.font_sizer {
	/*padding: 0px 20px 0px 0px;*/
	text-align:right;
	float:right;
	width:150px;
}
.font_sizer a {
	text-decoration:none;
	color:black;
}




.sidemenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 100%;
}

.sidemenu li a{
background: white url(../images/sidemenuback.gif) repeat-x bottom left;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
margin:5px 0px;
text-decoration: none;
/*text-align:center;*/

}


* html .sidemenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.sidemenu li a:visited, .sidemenu li a:active{
color: white;
}

.sidemenu li a:hover{
background-image: url(../images/sidemenuback2.gif);
}
