/* CSS for header & footer */

body {
	margin: 0;
	text-align: center;
	/*background-color: #E5E5F2;
	background-image: url(/images/bg_fade.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: bottom;*/
}
h1 {
	font-size: 24px;
	font-style: normal;
	line-height: 100%;
	font-weight: bolder;
	font-variant: normal;
	color: #FF0000;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	vertical-align: baseline;
}
h2 {
	font-size: 18px;
	font-style: normal;
	line-height: 19px;
	font-weight: bold;
	font-variant: normal;
	color: #010181;
	text-decoration: none;
	text-align: center;
	margin: 10px 0px 10px;
	padding: 0px;
}
h3 {
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
a {
	color: #CC0000;
}
a:hover {
	color: #010181;
	
}

#links a {
	line-height: 17px;	
}

#footer a {
	color: #FFFFFF;
	
}

#footer a:hover {
	color: #CC0000;
}

.global {
	width: 780px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	/*border-right: 1px solid #000066;
	border-left: 1px solid #000066;*/
	text-align: left;
	margin-left: auto; 
	margin-right: auto;
}

.body {
	margin-top: 10px;
}

.header {
	clear: both;
}

.footer {
	position: relative;
	clear: both;
	margin-top: 10px;
}

#logo {
	float: left;
}

#brand {
	float: right;
}

* html #brand { /* hack to fix a bug in IE */
	margin-right: -4px;
}


#navagation {
	height: 20px;
	background-color: #000066;
	z-index: 1;
	clear: both;
	text-align:left;
}

#footer {
	position: relative;
	background-color: #000066;
	height: 20px;
	font-size: 10px;
	padding-top: 3px;
	padding-left: 9px;
	color: #FFFFFF;
}

#full_content {
	text-align: left;
	margin: 0 12.5% 0 12.5%;
}
#menu li {
	margin-top: 8px;
	margin-bottom: 8px;
	font-weight: bold;
}
ol {
	font-size: 12px;
}
ul {

	font-size: 12px;
}
.bottem_border {
	border-bottom: 1px dashed #000000;
	padding: 0 0 15px 0;
	margin: 0 0 10px;
}
.seperator {
	border-top: 1px dashed #000000;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.block {
	margin-bottom: 20px;
}
.block p {
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 5px;
}
.red {
	color: #E11F27;
}
.full_page {
	margin: 8px;
	clear: both;
}
.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
} 
.global .body #full_content .illustration {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.global .body #full_content .illustration p {
	font-size: 9pt;
	font-style: oblique;
	margin: 3px 0 0 0;
}

