* {
	margin: 0;
	padding: 0;
}

body {
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #7D7D7D;
	background-color: #FFFFFF;
	/*background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-attachment: fixed;*/
}

h1, h2, h3, h4 {
	padding-bottom: 15px;
}

h1 {
	color: #009900;
	font-size: 24px;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #009900;
}

h2 {
	color: #0099CC;
	font-size: 14px;
	padding-top: 15px;
}

h3 {
	color: #00CC33;
	font-weight: bold;
	font-size: 24px;
	font-style: oblique;
}

h4 {
	color: #006699;
	font-weight: normal;
	font-size: 30px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p, blockquote, ul, ol {
}

p {
	padding-bottom: 20px;
}

blockquote {
	margin-left: 3em;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

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

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

.style1 {
	color: #326DCD;
	font-weight: bold;
}

a.style1 {
	color: #009933;
}

a.style1:hover {
	color: #326DCD;
}

a.style1:visited {
	color: #009933;
}

/* Banner*/

#banner {
	width: 850px;
	height: 353px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Menu */

#menu {
	width: 850px;
	height: 42px;
	background-image: url(images/nav_02.jpg);
	background-repeat: repeat-x;
	background-position: 50px top;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#menu-bg {
	height: 42px;
	background-image: url(images/nav_01.jpg);
	background-repeat: no-repeat;
}

#menu-bg2 {
	height: 42px;
	background-image: url(images/nav_03.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
}

#menu ul {
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2px;
}

#menu li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#menu a {
	display: block;
	float: left;
	text-decoration: none;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 25px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 900;
	height: 27px;
}

#menu a:hover, #menu .active a {
	color: #FFFFFF;
}

/* Content */

#content {
	width: 850px;
	margin: 0 auto;
}

#extra {
}

/* Content > Main */

#main {
	float: right;
	width: 530px;
	padding-top: 15px;
	padding-right: 30px;
	text-align: justify;
	padding-bottom: 50px;
	color: #666666;
}

/* Content > Main > logos */

.logos {
	width: 400px;
	height: 95px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	font-weight: bold;
	line-height: 20px;
}

.logos .img {
	width: 50%;
	float: left;
	height: 95px;
}

.logotext{
	float: right;
	width: 50%;
	padding-top: 5px;
	color: #666600;
	font-weight: 800;
	font-family: Arial, Helvetica, sans-serif;
}



/* Content > Sidebar */

.img {
	padding-left: 0px;
	border-bottom-width: thin;
	padding-bottom: 10px;
	float: left;
}

#sidebar {
	float: left;
	width: 250px;
	padding-top: 30px;
}

#sidebar a {
}


/* Footer */

#footer {
	clear: both;
	width: 850px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	text-align: center;
}

#footer p {
	margin: 0;
	font-size: x-small;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

