body {
	text-align:center;
	background-color:#1D3B6B;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	line-height:1.4em;
	margin:10px;
	background-image:url('images/pattern.gif');
	background-position:center;
}

a:link, a:active, a:visited {
	color: #0066BB;
	text-decoration:underline;
}
a:hover	{
	color: #33495D;
	text-decoration:underline;
}

a img {
	border:none;
}

div#center {
	width:640px;
	text-align:left;
	margin:0px auto;
	padding:0px 20px 20px 20px;
	background-color:#FFFFFF;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
}



div.navbar {
	line-height:0px;
	margin-top:10px;
	padding:0px;
	background-color:#395686;
	border-top:1px solid #899CBC;
	border-left:1px solid #899CBC;
	border-bottom:1px solid #899CBC;
	border-right:1px solid #899CBC;
}
a.nav:link, a.nav:visited, a.nav:active {
	color:#FFFFFF;
	background-color:#395686;
	display:block;
	font-weight:bold;
	text-decoration:none;
	line-height:1em;
	padding:3px 6px 4px;
	margin:0px;
	float:left;
	border-right:1px solid #899CBC;
}
a.nav:hover, a.navon:link, a.navon:visited, a.navon:active, a.navon:hover {
	color:#FFFFFF;
	background-color:#000000;
	display:block;
	font-weight:bold;
	text-decoration:none;
	line-height:1em;
	padding:3px 6px 4px;
	margin:0px;
	float:left;
	border-right:1px solid #899CBC;
}




div.leftcol {
	width:380px;
	float:left;
	margin:20px 0px 20px 1px;
	padding:0px 15px 10px 0px;
}
div.rightcol {
	width:200px;
	float:right;
	margin:20px 0px;
	padding:0px 1px 0px 20px;
	border-left:1px solid #cccccc;
}
div.rightcol p {
	margin:0px 0px 1.5em 0px;
}

div.section {
    border-bottom:1px solid #ccc;
    margin:0 0 1.5em;
    padding-bottom:2em;
}

h1, h2.sidebar-title{
	font-size:1.4em;
	line-height:1.1em;
	color: #000000;
	margin:0px 10px .3em 0px;
}

h2 {
	font-size:1.3em;
	margin:0px 0px .5em 0px;
}

hr {
	border:none;
	padding:0px;
	margin:0px;
	height:1px;
	background-color:#CCC;
	margin:1.5em 0;
}

#post img	{ padding:4px; border:1px solid #d9d7d0; }

.clear {
	clear:both;
	height:.01px;
	margin:0px;
	padding:0px;
}

div#footer {
	color:#666666;
	text-align:right;
	font-size:10px;
	padding:5px 0px;
	border-top:1px solid #CCCCCC;
}
a.footer:link, a.footer:active, a.footer:visited {
	color: #666666;
	text-decoration:none;
}
a.footer:hover	{
	color: #000000;
	text-decoration:underline;
}

.basecolor {
	color: #244170;
}


input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	line-height:1.4em;
	padding:3px;
	border:1px solid #aaaaaa;
}

input.input200 {
	width:200px;
	margin-bottom:10px;
}
input.input300 {
	width:300px;
	margin-bottom:10px;
}
textarea.input300 {
	width:300px;
	height:200px;
	margin-bottom:10px;
}

