@charset "utf-8";
/* CSS Document */

body {
margin:0px;
padding: 0px;
font-family: "Times New Roman", Times, serif;
font-size: 14px;
}

a {
color: #62707e;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

ul {
list-style-type: square;
}

img {
border: none;
}

#header_container {
background: url('index.php?element=head_bg.gif') repeat-x;
height: 129px;
}

#header {
background: url('index.php?element=header_bg.jpg') center no-repeat;
text-align: center;
height: 129px;
}

#footer_container {
background: url('index.php?element=footer_bg_repeat.gif') repeat-x;
height: 112px;
}

#footer {
background: url('index.php?element=footer_bg.jpg') center no-repeat;
padding-top: 5px;
height: 91px;
}

#navigation {
background: url('index.php?element=menu_bg.gif') repeat-x;
height: 27px;
padding-top: 4px;
}

#body {
background: url('index.php?element=page_bg.gif') repeat-x;
margin: 0px;
padding: 0px;
}

.nav_item {
width: 130px;
font-size: 21px;
font-weight: bold;
text-align: center;
}

.nav_item a{
color: #fff;
text-decoration: none;
}

.nav_item a:hover{
color: #453b48;
}

.left_column {
width: 254px;
padding-top: 30px;
padding-left: 19px;
padding-right: 19px;
margin: 0px;
border-left: 2px solid #FFF;
border-right: 2px solid #FFF;
background: #e0e7ee;
font-size: 12px;
text-align: left;
}

h4 {
color: #827387;
font-size: 18px;
font-weight: normal;
margin-top: 0px;
padding-top: 0px;
}

h2 {
color: #827387;
font-size: 21px;
}

h3{
color: #827387;
font-size: 18px;
}

.footer_text {
color: #2b343d;
font-size: 10px;
}

.content {
padding-left: 40px;
padding-top: 30px;
padding-bottom: 30px;
margin: 0px;
text-align: left;
}

.purple_txt {
font-weight: bold;
font-style: italic;
color: #8a7690;
}

div.process_alert {
	color: #44002b;
	width: 80%;
	padding: 10px 16px 10px 16px;
	border: 1px solid #8b7b90;
	background-color: #f7e7fb;
}

div.clear {
	clear: both;
}