html, body, div, span, applet, object, iframe,
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .p, blockquote, pre,
a, .a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, .strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body, p, .p, div, td, h1, .h1, h2, .h2, h3, .h3, h4, .h4, li {
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
}
p, .p {margin: 0 0 1em;}
strong, .strong {font-weight: bold;} /* For Firefox */
a, .a {text-decoration: none;}
a:link {color: #a4a7b7;}
a:visited {color: #c3c6db;} 
a:hover, .a:hover {color: #000;text-decoration: underline;}
a:active {color: #900;}


body {
	background-color: #ffffff;
	color: #000;
	margin: 0px;
	padding: 0px;
}
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
div#header {
	position: relative;
	width: 100%;
	background-color: #a8e1fe;
	background-image: url(/images/home.jpg);
	background-repeat: no-repeat;
	height: 206px;
}
div#header div#header-top {
	height: 25px;
	max-height: 25px;
	margin: 0px;
	overflow: hidden;
	background-image: url(/images/blk60.png);
	background-repeat: repeat;
	text-align: right;
	padding-right: 30px;
	color: white;
	font-weight: normal;
	line-height: 14px;
	font-size: 12px;
}
div#header div#header-top a {
	color: white;
	text-decoration: none;
	line-height: 8px;
	font-size: 10px;
	padding: 0px;
	padding-left: 5px;
	padding-right: 10px;
	border-right: 1px solid gray;
}
div#header div#header-top a:visited {
	color: white;
	text-decoration: none;
}
div#header div#header-top a:hover {
	text-decoration: underline;
}

div#header div#header-bottom {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 25px;
	width: 100%;
	background-image: url(/images/blk60.png);
	background-repeat: repeat;
}

div#header div#header-bottom a {
	color: white;
	text-decoration: none;
	line-height: 8px;
	font-size: 14px;
	padding: 0px;
	padding-left: 5px;
	padding-right: 10px;
	border-right: 1px solid gray;
}
div#header div#header-bottom a:visited {
	color: white;
	text-decoration: none;
}
div#header div#header-bottom a:hover {
	text-decoration: underline;
}


div#header div#middle {
	padding-top: 25px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: left;
}
div#header div#middle img#logo {
	border: 0px;
	width: 503px;
	height: 100px;
}
div#header .wrapper {
	width: 750px;
	margin: auto;
	margin-top: 3px;
	background: transparent;
	position: relative;
}
div#login-wrapper {
	position: absolute;
	top: 45px;
	right: 30px;
	width: 90px;
	height: 80px;
	padding: 10px;
	overflow: hidden;
	background-image: url(/images/blk60.png);
	background-repeat: repeat;
	color: white;
	font-size: 10px;
}
div#header div#login-wrapper table#login {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
div#header div#login-wrapper table#login tr {
	padding: 0px;
	margin: 0px;
}
div#header div#login-wrapper table#login td {
	padding: 0px;
	margin: 0px;
	font-size: 10px;
}
div#header div#login-wrapper input[type=text] {
	height: 12px;
	font-size: 11px;
	line-height: 10px;
	width: 85px;
	margin: 0px;
	padding: 0px;
	border: 1px solid gray;
	margin-right: 3px;
}
div#header div#login-wrapper input[type=password] {
	height: 12px;
	font-size: 11px;
	line-height: 10px;
	width: 85px;
	margin: 0px;
	padding: 0px;
	border: 1px solid gray;
	margin-right: 3px;
}
div#header div#login-wrapper input[type=submit] {
	height: 18px;
	width: 50px;
}

div#page-footer {
	border-top: 3px solid #15587a;
	background-color: #92b3c4; 
	padding: 5px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 10px;
	color: black;	
}
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
div#body {
	width: 750px;
	margin: auto;
	margin-top: 10px;
}
div#body h1 {
	color: #810c0c;
	font-weight: bold;
	font-size: 25px;
	padding-top: 5px;
	padding-bottom: 15px;
}
div#body h2 {
	font-weight: bold;
	font-size: 22px;
	padding-top: 5px;
	padding-bottom: 10px;
	color: gray;
}
div#body p {
	text-align: justify;
	font-size: 14px;
}
div#body a {
	color: blue;
	text-decoration: none;
}
div#body a:visited {
	color: blue;
	text-decoration: none;
}
div#body a:hover {
	color: blue;
	text-decoration: underline;
}
