html, body {
	height:100%;
	margin:0 auto;
}

body {
	background-color:#d5cfc7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:7pt;
	text-align:left;
}

iframe {

	text-align:left;
}

input, textarea {
	border-width: 1px;
	background-color:#ffffff;
	vertical-align:middle;
	line-height:16px;
}

input, textarea
{
	font:10px verdana ;
	padding:2px 2px 2px 2px;
	color:#666666; 
	text-decoration: none;
	border-style:solid;
	border-width: expression(this.type=="radio"? '0' : this.type=="checkbox"? '0' : this.type=="select"? '0' : '1px');
	background-color: expression(this.type=="radio"? '' : this.type=="checkbox"? '' : this.type=="select"? '' : '#ffffff');
	border-color:#969696;
	
} 

select {
	border-style:solid;
	font:10px verdana ;
	color:#666666; 
	border-color:#969696;
	border-width:1px;
	line-height:18px;
	vertical-align:middle;
}

/*
a {
	color:#1290de;
	text-decoration:none;
	font-size:11px;
}

a:hover {
	color:#ffffff;
	background-color:#1290de;
}
*/

.validation, #validation {
	color:#FF0000;
}


.container_top{
	background-image:url(../images/container_top.jpg);
	background-repeat:no-repeat;
	background-position:1px;
	width:783px;
	height:8px;
}

.container_bottom{
	background-image:url(../images/container_bottom.jpg);
	background-repeat:no-repeat;
	background-position:1px;
	width:783px;
	height:8px;
}

.container_left{
	background-image:url(../images/container_left.jpg);
	background-repeat:repeat-y;
	background-position:left;
	width:8px;
	height:8px;
}

.container_right{
	background-image:url(../images/container_right.jpg);
	background-repeat:repeat-y;
	background-position:right;
	width:8px;
	height:8px;
}

.container_content {
	width:769px;
	height:500px;
	background-color:#FFFFFF;
	vertical-align:top;
}

.content_main{
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
}

#content, .content, .content td{
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:20px;
	margin-right:20px;
	color:#666666;
	font-size:10px;
}

.content a {
	color:#1290de;
	text-decoration:none;
}

.content a:hover {
	color:#ffffff;
	background-color:#1290de;
}

.top_link_container {
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
	width:783px; 
	text-align:center;
}

.top_link {
	color:#666666;
	font-size:10px;
	margin-right:20px;
	text-align:right;
	margin-top:10px;
	margin-bottom:10px;
	
}

.top_link a {
	color:#1290de;
	text-decoration:none;
}

.top_link a:hover {
	color:#d5cfc7;
	background-color:#1290de;
}

.heading {
	color:#e77f32; 
	font-size:17px; 
	font-family:Helvetica, Arial, sans-serif; 
	font-weight:bold;
}

.subheading{
	text-align:left;
	padding-bottom:10px;
	color:#666666;
	font-size:11px;
	font-weight:bold;
}

.grey_line {
	height:1px;
	background-color:#dddddd;
}



/* NAV */

.page_nav {	
	width:190px;
	background-color:#ffffff;
}


.page_nav_line {
	margin-bottom:2px;
	/*
	background-image: url("../../site/images/grey_line_thin.gif");
	background-repeat:  no-repeat;
  	background-position: left bottom;
	*/
	background-color:#e7e7e7;
	height:1px;
	width:190px;
}

.page_nav a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:7pt;
	padding-left:10px;
	text-decoration:none;
	color:#d77103;
}

.page_nav a:hover {
	text-decoration:none;
}

.page_nav_item a, a.page_nav_item {
	padding-top:1px;
	padding-bottom:1px;
	width:190px;
	line-height:20px;
	color:#d77103;
}

.page_nav_item a:hover, .page_nav_item_selected {
	/*background-color:#e5f3b2;*/
	/*color:#fffaf5;*/
	background-image: url("../../site/images/arrow_small_orange.gif");
	background-repeat:no-repeat;
  	background-position: 4px center;
}

.page_nav_item, .page_nav_item_selected_padding, .page_nav_item_selected_padding_bold {
	vertical-align:middle;
	padding-top:1px;
	padding-bottom:1px;
	/*
	background-image: url("../../site/images/grey_line_thin.gif");
	background-repeat:repeat-x;
  	background-position: left bottom;*/
}

.page_nav_item_selected, .page_nav_item_selected a, .page_nav_item_selected_padding, .page_nav_item_selected_padding a, .page_nav_item_selected_padding a:hover {
	/*font-weight:bold;
	color:#fffaf5;*/
	/*background-color:#e5f3b2;*/
	padding-top:1px;
	padding-bottom:1px;
	width:190px;
	line-height:20px;
	background-image: url("../../site/images/arrow_small_orange.gif");
	background-repeat:no-repeat;
  	background-position: 4px center;
}

.page_nav_item_selected_padding_bold, .page_nav_item_selected_padding_bold a, .page_nav_item_selected_padding_bold a:hover {
	font-weight:bold;
	/*background-color:#e5f3b2;*/
	line-height:20px;
}

.left_arrow_small_blue {	
	position:absolute;
	background-image: url("../../site/images/arrow_small_orange.gif");
	background-repeat:no-repeat;
  	background-position: 4px center;
	line-height:20px;
	height:20px;
	width:20px;
}



/* FOOTER */

.footer_copyright, .footer_copyright a {
	color:#7f6c56;
	font-size:9px;
	text-decoration:none;
}

.footer_copyright a:hover {
	color:#d5cfc7;
	background-color:#7f6c56;
}

.footer_links, .footer_links a {
	color:#1290de;
	text-decoration:none;
	font-size:9px;
}

.footer_links a:hover {
	color:#d5cfc7;
	background-color:#1290de;
}


/* HOME */

.home_news {
	text-align:left;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
}

.home_news a {
	color:#1290de;
	text-decoration:none;
	font-size:10px;
}

.home_news a:hover {
	color:#ffffff;
	background-color:#1290de;
}

.home_news_date {
	color:#666666;
	font-weight:bold;
	font-size:10px;
}

.home_news_headline {
	color:#e77f32;
	font-weight:bold;
	font-size:10px;
}

.home_news_content {
	color:#666666;
	font-size:10px;
	text-align:left;
	margin-top:2px;
}

.home_featured_box_container {
	background-image:url(../images/home_featured_box.jpg);
	background-repeat:no-repeat;
	background-position:0px;
	width:204px;
	height:155px;
}

.home_featured_box {
	padding:10px 10px 10px 10px;
}

.home_featured_headline {
	color:#695744;
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
}

.home_featured_content {
	color:#666666;
	font-size:10px;
	margin-top:5px;
}

.home_featured_content a {
	color:#1290de;
	text-decoration:none;
	font-size:11px;
}

.home_featured_content a:hover {
	color:#ffffff;
	background-color:#1290de;
}


/* NEWS */
.news_title {
	color:#666666;
	font-size:11px;
	font-weight:bold;
	margin-bottom:4px;
}

.news_date {
	color:#666666;
	font-weight:400;
	padding-bottom:20px;
	font-size:10px;	
}

.news_content {
	color:#666666;
	font-size:10px;
	margin-bottom:40px;
}



/* APPLICATION */

.applicationItem {
	margin-bottom:10px;
}


