@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial,Helvetica,Bitstream Vera Sans,Sans,sans-serif;
	font-size:12px;
	margin:0px;
	line-height:18px;
	color:#333333;
	background-color:#E0ECF5;
	}

#header_small {
	float: left;
	width: 700px;
	height: 75px;
	padding-top: 5px;
	text-align: left;
}

#main_content {
	float: none;
	width: 670px;
	min-height: 300px;
	position: relative;
	text-align: left;
	background-color: #fff;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border:	1px solid #C9DEED;
}

.input_search {
	float:left;
	border: 1px solid #c9d7f1;
	padding: 1px;
	margin-right: 3px;
	font-size: 16px;
	width: 180px;
	font-weight: bold;
	color: #666666;
	height: 20px;
	background-color: #FFFFFF;
}

#main_content p {
	margin-bottom: 15px;
	margin-top: 0px;
	font-size: 13px;
	color:#000000;
}

#main_content li {
	font-size: 13px;
}

.left_align {
	text-align:left;
}

p.gray_text {
	color:#555555;
}

p.gray_text a{
	color:#0000ee;
}
.bg_yellow {
	background-color:#FFFFDD;
	border-bottom:1px solid #ccc;
	padding:4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

#main_content p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 5px;
}
.required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
.caption {
	font-size: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 12px;
}
.center {
	text-align: center;
	}

.caption a {
	text-decoration: none;
	}

.caption a:hover {
	text-decoration: underline;
	}

.text_field {
	width: 140px;
}

.top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#search_button, .button_text {
	font-size: 16px;
	float: right;
	margin-left: 10px;
}

form {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	width: auto;
}

.right {
	text-align:right;
}

.gray a{
	color:#999999;
}

.clr
{
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-bottom: -1px;
}

.highlight_text {
	padding:2px;
	background-color:#FFFFCC;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

/*NEW CSS */

#full_wrap {
	padding:10px;
	background-color:#FFFFFF;
	border-bottom: 1px solid #ccc;
	clear:both;
	height: 45px;
	background-image: url(../images/bg_gray_shadow_bottom.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	margin-bottom:15px;

}

#header {
	width: 700px;
	height: 45px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
/*	background-color:#ffffff;*/
white-space:nowrap;
}

#main_content h1 {
	background-color: #5799C6;
	color: #fff;
	clear:both;
	font-size:18px;
	text-align:left;
	font-weight: bold;
	margin-top: 0px;
	margin-right: -15px;
	margin-bottom: 15px;
	margin-left: -15px;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 14px;
	padding-left: 12px;
}

#main_content h2 {
	color: #5799C6;
	margin: 0px 0px 15px 0px;
	clear:both;
	font-size:18px;
	text-align:left;
	font-weight:bold;
}

#wrapper
{
	width: 703px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	margin-top: 0px;
	$text-align: left;
	overflow: hidden !important;

}

a:link {
	color:#3a7ca9;
}

a:visited {
	color:#164b76;
}

a:hover {
	text-decoration: none;
}

.blue_heading {
	background-color:#fff;
	color:#5799C6;
	padding-top:15px;
}

#wrapper #footer_band ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	text-align:left;
}

.bg_divider {
	background-image:url(../images/divider.gif);
	background-repeat:no-repeat;
	background-position:204px;

}

.crumb {
	text-align:left;
	margin: 0px 8px 8px 8px;
}

div.FieldUndecorated {
	float: left;
	width: auto;
	clear: right;
	position: relative; /* to overcome IE rendering bug */
	margin-right: 10px;
}


input[type=text]:focus, input[type=password]:focus, textarea:focus {
	background-color:#FFFFCC;
	border:1px solid #5799C6;
}
textarea, .text, .isMail, .isReq, .text_field, .MultilineControl, .TextControl
{
	border: 1px solid #999;
	$margin-top:-1px;
	$margin-bottom:-1px;
}
input[type=text], input[type=password] {
	border: 1px solid #999;
	$margin-top:-1px;
	$margin-bottom:-1px;
}

/* ----NEW----  */

.header_text {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5799c6;
	text-decoration: none;
	width: 50%;
	padding-top: 0px;
	margin-top: 8px;
	}

.header_text a {
	text-decoration: none;
	}

.header_text a:visited {
	color: #5799c6;
	}

.text2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #4789b6;
	text-decoration: none;
/*	width: 50%;*/
	padding-top: 0px;
	margin-top: 8px;
	}

.text2 a {
	color: #4789ff;
	text-decoration: none;
/*	padding-left: 5px;
	padding-right: 5px;
*/
	}


.text2 a:visited {
	color: #4789b6;
	}


.text2 a:hover {
	color: #00f;
	text-decoration: none;
	}


.hr {
	vertical-align: middle;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 8px;
	}

#header img {
	float: left;
	display: inline;
	margin-top: -5px;
	}

.green {
	color: #99cf44;
	}

.article_title {
	font-size: 14px;
	margin-bottom:8px;
	}

.article_title a:hover {
	font-size: 14px;
	margin-bottom:8px;
	text-decoration: none;

	}

#article_crumb {
	padding: 8px 0px 0px 0px;
	color: #999;
	}



#sub_info
{
	background-color:#FFFFFF;
	clear:both;
	background-image: url(../images/bg_gray_shadow_bottom.gif);
	background-position: bottom;
	background-repeat: repeat-x;
/*	margin-bottom:15px;*/
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
margin-left: auto;
margin-right: auto;

}

.upper
{

	border-top:	1px solid #C9DEED;
	border-right:	1px solid #C9DEED;
	border-left:	1px solid #C9DEED;
/*	border-bottom: 1px solid #ccc;*/
}


.sub_inner
{
margin-left:10px;
margin-right:10px;

}


.dropShadow{box-shadow:3px 3px 5px #999999;-moz-box-shadow: 0px 3px 15px -5px #999999;-webkit-box-shadow:3px 3px 5px #999999}

