/* 
----------------------------------------------------------------------------- 
GLOBAL STYLES
-----------------------------------------------------------------------------*/

html {
	margin-bottom: 0px;
}
* {
	margin: 0;
}
	/* 
----------------------------------------------------------------------------- 
GLOBAL STRUCTURE
-----------------------------------------------------------------------------*/


#wrapperlarge {
	min-height: 100%; /* the bottom margin is the negative value of the footer's height */
	width: 100%;
	position: relative;
	height: 1000px;
	background-image: url(assets/images/bgeps.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #003399;
	background-position: center top;
}

#wrapper{
	min-height: 600px; /* the bottom margin is the negative value of the footer's height */
	width: 770px;
	position: relative;
	height: 601px;
	margin-right: auto;
	margin-left: auto;
	margin-left: auto;
	margin-top: 0px;
	}
#top {
	height: 400px;
	width: 770px;
	text-indent: 0px;
	text-align: left;
	padding-top: 15px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#header {
	height: 60px;
	width: 770px;
}
#body {
	height: 116px;
	width: 710px;
	background-color: #3273A3;
	text-align: center;
	vertical-align: middle;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 20px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#footer {
	height: 65px;
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	text-indent: 20px;
	padding-top: 10px;
	padding-left: 20px;
	background-image: url(assets/images/bg2eps.jpg);
	background-repeat: no-repeat;
	background-color: #3273A3;
}
.border {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 11pt;
	color: #FFFFFF;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	font-weight: bold;
	color: #000000;
	line-height: 11pt;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	border: thin solid #FFFFFF;
}
.headings a:link {
	color: #000000;
}
.headings a:visited {
	color: #000000;
}
.headings a:hover {
	color: #FFFFFF;
}
.headings a:active {
	color: #000000;
}
.style1 {
	font-size: 12pt;
	font-weight: bold;
	margin: 20px;
	text-indent: 0px;
	color: #990000;
}
.style3 {
	font-size: 8pt;
	font-weight: bold;
	margin: 0px;
	text-indent: 0px;
}
.headings2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 12pt;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
.style2 {
	font-size: 9pt;
	font-weight: bold;
	margin: 0px;
	text-indent: 0px;
}
