body {
	background-color: #ffffff;

	margin: 20px;
}

form {
	margin: 0px;
}

table {
	border-collapse: collapse;
}

#table_wrapper {
	width: 900px;	
}

#body_wrapper {
	float: left;
	width: 900px;
}

#main_wrapper {
	float: left;
	
	width: 900px;
	margin: 15px;
}

.float_wrapper {
	float: left;
	width: 100%;
}



#banner {
	background-image: url('../images/spd_03.jpg');
	background-repeat: no-repeat;
	background-position: top left;

	height: 103px;
}


#logo {
	background-image: url('../images/spd_05.jpg');
	background-repeat: no-repeat;
	background-position: top left;

	height: 62px;
}

#column_wrapper {
	margin-top: 0px;
}

#column_left {
	width: 230px;
}

#column_center {
	width: 455px;
}

#column_right {
	width: 215px;
}


#left_menu {
	list-style: none;

	margin: 0px;
	margin-top: 15px;

	padding: 0px;
}

#left_menu li {
	margin-bottom: 10px;
	* margin-bottom: 8px;

	background-image: url('../images/spd_08.jpg');
	background-repeat: no-repeat;
	background-position: top left;

	width: 219px;
}

#left_menu li a {
	display: block;

	font-family: arial;
	font-size: 12px;

	color: #381776;

	text-decoration: none;

	text-transform: uppercase;

	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 4px;
}


.content_wrapper {
	margin: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
}

.content_wrapper h1  {
	font-family: arial;
	font-size: 19px;
	font-weight: 100;

	color: #4e433a;	
}

.content_wrapper p, .content_wrapper li {
	font-family: arial;
	font-size: 12px;

	color: #4e433a;	

	line-height: 18px;
}


.sidebar {
	float: right;

	width: 211px;

	margin-top: 15px;

	background-color: #5b75ae;

	-moz-border-radius-bottomright: 45px; 
	-webkit-border-bottom-right-radius: 45px;

	* background-image: url('../images/BlueBase.gif');
	* background-position: bottom right;
	* background-repeat: no-repeat;
}

.sidebar_header {
	background-image: url('../images/spd_11.jpg');

	width: 211px;
	height: 28px;
}

.sidebar_wrapper {
	margin: 10px;
	margin-left: 20px;
}

.sidebar_wrapper h1 {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;

	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 1px solid #fff;

	color: #ffffff;	

	line-height: 16px;
}

.sidebar_wrapper p, .sidebar_wrapper li, .sidebar_wrapper a {
	font-family: arial;
	font-size: 11px;

	color: #ffffff;	

	line-height: 16px;
}

.sidebar_wrapper .content_wrapper {
	margin: 0px;
	padding: 0px;
}


.content_box {
	float: left; 
	width: 210px; 
	
	background-color: #fff; 
	
	text-align: center;

	margin-bottom: 22px;
}

.content_box a { 
	text-decoration: none;
}

.content_box_text {
	text-transform: uppercase; 
	
	font-weight: bold; 
	
	padding: 5px; 

	padding-top: 22px; 
	padding-bottom: 22px; 

	margin-top: -4px;
	
	font-family: arial; 
	font-size: 13px; 
	font-weight: bold;
	color: #003596;
	text-decoration: none;

	border: 1px solid #ccc;
	border-top: 0px solid #ccc;
}

#footer ul {
	list-style: none;

	margin: 0px;
	margin-top: 10px;

	padding: 0px;

	float: right;

	border-bottom: 2px solid #ccc;
}

#footer ul li {
	float: left;

	margin-right: 25px;
}

#footer ul li a {
	font-family: arial;
	font-size: 11px;

	color: #999;

	text-decoration: none;

	text-transform: uppercase;
}

#footer ul li a:hover {
	color: #333;
}

#footer ul ul {
	display: none;
}

#top_blurb div {
	margin-left: 124px;
	margin-right: 124px;
	padding-top: 15px;
	* padding-top: 5px;
}


#top_blurb p {
	font-family: arial;
	font-size: 12px;

	color: #4e433a;	

	line-height: 18px;
}

#top_blurb a {
	font-family: arial;
	font-size: 12px;

	color: #003497;	

	text-decoration: none;
}