/* :) */

body {
margin:0;
padding:0;
height:100%;
background: #fff;
color:#000000;  
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
background: #e8e8e8 url(bg.gif) repeat-x fixed top;
}

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

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

ul {
margin:0 0 20px 20px;
list-style-type:disc;
}

li {
margin:0 0 0 10px;
font: 85% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
color: #000066;
}

blockquote {
margin:1em;
margin-top:0;
padding:.2em;
background-color:#eeeeee;
border-top:1px solid #cccccc;
border-bottom:1px solid #cccccc;
font: 90% "Courier", sans-serif;
}

blockquote p {
margin:.1em;
margin-top: 12px;
}
blockquote pre {
	margin:10px;
	padding:0px;
	line-height: 8px;
}

#bg_middle {
	margin: 0 auto;
	background: url(bg_middle.png) repeat-y center;
	vertical-align: middle;	
	text-align:center;
}

#bg_bottom {
	margin: 0 auto;
	background: url(bg_bottom.png) no-repeat center;
	vertical-align: middle;	
	text-align:center;
	height: 50px;
}

#bg_top {
	margin: 0 auto;
	background: url(bg_top.png) no-repeat center;
/*	vertical-align: bottom;	 */
	text-align:center;
	height: 145px;
}

#container { 	
margin:0 auto;
padding:3px 5px 1px 5px;
width:870px;
text-align:left;
vertical-align: middle;	
background-color:#f3f4f8;
border-top: 0;
}



#header {
margin:0;
padding:65px 0 0 0;
height:100px;
}


#header h1 {
margin:0;
font-size:1.8em;
letter-spacing:.1em;
color:#000;
font-weight:lighter;
}

#header h2 {
margin:0;
padding:0;
font-size:.9em;
font-weight:lighter;
letter-spacing:.1em;
color:#000;
}

#leftColumn {
float:left;
margin:0;
padding:8px;
width:155px;
font-size:.9em;
}

#leftColumn p {
padding:10px
}


#leftColumn h2 {
margin:0;
padding:10px 0 0 10px;
font-size:1em;
}

#leftColumn ul {
margin:0 0 0 0;
list-style:none;
}

#leftColumn li {
margin:4px 0 5px 10px;
}

#leftColumn li a {
text-decoration:underline;
}

#leftColumn li a:hover{
text-decoration:none;
}

#centerColumn { 	
margin:0 0 0 170px;
padding:0;
background-color:#f3f4f8;
}

#centerColumn p {
padding: 0 10px 10px 15px;
font: 85% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
line-height:1.6em;
}

#centerColumn h2 {
height:70px;
margin:0;
padding:18px 0 0 15px;
font-size:1.3em;
letter-spacing:.1em;
color: #000066;
background: #f3f4f8 url(header_bg.png) no-repeat;
}
#centerColumn div {
margin:0;
padding:18px 0 0 1px;
font-size: 60%;
letter-spacing:.1em;
color: #000088;
}

#footer {
position:relative;
bottom:0;
margin:40px 0 0 0;
padding:0 8px 0 8px;
height:21px;
line-height:21px;
text-align:left;
font-size:.6em;
color: #1f4a75;
background: #d2d8e8 url(bot_bg.png) no-repeat;
}
#footer a {
	text-decoration:none;
	color: #1f4a75;
	font-weight:lighter;
}
#footer a:hover {
	color: black;
}
#top {
	width: 100%;
	margin:0 0 15px 0;
	padding:0;
	text-align:left;
	border-bottom: 1px solid #888;
	font: 75% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}
#bar1 {
	background-color: #b4bccd;
	height: 50px;
}
#bar2 {
	background-color: #fff;
	height: 24px;
	line-height:1.9em;
}
#box1 {
	width: 870px;
	text-align: left;
}
#box2 {
	width: 870px;
	text-align: left;
	padding-left: 150px;
}
#top a {
	text-decoration:none;
	color: #1f4a75;
	font-weight:lighter;
}
#top a:hover {
	color: black;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
dl {
	border: 1px solid #999;
	background-color: #DDD;
	margin:12px;
	margin-top:2px;
	padding:8px;
	-moz-border-radius: 8px 15px;
	-webkit-border-radius: 8px 15px;
font-size: 80%;
}
dt {
	font-weight: bold;
	background-color: #ccc;
	padding:3px;
	padding-left:6px;
	-moz-border-radius: 3px 6px;
	-webkit-border-radius: 3px 6px;
}
dd {
	margin-left:30px;

}