/* CSS Document */
body{
	font: 14px arial;
	background: #fff;
	color: #000;
	margin-top: 15px;
}

.h1{
    color: #0B437C;
    font-size: 26px;
    font-family: Times New Roman;
    font-weight: normal;
    text-align: center;
    line-height: 50px;
}

.h2{
    color: #ff0000;
    font-size: 11px;
    font-family: arial;
    font-weight: normal;
    text-align: left;
    line-height: 14px;
    padding-top: 10px;
}

a:link, a:visited {
	color: #0B437C;
	text-decoration:none
	}
	
a:hover {
	color: #0B437C;
	text-decoration:underline;
	}	

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 800px;
}

#allinfo
{
    width: 800px;
	background: #fff;
	float: left;
	border-bottom: solid 1px #cccccc;
}

#header
{
    width: 800px;
	height: 275px;
	float: left;
	font-family: Times New Roman;
	color: #0B437C;
	font-size: 15px;
	line-height: 23px;
}

#header a
{
	font-family: Times New Roman;
	color: #0B437C;
	font-size: 15px;
}

#ltside {
	float: left;
	width: 275px;
	font-size: 11px;
}

#rtside
{
    float: right;
    width: 515px;
    line-height: 20px;
    margin-bottom: 15px;
}

#footer
{
    text-align: right;
    color: #0B437C;
    font-weight: bold;
    float: left;
    font-size: 10px;
    width: 800px;
}

.input
{
    font-size: 11px;
}

