body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-image: url(/images/int-bg-page.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	margin: 0px;
	background-color: #0457A3;
	color: #333333;
}
div { position:relative; }
h2,h3 {
	margin-bottom: 0.5em;
	font-size: 1.5em;
	margin-top: 0em;
}

p {
	margin-bottom: 1.25em;
	margin-top: 0em;
	line-height: 1.25em;
}

a { color: #0456A0; 
}
a:hover {
	text-decoration: none;
	color: #000000;
}
ul {
	margin-top: 0em;
	margin-bottom: 1em;
	margin-left: 0em;
	padding-left: 1em;
}
li { margin-left: 0em; }
form { margin: 0em; }
form#contactForm label {
	display: block;
	color: #666;
	font-size: .9em;
	width: 250px;
}
form#contactForm  input, form#contactForm textarea {
	width: 250px;
	margin-bottom: 1em;
	display: block;
}
blockquote {
	padding-left: 1em;
	margin: 0em;
	padding-right: 1em;
	font-weight: bold;
}





div#wrapper {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right: 40px;
	text-align: left;
	font-size: 1.4em;
}

h1#pageTitle {
	background-image: url(images/int-bg-header.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 132px;
	width: 560px;
	margin: 0px auto;
}
h1#pageTitle span  {
	display: none;
	margin: 0px;
}
div#mainMenu {
	margin-bottom: 20px;
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #232E61;
	text-align:center;
}

div#mainMenu  a {
	display: inline-block;
	text-decoration: none;
	color: #232E61;
	padding: 0px 15px;
}
div#mainMenu a:hover{
	color: #B2CDF8;
	background-color: #232E61;
	border: none;
}
div#mainMenu a.selected {
	color: #B2CDF8;
	background-color: #0456A0;
	border: none;
}
#contentArea {
	width: 520px;
	float: right;
	text-align: left;
	position: relative;
}

#sidebar {
	width: 220px;
	float: left;
	text-align: left;
	font-size: .9em;
}
#sidebar h2 {
	margin-bottom: 0em;
	font-size: 1.4em;
}
#sidebar h3 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: 1.1em;
}
#extraInfo {
	font-size: 0.8em;
	width: 220px;
	padding-left: 20px;
	border-left: 1px dashed;
	border-color: #6C8DA2;
	margin-left: 20px;
	right: 0px;
	top: 0px;
	float: right;
	text-align:left;
}
#extraInfo  h3 {
	margin-top: 0em;
	margin-bottom: 0em;
	font-size: 1.1em;
}
#extraInfo  h2 {
	margin-bottom: .5em;
	font-size: 1.4em;
	border-bottom: 1px solid;
}

div#copyright {
	font-size: 10px;
	color: #232E61;
	border-top: 1px solid;
	padding-top: 5px;
	border-color: #232E61;
	margin-top: 20px;
	clear: both;
	text-align:center;
}
div#copyright a{ color:#0456A0; 
}
#homeImage {
	background-image: url(/images/intro-graphic.jpg);
	background-repeat: no-repeat;
	background-position: center -15px;
	height: 200px;
}
#homeImage p { display: none; }

#blogHeader
{
	color:#232E61;
	text-align:center;
	padding-top:.5em;
	padding-bottom:0.5em;
	margin-top:1em;
	margin-bottom:1em;
	background-color: #88B4F4;
}
#blogHeader h2 {
	margin: 0em;
	line-height: 2em;
}

#blogHeader a 
{ color: #232E61; 
}

#blogContent
{
	
}


.hidden {
	display: none;
}
