body {
	margin: 0px;
	padding: 0px;
	font-family: arial, sans-serif;
	}

a {
	color: #FE6E27;
	text-decoration: none;	
	}
a:hover {
	border-top: 1px solid #003366;
	border-bottom: 1px solid #003366;
	}
a:visited {
	color: #003366;
	}

a.menu {
	color: #003366;
	font-size: 13px;
	font-weight: bold;
	}
a.blog_link {
	color: #003366;
	font-size: 13px;
	}
a.comments_link {
	font-weight: bold;
	font-size: 12px;
	}

h2 {
	color: #003366;
	}


hr {
	width: 85%;
	text-align: center;
	}
	

img {
	border: none;
	}



div.left_container {
	width: 100px;
	* html height: 450px;
	float: left;
	padding-right: 20px;
	}
div.menu_container {
	background: url(images/bg_menu.jpg) no-repeat;
	width: 100px;
	height: 200px;
	}
div.menu_text {
	padding: 10px 0px 0px 12px;
	line-height: 1.8em;
	color: #003366;
	}

div.blog_links_container {
	background: url(images/bg_menu_body.jpg) repeat-y;
	width: 100px;
	* html height: 170px;
	}
div.blog_links_text {
	padding: 0px 0px 0px 12px;
	line-height: 1.7em;
	color: #003366;
	}

div.body_container {
	width: 780px;
	min-height: 600px;
	background: url(images/bg_body.jpg) repeat-y;
	}
div.body_text {
	text-align: left;
	padding: 0px 30px 0px 30px;
	line-height: 1.8em;
	font-size: 14px;
	}

div.column_float {
	width: 590px;
	margin-top: -12px;
	* html margin-top: -12px;
	float: right;
	}

div.footer_text {
	text-align: center;
	clear: right;
	}

.blue {
	color: #003366;
	}
.orange {
	color: #FE6E27;
	}