body {
	margin: 0;
	font-family:Arial;
	color:#333333;
	font-size:10pt;
	background:url('images/back.jpg') repeat-y top right;
	background-color:#2C0001;
}

img {
	border:0;
	}
	
input, select, textarea {
	background-color: #e4e4e4; 
	}
	
a {
	color:#494949;
	}

	
a:hover {
	text-decoration:underline;
	color:#060606;
	}

.global {
	width:890px;
	height:auto;
	}

.visible {
	display:block;
	}

.hidden {
	display:none;
	}

/****************************
  Header and Main Menu
****************************/
	
.head {
	height:155px;
	width:auto;
	}
	
.logo {
	float:left;
	background-color:#ffffff;
	height:105px;
	margin:0 0 20px 50px;
	}
	
.menu {
	margin:0 auto;
	width:100%;
	clear:both;
	list-style:none;
	padding:0;
	}
	
.menu li {
	float:left;
	height:30px;
	}
	
.menu li.space {
	background:url('images/menu.jpg') repeat-x;
	background-position:top right;
	line-height:30px;
	width:2px;
}
	
.menu a {
	background:url('images/menu.jpg') repeat-x;
	background-position:top left;
	line-height:30px;
	width:auto;
	display:block;
	color:#ffffff;
	text-decoration:none;
	padding-left:21px;
	padding-right:21px;
	text-align:center;
	font-weight:bold;
	}
	
.menu a.first {
	background:url('images/menu_end.jpg') repeat-x;
	background-position:top left;
	}

.menu a:hover.first, .menu a.first.selected {
	background-position:bottom left;
	}
	
.menu a.last {
	background:url('images/menu_split.jpg') repeat-x;
	background-position:top left;
	color:#000000;
	padding-right:23px;
	}
	
.menu a:hover, .menu a.selected {
	background-position:bottom left;
	text-decoration:none;
	}

.menu a:hover.last, .menu a.last.selected {
	color:#ffffff;
	}

/****************************
  Main Body and Footer
****************************/

.content {
	float:left;
	width:871px;
	min-height: 550px !important; 
	height: auto !important; height: 550px;
	text-align:justify;
	font-family:Verdana;
	background-color:#ffffff;
	}
	
.content h1 {
	margin:0px;
	padding:0px;
	font-size:22pt;
	color:#ffffff;
	background-color:#222222;
	line-height:60px;
	padding-left:5px;
	}
	
.footer {
	clear:both;
	width:871px;
	border-color:#C0C0C0;
	border-width:4px 0 0 0;
	border-style:solid;
	padding:5px 0 0 0;
	height:100px;
	background-color:#ffffff;
	font-size:9pt;
	}

.footer_inner {
	padding-left:5px;
	}

.message {
	font-weight:bold;
	overflow:hidden;
	width:auto;
	color:#ff0000;
	}

.message ul li {
	font-weight:normal;
	color:#000000;
	}
	
.blocks {
	margin:0;
	padding:0;
	border:0;
	list-style:none;
	width:195px;
	margin-bottom:10px;
	}

.blocks li {
	height:20px;
	background:url('images/icon.jpg') no-repeat;
	padding-left:20px;
	width:190px;
	}

.blocks li.title {
	font-weight:bold;
	background:none;
	padding:0;
	font-size:12pt;
	background:url('images/bar.jpg') repeat-x;
	color:#ffffff;
	padding:2px;
	margin-bottom:2px;
	}

.blocks a {
	text-decoration:underline;
	display:block;
	height:20px;
	
	}

.blocks a:hover {
	color:#990000;
	}

.back li {
	background:none;
	height:30px;
	padding:0;
	}

.back li a {
	background:url('images/bback.jpg') no-repeat;
	color:#ffffff;
	line-height:23px;
	text-decoration:none;
	padding-left:30px;
	height:30px;
	width:190px;
	display:block;
	}

.back li a:hover {
	background-position:bottom left;
	color:#ffffff;
	}

.block_contents {
	float:left;
	margin-top:10px;
	padding:5px;
	}


table.blocks {
	width:100%;
	}

table.blocks th {
	background-color:#3C0000;
	color:#ffffff;
	font-size:12pt;
	}

table.blocks td {
	border-color:#3C0000;
	border-style:solid;
	border-width:1px;
	}

td {
	text-align:left;
	}