/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	background:url(../images/bkg.jpg)
}
img {border:0px;}

a:link	{font-weight:bold; color:#b02c37; text-decoration:none;}
a:visited {font-weight:bold; color:#b02c37; text-decoration:none;}
a:hover	{font-weight:bold; color:#fff; text-decoration:underline; background:#b02c37;}
h1	{font-size: 1.5em;color:#b02c37; padding-bottom:10px;}
/*Containers*/

#page {width:865px;  margin:7px auto; background:#FFFFFF; padding:7px;}
#content {width:850px;  padding:5px; border:#CCCCCC solid 2px;}
#header {width:872px;  }
#maincontent {width:862px; }
#leftcontent {width:170px; height:425px; float:left; padding-top:5px;}
#rightcontent {width:675px;float:left; padding-top:5px;}
	#mainpage {height:292px; background:url(../images/main-bkg.jpg) right no-repeat top; padding-left:20px }
	#secondpage { padding-left:20px;}
	#thirdpage {padding-left:20px;}
	.maintext {width:350px; padding:25px 25px 25px 0;}
	.procedures {border-bottom:#000000 solid 2px; font-weight:bold;}
	
#bottombuttonsHP {clear:both; width:655px; height:100px; background:#FFCC99; padding:15px 10px 15px 10px;}
#bottombuttonsHP a {padding-left:20px; padding-top:5px;}
#bottombuttonsHP a:hover	{text-decoration:none; background:#FFCC99;}
#bottomborder	{background:#333333; height:3px; clear:both;}
#footer { text-align:center; padding-top:5px; font-size: .9em; color: #666666; clear:both;}

/* menu */

#menu {background: url(../images/menubackground.jpg); height:30px; float:left;  width:850px; }
#menu ul { padding:0;  margin:0; list-style-type: none;}
#menu ul li { float:left; position:relative; }
#menu ul li a	{color:#fff; text-decoration:none; padding: 8px 10px 8px 10px; text-transform:uppercase; display:block; border-right: #CCCCCC solid 1px; text-align:center }
#menu a:visited {color:#fff; text-decoration:none;text-transform:uppercase;}
#menu a:hover	{ background: #fff; color:#b02c37; text-decoration:none;}

/* form */
label 
{
    display: block;
    float: left;
    margin-bottom: 10px;
    padding-right: 20px;
    text-align: right;
    width: 50px;
}
input[type="text"],input[type="password"]
{
    border: 1px solid;
    margin-left: 5px;
    width: 150px;
}
input[type="submit"] 
{
    width: 60px;
}
.submit_paragraph
{
    padding-left: 168px;
}
.error 
{
    color: red;
}