/* General Elements */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	color: #000000;
	background-color: #FFFFFF;
	font: small/18px "Verdana", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}

body {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
}

a:link {
	color: #2828A6;
	text-decoration: underline;
}

a:visited {
	color: #2828A6;
	text-decoration: underline;
}

a:hover {
	color: #FC0203;
	text-decoration: none;
}

a:active {
	color: #2828A6;
	text-decoration: none;
}

img {
	border: 0;
}
/* General Elements */

/* Design Elements */
div#wrapper {
	margin: 0 auto;
	width: 750px;
}

div#top_1 {
	height: 150px;
	float: left;
	width: 740px;
}

div#top_11 {
	width: 480px;
	height: 128px;
	float: left;
	background-color: #FFFFFF;
	color: #000000;
}

div#top_111 {
	text-align: center;
	width: 330px;
	height: 79px;
	line-height: 79px;
	vertical-align: middle;
	color: #000000;
	background-color: #FFFFFF;
}

div#top_112 {
	width: 9px;
	height: 49px;
	float: left;
	color: #000000;
	background: url(/images/design/yellow_bar_left_side.jpg) #FFFFFF no-repeat;
}

div#top_113 {
	width: 471px;
	height: 49px;
	float: left;
	background: url(/images/design/yellow_bar_spacer.jpg) repeat-x;
}

div#top_12 {
	float: left;
	height: 128px;
	width: 260px;
	background: url(/images/design/top_bars_spacer.jpg) #FFFFFF repeat-x;
	color: #000000;
}

div#top_13 {
	float: right;
	height: 21px;
	width: 10px;
	background: url(/images/design/greenbar_left_side.jpg) #FFFFFF no-repeat;
	color: #000000;
}

div#top_14 {
	width: 700px;
	float: right;
	height: 21px;
	color: #000000;
	background: url(/images/design/greenbar_spacer.jpg) #FFFFFF repeat-x;
}


div#top_2 {
	float: left;
	height: 149px;
	width: 9px;
	background: url(/images/design/greenyellow_right_side.png) #FFFFFF no-repeat;
	color: #000000;
}

ul#top_menu {
	margin: 0px;
	padding: 0px;
	background: url(/images/design/green_menu_spacer.jpg) repeat-x;
	height: 21px;
	float: right;
}

ul#top_menu li {
	display: inline;
	padding: 0px;
	margin: 0px;
}

ul#top_menu li a {
	color: #FFFFFF;
	background-color: transparent;
	font-weight: bold;
	font-family: Tahoma, Verdana, "Times New Roman", Arial;
	font-size: 11px;
	text-decoration: underline;
}

ul#top_menu li a:hover {
	color: #FFFFFF;
	background-color: transparent;
	font-weight: bold;
	font-family: Tahoma, Verdana, "Times New Roman", Arial;
	font-size: 11px;
	text-decoration: none;
}

div#maincontent {
	padding-bottom: 60px;
	padding-top: 35px;
	clear: left;
}

ul#bottom_menu {
	text-align: right;
	margin: 0px;
	padding: 0px;
	height: 21px;
}

ul#bottom_menu li {
	display: inline;
	padding: 0px;
	margin-right: 5px;

}

ul#bottom_menu li a {
	color: #2828A6;
}

ul#bottom_menu li a:hover {
	color: #FC0203;
	background-color: transparent;
}

div#footer	{
	clear: both;
	color: #663;
	background-color: #FFFFFF;
	width: 750px;
	padding: 0;
	margin: 0;
	height: 60px;
	position: absolute;
	bottom: 0;
	vertical-align: top;
}
/* Design Elements */

/* Other Elements */
table.base_table {
	border-collapse: collapse;
	border: 0;
}

table.base_table td.top_left_corner {
	width: 11px;
	height: 22px;
	background: url(/images/design/base_table_top_left_corner.jpg) #ffdb4d no-repeat;
	color: #FFFFFF;
}

table.base_table td.top_cell {
	color: #FFFFFF;
	font-family: "Verdana", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	height: 22px;
	background: url(/images/design/base_table_top_cell_spacer.jpg) #ffdb4d repeat-x;
}

table.base_table td.top_cell a, table.base_table td.top_cell a:hover {
	color: #FFFFFF;
	background-color: transparent;
	font-family: "Verdana", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

table.base_table td.top_cell a:hover {
	text-decoration: none;
}

table.base_table td.top_right_corner {
	width: 9px;
	height: 22px;
	background: url(/images/design/base_table_top_right_corner.jpg) #ffdb4d no-repeat;
	color: #FFFFFF;
}

table.base_table td.bottom_left_corner {
	width: 11px;
	height: 7px;
	background: url(/images/design/base_table_bottom_left_corner.jpg) #ffdb4d no-repeat;
	color: #FFFFFF;
}

table.base_table td.bottom_cell {
	height: 7px;
	background: url(/images/design/base_table_bottom_cell_spacer.jpg) #ffdb4d repeat-x;
	color: #FFFFFF;
}

table.base_table td.bottom_right_corner {
	width: 9px;
	height: 7px;
	background: url(/images/design/base_table_bottom_right_corner.jpg) #ffdb4d no-repeat;
	color: #FFFFFF;
}

table.base_table tr.first_item {
	font-family: "Verdana", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #2828A6;
	background-color: #FFFFFF;
	height: 22px;
}

table.base_table tr.second_item {
	font-family: "Verdana", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #2828A6;
	background-color: #D8EC9E;
	height: 22px;
}

div#proccessing_message {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #FFFFFF;
	background-color: #59ac2f;
	font-weight: bold;
	z-index: 99;
}
/* Other Elements */
div#list_actions {
	margin-top: 5px;
}
div#list_actions a, div#list_actions input {
	margin-right: 10px;
}