* {
   padding:0;
   margin:0;
}

html, body {
	height: 100%;
}

body {
	text-align: left;
	margin:0 auto;
	padding:0;
	color:#000;
	font-style:normal; 
	font-variant:normal;
	font-weight:normal;
	font-size:10px;
	font-family:Verdana, Tahoma, Arial, sans-serif;
	background:#fff;
	background:url('images/bg.gif');
	min-height:800px;

}
#page {
	width:809px;
	margin:0 auto;
}
P, P.subhead {
	margin-top:6px;
	margin-left:3px;
	margin-right:3px;
	margin-bottom:3px;
}
P.subhead, P.subheadb {
	font-weight:bold;
	font-size:110%;
	border-bottom:1px dotted grey;
}
P.subheadb {
	font-size:120%;
	border-bottom:1px solid #000000;
}
P.justaline {
	margin-bottom:10px;
	border-bottom:1px dotted grey;
}
.ue_img {
	margin-top:10px;
	border:1px solid #000000;
}
#header {
	height:152px;
	width:809px;
	margin: 0 auto;
	background: url('images/header.jpg') no-repeat;
	padding:0px;
}
#content {
	background:url('images/content_bg.gif') repeat-y;
	min-height:250px;
}

/**************************** menu ****************************/

#menu {
	float:right;
	padding:0 0 0 20px;
	width: 218px;
	height:100%;
	color:#ffffff;
}

.menu{
	height:20px;
	margin:0;
	padding:0;
	width:150px;
}

#menu ul {	
	list-style:none;
	width:150px;
	margin:0 0 0 10px;
	padding:0;
	font-size:1.1em;
}	

#menu li {
	margin-bottom:4px;
}

#menu li a {
	margin: 5px 5px 5px 5px;
	color:#3366FF;
	text-decoration: none;
}	
	
#menu li a:hover {
	color:#00000;
	text-decoration: none;
}	

#menu a {
	margin: 5px 5px 5px 5px;
	color:#3366FF;
	text-decoration: none;
}

#menu a:hover {
	color:#000000;
	text-decoration: none;
}


/**************************** content ****************************/

#info {
	float:left;
	margin:0;
	width:550px;
	height:100%;
}

.post {
	padding:0 0 15px 25px;
}
.post HR {
	margin:8px;
	}
a{
	color:#3366FF;
}

a:hover{
	color:#3366CC;
}

h1{
	color:#fff;
	font-weight:bold;
	font-size:26px;
	padding: 30px 0 10px 30px;
}

h2 a{
	position:absolute;
	top:65px;
	color:#fff;
	font-size:16px;
	margin:0 0 0 615px;
	text-decoration:none;
}

h2 a:hover{
	color:#999;
}

h3{
	color:#333333;
	font-size:12px;
	font-weight:bold;
}

h4{
	font-family:times, "Times New Romans", serif;
	color:#8d8d8d;
	font-size:20px;
	font-weight:normal;
}

h5{
	color:#8d8d8d;
	font-size:10px;
	font-weight:normal;
	padding:5px;
	padding-left:0px;
}

h3 img{
	float:left;
}
.aboutUsLeft {
	float:left;
	margin-left:0px;
	width:230px;
}
.aboutUsRight {
	float:right;
	width:280px;
}
.headerSmaller, .headerSupersmall {
	font-size:80%;
	color:#C8C8C8;
	font-weight:normal;
}
.headerSupersmall {
	font-size:50%;
}
.borderIt, .borderIt:hover {
	border:1px grey solid;
	width:400px;
}
.borderIt:hover {
	border:1px dashed red;
}
.formText {
	font-weight:bold;
}
/**************************** footer ****************************/

#footer{
	padding: 5px 0 0 30px;
	background:url('images/footer.png') no-repeat;
	height:48px;
	font-size:14px;
}

#footer a {
	color:#C8C8C8;
	text-decoration:none;
}

#footer a:hover {
	color:#fff;
	text-decoration:underline;
}