/* GLOBAL FORMATS */
/* style.css */
/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,img { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
 
/* LAYOUT */
.clear { clear:both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }
 
/* global formats: START */
* {
	margin:0px;
	padding:0px;
	border:0px;
}
html {
	height:101%; /* forces vertical scrollbar */
}
body {
	margin:0px auto;
	text-align:center;
	width: 1035px;
	max-width:1035px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #003;
	background-color: #cacaca;
}
a:link , a:visited{
	color: #525980;
}
a:hover {
	color: #7EAE15;
}
h1{
	letter-spacing: 1px;
	font-size: 1.1em;
	margin-bottom: 20px;
	text-transform: uppercase;
}
h2{
	margin-right: 50px;
	margin-bottom: 8px;
}
/* global formats: END */
 
 
/* define site container formats: START */

#container {
	width:1035px;
	background-color: #fff;
	background-image: url(shadow-container.jpg);
	background-repeat: repeat-y;
	min-height: 650px;
	background-position: center top;
	position: relative;
	overflow: hidden;
 }
#left-content {
	float: left;
	width: 476px;
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 0px;
	padding: 0px;
}
#logo {
	float:left;
	margin: 0 10 0 0;
	text-align: left;
	color: #fff;
	font-size: 26px;
	text-transform: none;
	letter-spacing: 1px;
}
#logo a:link, #logo a:visited {
	color: #fff;
}
#logo a:hover {
	color: #DAFFB5;
}
#left-menu {
	float:left;
	width: 440px;
	top: 253px
	margin: 0px;
	text-align: left;
	font-size: 1.1em;
	color: #fff;
	letter-spacing: 1px;
	margin-top: 220px;
}
#left-menu li  {
	display: block;
	margin-top: 5px;
}
#left-menu li a  {
	color: #fff;
	text-decoration: none;
	list-style-type: none;
}
#left-menu li a:hover {
	color: #DAFFB5;
}
#left-menu li a.current {
	color: #CF0;
}

#right-content {
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 19px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}
#right-content img, #right-content h1 img {
	text-align: left;
	padding: 0px;
	margin: 0px;
	width: 498px;
}
#right-content h4 img {
	width: 200px;
}
#right-content h1 {
	text-align: left;
	width: 420px;
	margin-left: 40px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#right-content p , #right-content div{
	text-align: left;
	width: 420px;
	margin-left: 40px;
	margin-top: 8px;
}
input, textarea {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	background-color: #eee;
}
#logon {
	text-align: left;
	margin-left: 30px;
	overflow: hidden;
	color: #eee;
}
#logon a , #logon a:visited{
	color: #eee;
}
.pagetitle {
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 0.2em;
	text-align: left;
	margin-top: 4px;
	margin-left: 300px;
	font-weight: normal;
	font-size: 1.2em;
}
#smallimage img{
	max-width: 150px;
}
#small320 img{
	max-width: 320px;
}
