body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: rgb(2, 56, 103) url(images/bg.jpg) no-repeat fixed center top;
	margin: 16px 0;
	padding: 0;
	text-align: center;
	color: #333;
}
#container {
	width: 960px;
	background: #fff url(images/bg_container_interior.jpg) repeat-x left 150px;
	margin: 0 auto;
	border: 1px solid #333;
	-moz-box-shadow: 0px 5px 15px #333;
	-webkit-box-shadow: 0px 5px 15px #333;
	text-align: left;
}
#header {
	width: 960px;
	height: 150px;
	background: #ffffff url(images/header_interior.jpg) no-repeat center center;
	padding: 0;
	margin: 0;
}

#mainContent {
	font: 110% "proxima-nova-condensed-1","proxima-nova-condensed-2", Verdana, Arial, Helvetica, sans-serif;
	padding: 0 20px;
}
#mainContent h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-left: 24px;
}
#mainContent h1, h2, h3 {
	letter-spacing: .15em;
	word-spacing: .1em;
	font-weight: 900;
}
#mainContent p {
	margin: 1em 60px;
	line-height: 150%;
}
#mainContent ul li {
	margin-left: 72px;
	list-style: url(images/bullet.gif);
}
#mainContent a:link {
	color: #213875;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px dotted #213875;
}
#mainContent a:visited {
	color: green;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px dotted green;
}
#mainContent a:hover, #mainContent a:focus {
	color: #0068b3;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px dotted #0068b3;
}
#mainContent a:active {
	color: #213875;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px dotted #213875;
}
#mainContent .registrationforms {
	padding: 4px 6px;
	background-color: #fff;
	border: 1px solid #ccc;
		border-radius: 10px; 
		-moz-border-radius: 10px; 
		-webkit-border-radius: 10px; 
		-khtml-border-radius: 10px;	
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
}
#mainContent .registrationforms #officeuse {
	font-size: 80%;
	margin: 1em;
	padding: 0;
	border: 1px dotted black;
}
#mainContent .registrationforms #officeuse p {
	margin: .25em 1em;
}
#footer {
	padding: 0 10px;
	background: #213875 url(images/bg_footer.jpg) repeat-x left top;
	text-align: center;
	color: #fff;
	font-size: 11px;
}
#footer p {
	margin: 0;
	padding: 0;
}
#footer #linkwrapper {
	background: #213875;
	margin: 0 auto 12px auto;
}
	
#footer #col1 {
	float: left;
	text-align: left;
	width: 200px;
	margin-left: 12px;
	padding-right: 24px;
	background: #213875;
	line-height: 150%;
}
#footer #col2 {
	float: left;
	text-align: left;
	width: 200px;
	padding-right: 24px;
	background: #213875;
	line-height: 150%;
}
#footer #col3 {
	float: left;
	text-align: left;
	width: 200px;
	padding-right: 24px;
	background: #213875;
	line-height: 150%;
}
#footer #col4 {
	float: left;
	text-align: left;
	width: 200px;
	background: #213875;
	line-height: 150%;
}
#footer a {
	color: yellow;
	text-decoration: none;
	border-bottom: 1px dotted yellow;
}
#footer a:hover, #footer a:focus {
	color: white;
	text-decoration: none;
	border-bottom: 1px dotted white;
}
.smaller {
	font-size: 85%;
}
.larger {
	font-size: 120%;
}
.caption {
	line-height: 100%;
	font-size: 85%;
	font-style: italic;
}
.imgright {
	float: right;
	margin: 1em 36px 1em 24px;
	text-align: center;
	line-height: 100%;
	font-size: 85%;
	font-style: italic;
}
.imgright img {
	border: 1px solid #ccc;
	margin-bottom: 3px;
}

