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

<!-- =========================Positioning Styles===================================== -->


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(background_extender_left_column.png) repeat-y;
	}


.container_box {
	width:  721px;
	background-color: #ffffff;
	margin: 0 auto;
	padding: 0 0 0 0;
	}

.both_columns_under_header {
	width: 721px;
	float: left;
	background-color: #ffffff;
	}

.left_column_under_header {
	width: 167px;
	float: left;
	background-color: #ffffff;
	}

.right_column_under_header {
	width: 554px;
	padding-bottom: 65px;
	float: left;
	background-color: #ffffff;
	}
	

.top_strip_background_box {
	position: relative;
	background-image: url(top_background_strip.png);
	padding-left: 21px;
	padding-top: 14px;
	width: 700px;
	height: 144px;
	}


.left_menu_background_box {
	position: relative;
	background-image: url(menu_left_background_shape.png);
	left: 0px;
	top: 25px;
	padding-left: 21px;
	padding-top: 12px;
	padding-right: 20px;
	width: 126px;
	height: 508px;
	}


.site_title_box {
	position: relative;
	top: 25px;
	left: 30px;
	width: 491px;
	height: 57px;
	top-padding: 0px;
	}

.body_first_title_box {
	position: relative;
	left: 30px;
	top: 43px;
	width: 490px;
	}

.dotted_line_first_title_box {
	position: relative;
	left: 30px;
	top: 26px;
	width: 480px;
	height: 1px;
	border-bottom: 1px dotted gray;
	}
	
	
.body_first_body_box {
	position: relative;
	left: 45px;
	top: 38px;
	width: 470px;
	}

.body_news_title_box {
	position: relative;
	left: 30px;
	top: 53px;
	width: 490px;
	}

.dotted_line_news_title_box {
	position: relative;
	left: 30px;
	top: 36px;
	width: 480px;
	height: 1px;
	border-bottom: 1px dotted gray;
	}

.body_news_body_box {
	position: relative;
	left: 45px;
	top: 45px;
	width: 470px; 
	}
	



<!-- =========================Text Styles===================================== -->

.body_title {
	font-family: georgia, times, serif; 
	color: #3e3356;
	font-size: 16px;
	font-weight: bold;
	line-height: 17px; 
	}

.in_body_title {
	font-family: verdana, arial, sans-serif; 
	color: #b29aee;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px; 
	}

.in_body_title_links {
	font-family: verdana, arial, sans-serif; 
	color: #47a0b6;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px; 
	}

.in_body_regular_links {
	font-family: verdana, arial, sans-serif; 
	color: #47a0b6;
	font-size: 12px;
	line-height: 15px; 
	}
	
.in_body_subtitle {
	font-family: verdana, arial, sans-serif; 
	color: #4f416d;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	word-spacing: 2px;
	}

.link_text {
	font-family: verdana, arial, sans-serif; 
	color: #0051b5;
	font-size: 12px;
	line-height: 22px; 
	}

.current_link {
	font-family: verdana, arial, sans-serif; 
	color: #000000;
	font-size: 12px;
	line-height: 22px; 
	}

.body_text {
	font-family: verdana, arial, sans-serif; 
	color: #000000;
	font-size: 12px;
	margin-left: 20px;
	line-height: 15px; 
	}


























