body
{
	background-image: url('images/bg_stripe.jpg');
	background-repeat: repeat;
	color: Black;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 12px;
	font-weight: 300;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	text-align: center;
}

.title{
	color: #333399;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 12px;
	font-weight: 900;
	padding: 10px 15px 5px 5px;
	margin: 0px;
	text-decoration: none;
	vertical-align: middle;
}

.text{
	color: black;
	padding: 0px 15px 10px 15px;
	margin: 0px
}

.centerimage{
	text-align: center;
	padding: 10px;
	margin: 0px;
}

#contenttop{
	height: 6px;
	margin: 0px auto;	
	padding: 0px;
	width: 631px;
}

#content{
	background-image: url('images/body_center.jpg');
	background-repeat: repeat-y;
	margin: 0px auto;
	padding: 0px;
	width: 631px;
	text-align: left;
}

#contentbottom{
	height: 5px;
	margin: 0px auto;	
	padding: 0px;
	width: 631px;
}

#header{
	background-color: white;
	height: 105px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
}

#addressbar{
	background-color: white;
	height: 17px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
}

.hmenu{	
	background-color: #A50021;
	height: 20px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
}

.hmenu ul{
	font-size: 10px;
	font-weight:900;
	list-style-type: none;
	margin: 0px;
	padding: 4px 0px 0px 0px;
}

.hmenu li{
	display:inline;
}

.hmenu a{
	background-color: #A50021;
	border: 1px solid #A50021;
	color: white;
	font-size: 10px;
	font-weight:900;
	padding: 0.2em 0.6em;
	text-decoration: none;
}

.hmenu a:hover{
	background-color: #333399;
	border: 1px solid black;
}

#hmenushadow{
	background-image: url('images/menu_shadow.jpg');
	background-repeat: repeat-x;
	height: 6px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.error{
	color: Red;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 12px;
	font-weight: 900;
	text-decoration: none;
}

.copyright{
	color: gray;
	font-size: 10px;
	font-weight: 300;
	margin: 0px;
	padding: 15px 0px 0px 0px;
	text-align: center;
}

.bodydark{
	font-weight: bold;
}

.assemblyimagesleft{
	width: 200px;
	float: left;
	padding-left: 15px;
}

.assemblyimagesright{
	width: 300px;
	float: left;
	padding-left: 15px;
}