@charset "utf-8";
/* CSS Document */
html,body,form {margin:0;padding:0;}
* {margin:0;padding:0;}
body
{
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(images/back.png);
/*
	width: 800px;
	margin: auto;
*/
}

.container
{
	margin: auto;
	width: 800px;
	background-position: left;
	background-repeat: repeat-y;
}

.top
{
	height: 100px;
	background-image: url(images/company_logo.png);
	background-position: right;
	background-repeat: no-repeat;
	border-bottom: #222222 solid 10px;
	cursor: pointer;
}

.top div
{
	float: right;
	font-size: .8em;
	background-image: url(images/grad3.png);
	background-repeat: repeat-y;
	padding-right: 5px;
}
.top div a
{
	color: #000000;
	text-decoration: none;
	padding-left: 5px;
}

.top div a:hover
{
	text-decoration: underline;
}

.menu
{
	position: absolute;
	width: 200px;
	height: 500px;
}

.top-menu
{
	background-image: url(images/menu-top.png);
	height: 18px;
	background-color: #FFFFFF;
	margin-top: 10px;
}

.links
{
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	background-image: url(images/menu_mid.png);
	padding-bottom: 3px;
	text-align: center;
}

.links a
{
	display: block;
	font-size: 14pt;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: #FFFFFF 1px solid;
	margin-bottom: 3px;
}

.links a:hover
{
	color: #FF3333;
	border-bottom: #FF3333 1px solid;
}

a.here
{
	color: #000000;
	cursor: default;
	border-color: #000000;
}

a.here:hover
{
	color: #000000;
	cursor: default;
	border-color: #000000;
}



.bot-menu
{
	background-image: url(images/menu_bot.png);
	height: 150px;
	background-repeat: no-repeat;
	padding-top: 60px;
}
.form
{
	width: 155px;
	height: 100px;
	margin-left: 30px;
	top: 50px;
	padding-left: 5px;
	color: #FFFFFF;
	text-align: center;
}
label
{
	
}
.input
{
	background-image: url(/images/input.png);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #234b8d;
	border: none;
	padding: 2px;
	width: 142px;
	margin-bottom: 5px;
}
.submit
{
	margin-top: 3px;
	background-image: url(/images/submit.png);
	background-repeat: no-repeat;
	background-position: center;
	padding: 2px;
	border: none;
	background-color: #234b8d;
	width: 54px;
	margin-left: 40px;
}
.content
{
	float: right;
	width: 600px;
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div.content div.inside
{
	margin-left: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 15px;
	padding-top: 0px;
	background-image: url(images/contentBack2.png);
	background-repeat: repeat-y;
	font-size: 13pt;
}
div.content h3.beg
{
	margin-top: 10px;
	margin-left: 30px;
	height: 15px;
	background-image: url(images/contentBack.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 10px;
	margin-bottom: -20px;
}
div.content h3.fin
{
	margin-left: 30px;
	margin-right: 0px;
	margin-top: -15px;
	background-image: url(images/contentBack3.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
div.content p
{
	font: normal 11pt Georgia, "Times New Roman", Times, serif;
	line-height: 150%;
	margin-bottom: 20px;
	text-align: justify;
}
.footer
{
	font: normal 8pt Tahoma, Arial, sans-serif;
	text-align: right;	
}
.form a
{
	color: #FFFFFF;
}

.content p.copy
{
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
}

.footer
{
	width: 780px;
	height: 15px;
	color: #FFFFFF;
	position: fixed;
	bottom: 0px;
	text-align: center;
	font-size: 8pt;
	background-image: url(images/footer2.png);
	background-repeat: no-repeat;
	padding: 10px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.oLinks
{
	float: left;
	width: 320px;
	text-align: left;
}

.footer img
{
	float: right;
	margin-right: 5px;
	margin-left: 3px;
}

.footer a
{
	color: #FFFFFF;
}
#loginWrapper {
	background-color:#eee;
	height:32px;
	margin-bottom:10px;
}
.login-div {
	height:20px;
	margin:auto;
	padding:0px 0px 6px 0px;
	text-align:right;
	width:800px;
}
.login-div span {
	color:#039;
	font:normal 10px/20px Helvetica,Arial,sans-serif;
	letter-spacing:1px;
}
.login-input {
	border:1px solid #039;
	font:normal 12px sans-serif;
	padding:2px;
}
.login-input:focus {
	border:1px solid #555;
}

