@charset "utf-8";
/* CSS Document */

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,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; }

body {
background:#393d47;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
margin:0 0 15px 0;
color:#333333;
}

h1 {
font-size:21px;
font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
}

h2 {
font-size:13px;
margin:5px 0 10px 0;
font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
font-weight:bold;
}

h3 {
font-size:13px;
margin:5px 0 10px 0;
font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
font-weight:bold;
}

h4 {
font-size:13px;
margin:5px 0 10px 0;
font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
font-weight:bold;
color:#FFFFFF;
}

p {
line-height:1.6;
padding:0;
margin:5px 0 10px 0;
}

ul li, ol li {padding:0; margin:0 0 8px 0;}

img.nice {
padding:4px;
border:1px solid #CCCCCC;
background:#FFFFFF;
}

#wrapper {
background:url(images/page-bg.jpg) repeat-x #FFFFFF;
width:100%;
}

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

#header {
width:850px;
height:80px;
overflow:hidden;
}

	#header-left {
	width:228px;
	float:left;
	}
	
	#header-right {
	width:622px;
	padding:25px 0 0 0;
	height:55px;
	float:right;
	color:#FFFFFF;
	text-align:right;
	}
	
	#header-right a {color:#90bbe6;}
	#header-right a:hover {
	color:#90bbe6;
	text-decoration:none;
	}
	
	
#nav {
height:35px;
color:#015a86;
}

	#nav a {
	text-align:center;
	color:#015a86;
	display:block;
	width:105px;
	padding:8px 0 0 0;
	height:27px;
	float:left;
	font-size:13px;
	margin:0 18px 0 18px;
	}
	
	#nav a:hover, #nav a.selected {
	background:#393d47;
	color:#cbe5ff;
	}

#content {
clear:left;
margin:15px 0 0 0;
padding:0 0 25px 0;
width:850px;
overflow:hidden;
}

#content a {
color:#ce6b60;
}

#content a:hover {
text-decoration:none;
color:2F0000;
}

	#content div {
	float:left;
	}
	
	#content div.left {
	width:200px;
	padding:0 25px 0 0;
	}
	
		#morenav {
		border:1px solid #88abce;
		width:178px;
		padding:10px;
		background:#f3f8fc;
		}
	
	#content div.center {
	width:410px;
	padding-right:10px;
	}
	
		#content div.center ul.links li {
		float:left;
		width:205px;
		}
		
		#content div.center form#addthis {}
		#content div.center form#addthis input, #content div.center form#addthis select, #content div.center form#addthis textarea {color:#393D48; background:f2f5f8; border:1px solid #88ABCE; padding:5px; font-size:14px;}

	#content div.right {
	width:180px;
	padding:0 0 0 25px;
	}
	
	#content div.right {
	font-size:11px;
	}
	
	#content div.right p {
	margin-bottom:10px;
	}
	
		div.rightmod {
		border:1px solid #CCCCCC;
		width:166px;
		padding:6px;
		margin:0 0 10px 0;
		background:#f6f6f6;
		overflow:hidden;
		height:auto;
		}
		
		div.rightmod p {
		margin:10px 0 0 0;
		font-size:12px;
		}

#footer {
clear:left;
width:850px;
padding:10px 0 0 0;
margin:0 auto;
color:#FFFFFF;
overflow:hidden;
}

#footer p {
line-height:1.3;
}

#footer a {
color:#61b9e4;
text-decoration:none;
}

#footer a:hover {
text-decoration:underline;
}

	#footer div {
	float:left;
	}
	
	#footer div.left {
	width:400px;
	padding:0 25px 0 0;
	font-size:11px;
	}
	
	#footer div.right {
	width:400px;
	padding:0 0 0 25px;
	}