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: 15px;
}

#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;

	* margin-top: 10px;
	* margin-bottom: 10px;
}

h1  {
	font-family: arial;
	font-size: 22px;
	font-weight: 100;

	color: #381776;	
}

p, 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;
}


#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;
}