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


* {
	font-family:Helvetica, Verdana, Arial, sans-serif;
	margin:0;
	padding:0;
	font-size:small;
}


body {
	background: url(../images/background_repeat_y.gif) repeat-y;	
}

a {
	color:#142362;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	color: #142362;
	border-bottom: 1px solid #999;
	clear: both;
}

h1 {
	margin-bottom: 20px;
	font-size:150%;
}

h2 {
	font-size:large;
	font-weight:100;
	margin-bottom: 15px;
}

#outer_container {
	margin:0;
	padding:0;
	background:url(../images/top_background.gif) top left no-repeat;
	width: 1000px;
}

#background_x_repeat_container {
	background:url(../images/top_background_repeat_x.gif) top left 	repeat-x;
 	margin: 0;
 	padding: 0;
}

#logo {
	padding-top: 30px;
	padding-left: 30px;
	float: left;
}

#top_shadow {
	background: transparent url(../images/top_shadow_repeat_x.gif) repeat-x;
	width: 100%;
	height: 8px;
}

#three_col_inner_container {
	
}

#left_col {
	padding-top: 60px;
	float: left;
	width: 180px;
	padding-right: 30px;
}

#left_col ul {
	margin-left: 20px;
}

#left_col li {
	list-style:none;
}

#left_col .active {
	font-weight: bold;
}

.left_sub_menu_entry .active {
	font-weight: normal;
}

.left_sub_menu_entry_active {
	background: #e2edf5;
}

.left_menu_entry {
	padding-bottom: 13px;
}

.left_sub_menu_list {
	padding-top: 10px;
}

.left_sub_menu_entry {
	border-bottom:1px solid #999;
	border-top: 1px solid #999;
	margin-top: -1px;
	padding-top: 5px;
	padding-bottom:5px;
	margin-left: -20px;
	padding-left: 20px;
}

#two_col_inner_container {
	float: left;
	width: 770px;
	margin-top:-50px;
}

#two_col_header {
	padding-top: 70px;
	width: 900px;
}

#left_top_menu {
	float: left;	
	font-size: smaller;
	margin-left:-50px;
}

#left_top_menu li {
	float: left;
	list-style:none;
	padding-right:10px;
}

#right_top_menu {
	float: right;
}

#main_content_spacer {
	clear: both;
}

#middle_col {
	width: 530px;
	float: left;
	padding: 30px;
}

#right_col {
	width: 150px;
	padding-left: 30px;
	float: right;
	margin-top: -5px;
}

#main_content_footer {
	clear: both;
}

#three_col_footer {
	clear: both;
}

div.csc-textpic img {
	border: 1px solid gray;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	font-size: 90%;
	color: gray;
	margin-bottom: 10px;
	margin-top: 5px;
}

div.csc-default {
	margin-bottom: 30px;
}


