.clear{
	float:none;
	clear:both;
	padding:0px;
	margin:0px;
	font-size:1px;
	line-height:0px;
}

body{
	padding:0px;
	margin:0px;
	background-color:#45505a;
}

#page_container{
	background:url('../images/page_background.jpg') top center no-repeat fixed;
	padding:0px;
	margin:0px;
}

#main_div{
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	background-repeat: repeat;
}

#content_frame{
	width:720px;
	padding:0px;
	margin:0px;
	float:right;
	margin-top:170px;
}

#left_menu_frame{
	width:223px;
	float:left;
	padding:0px;
	margin:0px;
	margin-top:8px;
}

#left_menu_frame img, .inner_content_wrap img{
	display:block;
	padding:0px;
	margin:0px;
}

#left_menu_frame img.logo{
	margin-top:15px;
	margin-left:0;
	margin-bottom:15px;
	padding:0px;
	display:block;
}

#left_menu_inner{
	background: url('../images/menu_left_background.png') repeat-y bottom center;
	padding:10px 12px;
	min-height:400px;
	height:auto !important;
	height:400px;
}

ul#left_menu{
	list-style-type:none;
	padding:0px;
	margin:0px;
	font-family:"Arial Narrow", Arial, Serif;
	font-size:14px;
}

ul#left_menu li{
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}

ul#left_menu li a{
	display:block;
	background: url('../images/menu_left_buttons.png') no-repeat bottom left;
	padding-top:8px;
	padding-bottom:6px;
	text-decoration:none;
	padding-left:30px;
	color:#7fbce0;
    font-weight:bold;
    text-transform:uppercase;
}

ul#left_menu li a:hover, ul#left_menu li a.active{
	background: url('../images/menu_left_buttons.png') no-repeat top left;
	color:#0079c2;
}

#content_frame h1#page_title{
	padding:0px;
	margin:0px;
	text-align:right;
	padding-right:3px;
	font-size:48px;
	font-family:"Arial", serif;
	text-transform:uppercase;
	color:#45505A;
	padding-top:3px;
}

.header_back{
    background:url('../images/right_title.png') no-repeat;
}

.inner_content_wrap .actual_content_home{
	background: url('../images/home_content_back.png') repeat-y;	
}

.actual_content_home{
	color:#002157;
	font-family:"Arial";
	font-size:11px;
	padding:5px 15px 5px 25px;
}

.home_right{
	float:right;
	width:244px;
}

.home_left{
	float:left;
	width:420px;
}

.bottom_buttons{
	text-align:center;
	margin-bottom:20px;
}

a.base_button{
	border:0px;
	background-position:top left;
	background-repeat:none;
	display:inline-block;
}

a.base_button img{
	padding:0px;
	margin:0px;
	display:block;
	border:0px;
}

a.base_button:hover{
	background-position:bottom left;
}

a img{
    border:0px;
}
