*{
	padding: 0;
	margin: 0;
}
body {
	background-color: #CBD5C9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url(../images/_static/bg.gif);
	background-position: center center;
}

.wrap
{
    width: 960px;
    margin: 0 auto;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: left;
	padding: 4px;
}
th {
	font-family: Georgia, "Times New Roman", Times, serif;
}
hr {
	height:0px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #CBD5C9;
}
/*li {
	list-style-position: inside;
	list-style-type: circle;
	margin-bottom: 2px;
	margin-left: 6px;
	margin-right: 0px;
	
}*/
.img {
	border: 0px none #FFFFFF;
}

.img-left {
	margin-right: 10px;
	border: 1px solid #999999;
}
.img-right {
	margin-left: 10px;
	border: 1px solid #999999;
}
.img-extra {
	border: 15px solid #FFFFFF;
	margin-bottom: 4px;
}



h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #B0353F;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	margin-bottom: 4px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #B0353F;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #333333;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}



a:link {
	color: #00747D;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #999999;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #00747D;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}
a:active {
	color: #00747D;
	text-decoration: none;
}

div#container {
	margin: 0 auto;
	width: 960px;
}

div#banner {
	width: 960px;
	height: 150px;
}

div#menu_top {
	width: 958px;
	background-image: url(../images/_static/menu.gif);
	height: 45px;
	padding-right: 0px;
	padding-left: 0px;
	border: 1px solid #FFFFFF;
}

.menu_top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:   12px;
	color: #202020;
	text-align: left;
	font-weight: normal;
	padding-top: 17px;
	padding-right: 30px;
	padding-bottom: 6px;
	padding-left: 20px;
}


#menu_top ul
{
    margin: 0;
    padding: 0;
}

#menu_top ul li
{
    
    height: 30px;
    border-right-style: solid;
    border-right-color: White;
    border-right-width: 1px;
    text-align: center;
    float: left;
    list-style: none;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
   
}


#menu_top    a {
	color: #ffffff;
	text-decoration: none;
}

#menu_top    a:hover {
	text-decoration: underline;
	color: #ffffff;

}
#menu_top a:visited {
	color: #ffffff;
	text-decoration: none;
}
div#image {
	width: 550px;
	padding-right: 0px;
	padding-left: 0px;
	
}



div#content_left {
	width: 510px;
	/*text-align: justify;*/
	top: 150px;
}
div#content_right {
	width: 180px;
	top: 150px;
	text-align: left;
	right: 10px;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}

.img_link {
	border: 0px none #FF0000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.img_link a{
	border: 0px none #FF0000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.img_link a:hover{
	border: 0px none #FF0000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
div#start {
	width: 850px;
	left: 0px;
	top: -50px;
	position: relative;
	z-index: 9;
	text-align: left;
	padding-left: 0px;
}

/* --- LISTS --- */

.list{
	margin:  5px 0 5px 30px;
	}

.list ol{
	list-style: decimal outside;
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
	padding:  0 auto 10px 0;
	}

.list li{
	margin-bottom: 5px;
	}
	
.leftColumn
{
    width: 250px;
    float: left;
    margin-left:0px;    
}	

.middleColumn
{
    width: 500px;
    float: left;
    margin-left: 3px;
}

    .middleColumnText
    {
        width: 470px;
        margin: 15px;
    }

.rightColumn
{
    width: 195px;
    float: left;
    margin-left: 9px;
    margin-top: 10px;
}


