html {
}

body { 
	background: #ffffff;
	margin: 0px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
    color: #ffffff;
}

form { 
	padding: 0px;
	margin: 0px;
}

a{
	font-weight: regular;
	text-decoration: none;
	color: #006ACA;
}


a:hover{
	font-weight: regular;
    color: #0099ff;
	text-decoration: underline;
}

input, textarea, select, radio {
	font-size: 16px;
	border: 1px solid #005F93;
	background-color: #F9F9F9;
	padding: 1px;
	color: #005F93;
	overflow: auto;
}

hr {
    color: #003366;
}


h1 {
	font-family: Arial;
	color: #003366;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: Arial;
	color: #003366;
	text-decoration: none;
	font-size: 15px;
        font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-family: Arial;
	color: #003366;
	text-decoration: none;
	font-size: 9px;
        font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#site {
	float: left;
	width: 100%;
	padding: 0px 0px 0px 0px;
	height: auto !important;
}

#header {
	float:left;
	width:100%;
	height:70px;
	background-color:#ffffff;
	background-image:url(images/logo.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	border-bottom:1px solid #0099ff;
}

#container {
	float:left;
	width:100%;
	min-height: 500px;
 	height:auto !important;
 	height: 500px;
	background-color:#ffffff;
	background-image:url(images/site_bg.jpg);
	background-repeat:repeat-y;
}

#sidebar {
	float:left;
	width:121px;
	height:auto;
	min-height: 500px;
 	height:auto !important;
 	height: 500px;
}

#content {
	float:left;
	height:auto;
	width:80%;
	min-height: 500px;
 	height:auto !important;
 	height: 500px;
	padding:10px;
	color:#000000;
}

#contentinside {
	float:left;
	height:auto;
	width:100%;
	min-height: 500px;
 	height:auto !important;
 	height: 500px;
	padding:10px;
	color:#000000;
}

#footer {
	float:left;
	width:100%;
	height:25px;
	background-color:#ffffff;
	color:#000000;
	border-top: 1px solid #0099ff;
        border-bottom: 1px solid #0099ff;
	text-align:center;
	padding-top:5px;

}
	
	
	





