body {
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
#content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	width:775px;
	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: 20px;
	line-height: 20px;
	color: #222222;
	font-weight: bold;
	padding: 0px; 
	margin: 0px; 
	text-align: left;
}

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;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-align: left;
}
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;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	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;
}
li {
	margin-bottom: 5px;
}
a:link {
	/*font-weight: bold;*/
	color: #0066FF;
}
p .a:link {
	/*font-weight: bold;*/
	color: #0066FF;
	text-decoration: underline;
}
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; }
div#popInLink {
	cursor:pointer;
	text-decoration:underline;
	color:#0066FF;
	font-size:14px;
}
