* {
	margin: 0;
	padding: 0;
}

h2 {
	padding-bottom: 1em;
	color: #203159;
}

h3 {
	padding-top: 1em;
}

label {
	font-size: 12px;
	font-weight: bold;
}

label em {
	color: red;
	font-size: 16px;
}

hr.divide {
	color: #587480;
	background-color: #587480;
	height: 1px;
}

img {
	border:0;
	vertical-align:top;
	text-align:left;
}

body {
	background: #c9d8de;
	font-size: 100%;
	line-height: 1em;
	font-family: 'Arial';
	color: #587480;
	padding: 19px 31px 70px 30px;
}

#wrapper {
	background: #FFFFFF;
	text-align: center;
	margin: 0 auto; 
	width: 726px;
	padding: 15px;
	border: 1px solid #7CAABD;
}

div.menu {
	background: url('images/button_background.png') top left repeat-x;
	float: left;
	margin-top: 2px;
	margin-left: 16px;
	margin-right: 10px;
}

div.menu_button, div.menu_button_last, div.menu_button_selected, div.menu_button_last_selected {
	float: left;
	width: 99px;
	height: 49px;
	border-bottom: 2px solid white;
	border-top: 2px solid white;
}

div.menu_button, div.menu_button_selected {
	padding-right: 1px;
}

div.menu_button_last, div.menu_button_last_selected {
	padding-right: 0;
}

div.menu_button_selected, div.menu_button_last_selected {
	border-top: 2px solid #203159;
	border-bottom: 2px solid #203159;
	font-weight: bold;
}

div.menu_button a, div.menu_button_last a, div.menu_button_selected a, div.menu_button_last_selected a {
	display: block;
	margin: 0px;
	overflow: hidden;
	text-decoration: none;
	height: 100%;
	background: url('images/button.png') top left no-repeat;
	color: #FFFFFF;
	font-family: 'Arial';
	font-size: 14px;
	line-height: 49px;
	text-align: center;
}

div.menu_button a:hover, div.menu_button_last a:hover, div.menu_button_selected a:hover, div.menu_button_last_selected a:hover {
	background-position: -115px 0;
	color: #FFFFFF;
}

div.menu_button a:active, div.menu_button_last a:active, div.menu_button_selected a:active, div.menu_button_last_selected a:active {
	background-position: -230px 0;
	color: #FFFFFF;
}

div.issue_button, div.issue_button_selected {
	float: left;
	width: 140px;
	height: 39px;
}

div.issue_button a, div.issue_button_selected a {
	display: block;
	margin: 0px;
	margin-top: 3px;
	overflow: hidden;
	text-decoration: none;
	height: 100%;
	background: url('/images/issue_button.png') top left no-repeat;
	color: #FFFFFF;
	font-family: 'Arial';
	font-size: 14px;
	line-height: 31px;
	height: 31px;
	text-align: left;
}

div.issue_button_selected a {
	border-top: 3px solid #203159;
	border-bottom: 3px solid #203159;
	margin-top: 0;
}


div.issue_button span, div.issue_button_selected span {
	position: relative;
	left:15px;
}


div.issue_button a:hover, div.issue_button_selected a:hover{
	background-position: -150px 0;
	color: #FFFFFF;
}


div.issue_button a:active, div.issue_button_selected a:active {
	background-position: -300px 0;
	color: #000000;
}

table.form tr td {
	padding-top: .8em;	
	padding-right: 10px;
}

#side_menu {
	text-align: left;
	margin-top: 20px;
	margin-left: 16px;
	color: black;
	font-family: 'Arial';
}

#content {
	text-align: left;
	margin: 30px;
	color: black;
	font-family: 'Arial';
	line-height: 1.6em;
}

#content p {
	margin-bottom: 1em;
}

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

#footer {
	height: 64px;
	line-height: 1.5em;
	padding: 15px 5px 0 5px;
}

#footer_content {
	background: #587480;
	color: #fff;
	width: 677px;
	padding: 19px 0 16px 21px;
	margin-left: 10px;
}

#copy {
	font-size: 0.75em;
	line-height: 1.17em;
	padding: 15px 5px 0 5px;
}

