html { 
	background:#180c4a url(../images/bg_pages.jpg) top left repeat-x
	}
	
a img { border:none}

body {
	margin: 6px auto 0;
	font-family:Tahoma;
	font-size:12px;
	color:#48435c;
	}	

a { 
	color:#48435c;
	text-decoration:underline
	}

a:hover { 
	text-decoration:none
	}

#container {	
	width: 920px;
	margin: 0 auto
	}


#header { 
	background:url(../images/bg_header.jpg) top left repeat-x;
	height:124px;
	width:920px;
	overflow:hidden
	}
	
#header #logo { 
	float:left;
	overflow:hidden;
	}

#header #nav { 
	float:right;
	overflow:hidden;
	width:619px;
	height:18px;
	border-bottom:3px solid #b0c2ca;
	color:#180c4a;
	font-family:Arial;
	font-size:13px;
	padding-top:25px;
	}
	
#nav ul { 
	margin:0;
	padding:0;
	list-style:none;
	display:inline
	}

#nav li {
	margin:0;
	padding:0;
	list-style:none;
	display:inline
	}

#nav li a {
	text-decoration:none;
	color:#180c4a;
	padding:5px 10px;
	line-height:18px
	}

#nav li a.one {
	text-decoration:none;
	color:#180c4a;
	padding:5px 15px 5px 0
	}
	
#nav li a:hover {
	text-decoration:none;
	background-color:#cfd9de;
	}


#page-title {
	background-color:#c3d3da;
	height:30px;
	color:#180c4a;
	width:865px;
	padding:10px 0 0 55px;
	font-family:Arial;
	font-size:18px;
	font-weight:bold
	}

#content {
	background:url(../images/bg_content.gif) top left repeat-y;
	width:920px;
	overflow:hidden
	}

#content #leftCol {
	float:left;
	overflow:hidden;
	width:507px;
	padding:30px 55px 40px;
	line-height:17px
	}
	
#content #rightCol {
	float:right;
	width:303px;
	}

.line1 {
	margin:20px 0;
	border-bottom:1px dashed #9eb2ba
	}

.links { padding:6px 0 0 0}

blockquote { margin:5px 25px;}

#back-link { 
	float:right;
	width:80px;
	text-align:right;
	font-size:10px
	}

#back-link a { 
	text-decoration:none
	}

#back-link a:hover { 
	text-decoration: underline
	}

h1 { 
	font-family:Arial;
	font-size:14px;
	color:#180c4a;
	margin:0 0 5px 0;
	line-height:18px
	}


#footer { 
	width:822px;
	padding:15px 43px 10px 55px;
	overflow:hidden;
	line-height:19px;
	}

#footer #left {
	float:left;
	width:205px;
	color:#FFF;
	}

#footer #right {
	float:right;
	width:610px;
	text-align:right;
	color:#837f9f;
	}

#footer #right a {
	text-decoration:none;
	padding:0 6px;
	color:#837f9f;
	}

#footer #right a.sonic {
	text-decoration:none;
	padding:0 6px 0 0;
	color:#837f9f;
	}

#footer #right a:hover {
	text-decoration:underline
	}
