body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	background:url(../images/body-content.jpg) repeat-x;
	margin:0 0 0 0;
}
#container{
	width:851px;
	background:url(../images/container.jpg) repeat-y;
	margin:0 auto;
}
#header{
	background:url(../images/header-content.jpg) no-repeat;
	width:851px;
	height:222px;
	margin:0 auto;
}
#header_menu{
	background:url(../images/header_menu.jpg) no-repeat;
	width:193px;
	height:243px;
	margin:29px 0px 0px 52px;
}
#content{
	width:650px;
	margin:auto;
	padding:5px;
}
#footer{
	background:url(../images/footer.jpg) no-repeat;
	width:851px;
	height:100px;
	margin:-12px auto;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	color: #222222;
	font-weight: normal;
	padding: 0px; 
	margin: 0px; 
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:21px;
	color: #333333;
	font-weight: bold;
	padding: 0px; 
	margin: 0px; 
	text-align: center;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 19px;
	color: #333333;
	font-weight: bold;
	padding: 0px; 
	margin: 0px; 
	text-align: center;
}
h3.left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 19px;
	color: #333333;
	font-weight: bold;
	padding: 0px; 
	margin: 0px; 
	text-align: left;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	text-align: center;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #222222;
	text-align: left;
	display: inline; 
	font-weight: normal;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #666666;
	display: inline; 
	text-align: left;
	font-weight: normal;
}
.h7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 30px;
	color: #ffffff;
	display: inline; 
	text-align: center;
	font-weight: bold;
}
.h8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 26px;
	color: #ffffff;
	display: inline; 
	text-align: center;
	font-weight: normal;
}
.h9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 23px;
	color: #ffffff;
	display: inline; 
	text-align: center;
	font-weight: normal;
}
.h10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	display: inline; 
	text-align: center;
	font-weight: normal;
}
.left {
	text-align:left;
}
.blue {
	color:#000099;
}
.orange{
	color:#CC6600;
}
.white{
	color:#FFFFFF;
}
p {
	font-family:Georgia, "Times New Roman", Times, serif
	font-size: 14px;
	line-height: 20px;
	color: #333333;
 	text-indent: 1.1em; 
}

.alert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #ff0000;
	text-align: left;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	text-align: left;
	list-style:disc;
}
ul.check {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	text-align: left;
	list-style:url(../images/checkmark.png);
}
ul.bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	text-align: left;
	list-style:url(../images/bullet.png);
}
li {
	margin-bottom: 5px;
}
a:link {
	font-weight: bold;
	color: #0066FF;
	
}
a:visited {
	font-weight: bold;
	color: #666666;
	
}
a:hover {
	color: #0099FF;
	text-decoration: underline;
}
a:active {
	color: #FF3300;
	
}
form {
	display: inline; 
}
.content_centered {position: relative; display: block; }
.content_justified {position: relative; display: none; }


