/* Master page format */
body {
	background: #fbf9fa url('/images/bg.png') repeat-y top center;
	background-color: #fbf9fa;
	margin: 0px;
	padding: 0px;
	min-width: 941px;
	width: 941px;
	margin: 0px auto;
}

h2 {
	color: #000000;
	font-face: Georgia, Times, serif;
	font-size: 13pt; 
	font-style: regular; 
	letter-spacing: 1px;
	margin: 0;
}

h3, h3 a:link, h3 a:active, h3 a:visited, h3 a:hover {
	color: #CE8B15;	
	font-face: Georgia, Times, serif;
	font-size: 13pt; 
	font-style: regular; 
	letter-spacing: 1px;
	letter-height: 5px;
	margin: 0; 
}

h4 {
	color: #000000;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 10pt; 
	font-weight: bold; 
	letter-spacing: 1px;
	line-height: 130%;
	margin: 0px; 
}

h5 {
	color: #CE8B15;
	font-family: Georgia, Times, serif;
	font-size: 10pt; 
	font-weight: bold; 
	letter-spacing: 1px;
	line-height: 130%;
	margin: 0px; 
}

h6 {
	color: #E7C58A;
	font-family: Georgia, Times, serif;
	font-size: 10pt; 
	font-weight: bold; 
	letter-spacing: 1px;
	line-height: 130%;
	margin: 0px; 
	text-decoration: line-through;
}

h1 {
	color: #91050C;
	font-family: Georgia, Times, serif;
	font-size: 10pt; 
	font-weight: bold; 
	letter-spacing: 1px;
	line-height: 130%;
	margin: 0px; 
}

p, br {
	color: #000000;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 10pt; 
	font-weight: regular; 
	letter-spacing: 1px;
	line-height: 130%;
	text-align: justify;
	margin-top: 8px; 	
}

a:link, a:active, a:visited {
	color: #91050C;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 10pt;
	font-style: regular;
	font-weight: regular;
	text-decoration: underline;
}

a:hover {
	color: #D12122;
	text-decoration: underline; 
}

.image {
	border: 0px;
}

/* Contains left, right, content sections */
#content-container {
	float: left;
	padding: 0px;
	width: 941px;
	background: #fff;
}

/* Content Area */
#content {
	float: center;
	margin-left: 201px;
	margin-right: 201px;
	padding: 10px;
}

#content_detail {
	float: center;
	margin-left: 201px;
	margin-right: 0px;
	padding: 10px;
}

#content_portal {
	float: center;
	margin-left: 0px;
	margin-right: 201px;
	padding: 10px;
}

.container_content {
	background-color: #FBFAF4;
	border: 1px solid #B2B2B2;
	float: left;
	padding: 0px;
	width: 100%;
}

.container_content_left {
	text-align: center;
	float: left;
	padding: 10px;
}

.container_content_right {
	padding-top: 5px;
	float: right;
	border: 0px;
}

/* Top Navbar */
#top {
	background-color: #fff;
	background-image: url('../images/bg_head.gif');
	background-repeat: repeat-x;	
	border-bottom: 1px solid #000000;
	height: 147px;
	margin: 0px;
	padding: 0px;
}

.img_logo, .img_logo a:link, .img_logo a:active, .img_logo a:visited, .img_logo a:hover {
	border: 0px;
	float: left;
	margin: 0px; 
	padding: 0px;
	z-index: 2;
}

.img_secure, .img_secure a:link, .img_secure a:active, .img_secure a:visited, .img_secure a:hover {
	border: 0px;
	float: right;
	margin-right: 20px; 
	margin-top: 15px; 
	padding: 0px;
	z-index: 1;
}

.container_topmenu {
	position: absolute;
	margin: 128px 0px 0px 182px;
	z-index: 3;
}

.topmenu {
	float: left;
	padding-top: 1px;
	padding-right: 25px;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 8pt;
	font-weight: regular;
	text-decoration: none;
	color: #E6D3DB;
} 

.topmenu a:link, .topmenu a:active, .topmenu a:visited {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none; 
	color: #E6D3DB;
	border: 0px;
}

.topmenu1 {
	float: left;
	padding-top: 0px;	
	padding-right: 25px;
	Border-left: 1px solid #C090A4;
} 

.topmenu a:hover {
	color: #fff;
}

/* Left Navbar */
#leftnav {
	border-right: 1px solid #B2B2B2;	
	border-bottom: 1px solid #B2B2B2;
	float: left;
	margin: 0;
	padding: 0px;
	width: 200px;
}

.link_article a:link, .link_article a:active, .link_article a:visited, {
	color: #000000;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 10pt;
	font-style: regular;
	font-weight: regular;
	text-decoration: none;
	text-align: left;
}

.link_article a:hover {
	color: #D12122;
	text-decoration: underline; 
}

.container_menu {
	padding: 0px;
	width: 200px;
	background-color: #FBFAF4;
}

.container_menu_item a:link, .container_menu_item a:active, .container_menu_item a:visited {
	border-bottom: 1px dashed #FBFAF4;
	border-top: 1px dashed #FBFAF4;
	color: #91050C;
	display: block;
	font-family: Georgia, Times, serif; 
	font-size: 13pt;
	font-weight: regular;
	padding: 5px;
	letter-spacing: 0px;
	text-align: left;
	text-decoration: none; 
	width: 190px;
	z-index: 1;
}

.container_menu_item a:hover {
	background-color: #FFFFFF;
	border-bottom: 1px dashed #DCDBD6;
	border-top: 1px dashed #DCDBD6;
	color: #D12122;
}

.container_menu_subitem a:link, .container_menu_subitem a:active, .container_menu_subitem a:visited {
	border-bottom: 1px dashed #FBFAF4;
	border-top: 1px dashed #FBFAF4;
	color: #000000;
	display: block;
	font-family: Georgia, Times, serif; 
	font-size: 10pt;
	font-weight: regular;
	padding: 5px;
	letter-spacing: 0px;
	text-align: left;
	text-decoration: none; 
	width: 190px;
	z-index: 1;
}

.container_menu_subitem a:hover {
	background-color: #FFFFFF;
	border-bottom: 1px dashed #DCDBD6;
	border-top: 1px dashed #DCDBD6;
	color: #D12122;
}

.container_left {
	border-top: 1px dashed #B2B2B2;
	padding-top: 25px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	width: 180px;	
}

.link_italic a:link, .link_italic a:active, .link_italic a:visited {
	color: #91050C;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 8pt;
	font-style: italic;
	font-weight: regular;
	text-decoration: underline;
}

.link_italic a:hover {
	color: #D12122;
	text-decoration: underline; 
}

/* Right Navbar */
#rightnav {
	border-left: 1px dashed #B2B2B2;
	float: right;
	margin: 0;
	padding: 0px;
	width: 200px;
}

.container_right {
	border-bottom: 1px dashed #B2B2B2;
	padding-top: 25px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	width: 180px;	
}

.container_right_shaded {
	border-bottom: 1px dashed #B2B2B2;
	background-color: #FBFAF4;
	padding: 10px;
	width: 180px;	
}

.news { 
	color: #000000;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 10pt;
	font-style: regular;
	font-weight: regular;
} 

.container_right a:link, .container_right a:active, .container_right a:visited {
	color: #91050C;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 8pt;
	font-style: italic;
	font-weight: regular;
	text-decoration: underline;
}

.container_right a:hover {
	color: #D12122;
	text-decoration: underline; 
}

/* Bottom Navbar */
#footer_1 {
	background-color: #627051;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	color: #333;
	float: left;
	height: 69px;
	margin: 0;
	padding: 0px;
	width: 100%
}

#footer_2 {
	background-color: #402A13;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	color: #333;
	float: left;
	height: 69px;
	margin: 0;
	padding: 0px;
	width: 100%
}

#footer_3 {
	background-color: #B16C88;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	color: #333;
	float: left;
	height: 69px;
	margin: 0;
	padding: 0px;
	width: 100%
}

#footer_4 {
	background-color: #B09A83;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	color: #333;
	float: left;
	height: 69px;
	margin: 0;
	padding: 0px;
	width: 100%
}

/* Copyright Navbar */
#copyright {
	background-color: #fff;
	color: #707070;
	float: left;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 8pt; 
	font-weight: regular;
	height: 69px;	
	width: 921px;
	margin: 0;
	padding: 10px;
	text-align: center;
}

#copyright a:link, #copyright a:active, #copyright a:visited {
	color: #91050C;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 8pt;
	font-style: regular;
	font-weight: regular;
	text-decoration: none;
}

#copyright a:hover {
	color: #D12122;
	text-decoration: underline; 
}

.img_copyright, .img_copyright a:link, .img_copyright a:active, .img_copyright a:visited, .img_copyright a:hover {
	float: left;
	margin: 0px; 
	border: 0px;
	padding: 0px;
}

/* Thumbnails Across */
.container_thumbs_across {
	padding: 0px;
	float: center;
}

.thumbs_across {
	float: left;
	text-align: center;
	padding: 10px;
}

div.spacer {
	clear: both;
}

/* Thumbnails Down */
.container_thumbs_down {
	border-bottom: 1px dashed #B2B2B2;
	float: left;
	padding: 0px;
	width: 100%;
}
.thumbs_img_down, .thumbs_img_down a:link, .thumbs_img_down a:active, .thumbs_img_down a:visited, .thumbs_img_down a:hover {
	float: left;
	padding-bottom: 5px;
}

.thumbs_down {
	margin-left: 140px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: top;
}

.thumb {
	border: 1px solid #B2B2B2;
	padding: 3px;
}


.image_down {
	margin-left: 260px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: top;
}

/* General Content */
.container_general {
	float: left;
	padding-top: 10px;
	width: 100%;
}

.container_general_left {
	padding-top: 10px;
	float: left;
	width: 40%;
	text-align: left;
}

.container_general_right {
	padding-top: 10px;
	float: right;
	width: 40%;
}

/* Welcome */
.container_welcome {
	background-color: #FBFAF4;
	background-image: url('../images/graphic_welcome.jpg');
	background-repeat: no-repeat;
	border-top: 1px solid #B2B2B2;
	border-bottom: 1px solid #B2B2B2;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 240px;
}

.container_welcome a:link, .container_welcome a:active, .container_welcome a:visited {
	color: #91050C;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 8pt;
	font-style: italic;
	font-weight: regular;
	text-decoration: underline;
}

.container_welcome a:hover {
	color: #D12122;
	text-decoration: underline; 
}

.welcome {
	margin-left: 200px;
	padding: 20px;
	text-align: center;
}

/* Form */

.container_outline {
	margin-top: 10px;
	float: left;
	width: 100%;
	border: 1px solid #B2B2B2;
}

.container_form {
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	float: left;
	width: 99%;
}

.form_all {
	float: left;
	text-align: left;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 10pt;
	font-style: regular;
	font-weight: regular;	
	letter-spacing: 1px;
	padding-top: 5px;	
	padding-bottom: 5px;
	width: 99%;
}

.form_title {
	float: left;
	text-align: left;
	width: 25%;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 10pt;
	font-style: regular;
	font-weight: regular;	
	letter-spacing: 1px;
	line-height: 130%;
	padding-top: 5px;	
}

.form_title_section {
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #B2B2B2;
	float: left;
	text-align: left;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 10pt;
	font-style: regular;
	font-weight: bold;	
	letter-spacing: 1px;
	line-height: 130%;
	padding-top: 5px;	
	width: 100%;
}

.form_input {
	float: left;
	text-align: left;
	padding-left: 10px;	
	width: 70%;
	padding-top: 5px;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 10pt;
	font-style: regular;
	font-weight: regular;	
	letter-spacing: 1px;
	line-height: 130%;
}

/* Portal */
.container_portal {
	float: left;
	padding-top: 10px;
	width: 99%;
	text-align: center;	
}

