html, body {
	height:100%;
	margin:0 auto;
}

body {
	background-repeat:repeat;
	background-position:center top;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

input {
	color:#666666;
	font-size:10px;
	margin-top:2px;
	border-style:solid;
	border-color:#aeaeae;
	border-width:1px;
	/*padding:2px 0 0 0 0;*/
}

input {
	border: expression( this.type=="checkbox"?'none':this.type=="radio"?'none':this.type=="image"?'none':'1px #aeaeae solid');
}

textarea {
	border-width:1px;
	border-style:solid;
	border-color:#aeaeae;
	color:#666666;
	font-size:9pt;
	width:530px;
}

select, option {
	border-width:1px;
	border-style:solid;
	border-color:#aeaeae;
	color:#666666;
	font-size:9pt;
	width:210px;
}

select {
	border-style:solid;
	font:10px verdana ;
	color:#666666; 
	border-color:#969696;
	border-width:1px;
	line-height:18px;
	vertical-align:middle;
}

.container {
	margin:0 auto;
	width:100%; 
	text-align:center;
	height:0 auto;
}

.content_container {
	width:1000px; 
	margin:0 auto;
	text-align:left;
}


.footer {
	margin-left:50px;
	margin-top:40px;
}


.footer a {
	color:#999999;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	margin-right:10px;
}


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


.content, .content td {
	color:#333333;
	font-size:11px;
	line-height:16px;
}


.content a {
	color:#4b69a9;
	font-size:11px;
	text-decoration:none;
}


.content a:hover {
	text-decoration:underline;
}


.subnav, .subnav_over {
	color:#4b69a9;
	font-size:10px;
	margin-bottom:5px;
	text-align:right;
}


.subnav a, .subnav_over a {
	color:#4b69a9;
	font-size:10px;
	text-decoration:none;
}


.subnav a:hover, .subnav_over a {
	font-weight:bold;
}


.col1 {
	width:205px; 
	text-align:right;
}


.col2 {
	padding-left:20px; 
	width:370px;
	vertical-align:top;
}


.col3 {
	padding-left:25px; 
	width:350px;
	vertical-align:top;
}


.col_wide {
	padding-left:20px; 
	width:600px;
	vertical-align:top;
}


.col_blog {
	padding-left:20px; 
	width:550px;
	vertical-align:top;
}



.nav2 {
	/*width:758px;*/
	border-collapse:collapse;
}
.nav2 th {
	display:none;
}
.nav2 td {
	padding:0 0 0 0;
	white-space:nowrap;
	text-align:center;
	width:100%;
}
.nav2 td a {
	display:block;
	text-decoration:none;
	font-weight:bold;
	padding:0;
	font-size:12px;
	line-height:normal;
	padding:3px 6px 3px 6px;
	color:#2b4b91;
}
.nav2 td a:hover {
	color:#94a6cc;
}

.nav2 .this a, .nav2 .this a:hover {
	color:#94a6cc;
	display:block;
}

.hide {
	display:none;
}

.this a {
	cursor:default;
	font-weight:bold;
	/*font-weight:bold;*/
}


/* BLOG */


h1 {
	font-size:14px;
	color:#000000;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-weight:bold;
}

h2, .post h2 a {
	font-size:24px;
	color:#4b69a9;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-weight:bold;
	font-family:Helvetica,Arial,  sans-serif
}

h3 {
	font-size:12px;
	color:#000000;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-weight:normal;
}



.post, .navigation, #commentform, #respond, #comments, .commentlisting   {
	background-color:#ffffff;
	padding:5px 5px 5px 5px;
	margin-bottom:5px;
}

.blog_date {
	font-size:18px;
	color:#999999;
	font-family: Helvetica,Arial,  sans-serif;
	margin-bottom:10px;
	font-weight:bold;
}

.postmetadata {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:9px;
	font-weight:normal;
	color:#4b69a9;

}