@charset "UTF-8";

body {
	margin: 20px;
	color: #333;
	font-size: 12px;
	font-family: Arial;
	font-family: Arial, Verdana, Univers;
	background-color: #545454;
	background-repeat: inherit;
}

h1 {
	color: #4F6179;
	font-size: 24px;
	font-weight: bold;
	margin: 3px 0px 15px 0px;
}
h2 { color: #333333; font-size: 14px; font-weight: bold; margin: 0px 0px 15px 0px; }

h3 { color: #F00; font-size: 12px; font-weight: bold; margin: 0px 0px 15px 0px; }

a          { color: #ba7007; }
a:visited  {
	color: #F60;
	font-weight: bold;
}
a:hover    {
	color: #90C;
	font-weight: bold;
}

ul {
	list-style-position: outside;
	list-style-type: square;
	line-height: 1.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: -35px;
}

.container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;	
	background-repeat: repeat-y;
}
.box {
	background-color: #E8E8E8;
	color: #333;
	text-align: center;
	width: 300px;
	float: right;
	clear: none;
	line-height: 18px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 5px;
	top: 5px;
} 

/* HEADER */
.HEADER {
	width: 980px;height: 85px;
	background-color: #545454;
	background-image: url(images/design/header6.gif);
	background-repeat: no-repeat;
}

*.HEADERnav {
	padding-top: 10px;
	padding-right: 40px;
	float: right;
	color: white;
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.HEADERnav a {
	color: white;
	text-decoration: none;
}
.HEADERnav a:visited {
	color: white;
}
.HEADERnav a:hover {
	color: #ECBB7B;
}

.toplogo {
	margin-left: 70px;
	padding-top: 20px;
}

.CONTENT {
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(images/design/content_bkgd_tile.jpg);
	background-repeat: repeat;
}

.bold { 
	color: #F00; font-size: 14px; font-weight: bold;
}

/* NAV */

.NAV {
	width: 172px;
	margin: 10px 0px 0px 0px;
	padding-left: 8px;
	float: left;
	list-style-type: none;
}

.NAV a{
	margin-left: 20px;
	width: 146px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	float: left;
	color: #364957;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-image: url(images/design/nav_normal.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border-bottom: 1px solid #999;
}

.NAV a:visited{
	color: #364957;
}
.NAV a:hover{
	color: #ffffff;
	background-image: url(images/design/nav_down.jpg);
}

/* CONTENT */

.contentleft {
	width: 700px;
	padding-left: 40px;
	padding-right: 5px;
	float: left;	
}

.contentright {
	width: 680px;
	padding-top: 55px;
	float: left;
	width: 210px;
}

.imageright {
	margin-top: 10px;
	margin-right: 0px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.imageleft {
	margin-right: 10px;
	float: left;
}

.centeredImage
    {
    text-align: center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }

/* FOOTER */
.FOOTER {
	width: 980px;
	height: 88px;
	background-image: url(images/design/footer_bkgd2.jpg);
	background-repeat: no-repeat;
	
}

.copyright {
	border-top: solid;
	border-color: #737a90;
	border-width: 2px;
	margin-left: 200px;
	margin-right: 30px;
	padding-top: 12px;
	color: #333;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
