@charset "utf-8";
/* CSS Document */


body {
	margin:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color:#06C;
	height:100%;
	background-position:top;
	text-align:justify;
}
a:link {
	color: #EE3124;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A99A6F;
}
a:hover {
	text-decoration: underline;
	color: #EE3124;
}
a:active {
	text-decoration: none;
	color: #A99A6F;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 13px;
	color: #FDBA31;
}
h2 {
	font-size: 14px;
	color: #FDBA31;
}
h3 {
	font-size: 15px;
	color: #FDBA31;
}
h4 {
	font-size: 16px;
	color: #FDBA31;
}
#wrapper{
	width:745px;
	margin:15px auto;
	height:auto;
}

#top{
	width:745px;
	height:88px;
}
	
#flashblock{
	width:745px;
	height:165px;
	background-image:url(../images/main_pic_02.jpg);
	background-position:right;
	background-repeat:no-repeat
}

.picright{
	float:right;
}

.picleft{
	float:left;
}

#navbar{
	width:745px;
	height:15px;
	float:left;
	background-color: #EE3124;
}
#main{
	width:745px;
	height:auto;
	float:left;
}
#left{
	width:220px;
	height:auto;
	float:left;
}
#right{
	width:525px;
	height:auto;
	float:left;
}
#bottomnav{
	width:745px;
	height:auto;
	float:left;
	text-align:center;
}


<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
width: 180px;
border-right: 1px solid #000;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 11px;
background-color: #90bade;
color: #333;
}

* html #blueblock{ /*IE 6 only */
w\idth: 147px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #90bade;
margin: 0;
}

#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #2175bc;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
}


#inside20 {
	padding:20px;}
