/* reset */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, code, em, img, small, strong, sub, sup, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
a{
	color: black;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p{
	margin-bottom: 20px;
}
h1{
	color:#2d51a5;
	font-family: Palatino Linotype, Palatino;
	font-size:18px;
	margin-bottom:25px;
}
h2{
	color:#2d51a5;
	font-family: Palatino Linotype, Palatino;
	font-size:14px;
}
h3{
	font-family: Palatino Linotype, Palatino;
	font-size:14px;
}
/* main */
html{
	background-color: #fff;
	font-family: Palatino Linotype, Palatino;
	font-size: 12px;
	line-height: 18px;
}
#container-container{
	background-image:url(../images/bg_middle.gif); 
	background-repeat:repeat-y; 
	background-position:left; 
	margin:0 auto;
	min-height:971px;
	position:relative; 
	width:983px; 
}
#container{
	padding:85px 90px 75px 128px;
	position:relative;  
	z-index:5; 
}
#topBG{
	left:0px;
	position:absolute; 
	top:0px; 
	z-index:2; 
}
#bottomBG{
	bottom:0px; 
	left:0px;
	position:absolute; 
	z-index:2; 
}
#header{
	overflow:hidden;
	line-height:32px;
}
#logo{
	float:left;
}
#headerImg{
	float:right;
}
#nav{
	font-family: Palatino Linotype, Palatino;
	font-size: 16px;
	line-height: 18px;
	margin: 40px 0 40px 23px;
}
#nav ul{
	margin:0 0 0 25px;
	width:750px;
}
#nav li{
	display:inline;
	margin-right:20px;
}
#nav li a:hover{
	color:#2d51a5;
	text-decoration:none;
}
#main{
	font-family:Arial, Helvetica, sans-serif;
	line-height: 18px;
	min-height: 404px;
}
#main a{
	color:#2d51a5;
	text-decoration: underline;
}
#main ul{
	list-style: disc;
	margin: 0 0 20px 15px;
}
#main ul li{
	margin-left: 15px;
}
#rightSide{
	clear:right;
	float:right;
	width: 516px;
}
#leftSide{
	clear:left;
	float:left;
	width: 210px;
}
#footer{
	clear:both;
	color: #6c6c6c;
	line-height:18px;
	margin: 25px 0;
	text-align: center;
}