body {
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #627CA3;
	background-color: #EEE8E1;
	background-repeat:repeat-x;
}

#mainContainer {
	width: 960px;
	margin: 0 auto;
	background-image:url(../Images/backRightColumn.gif);
	background-repeat:repeat-y;
	background-position:right;
}

#topContainer {
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	padding: 0;
	top: 0;
	left: 0;
}

#header a {
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#email {
	position: absolute;
	top: 35px;
	left: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

a.email {
	color: #627CA3;
}

#logo {
	float:right;
}

#navigation {
	position: absolute;
	left: 190px;
	font-size: 13px;
	font-weight: bold;
}

#navigation a {
	padding:0px 10px 0px 10px;
	color: #EEE8E1;
}

#selectedNavigation {
	color: #F2C08A;
}

#leftColumn {
	width: 200px;
	height: 200px;
	text-align: left;
	float:left;
}

#leftColumn img {
	width: 200px;
}

#centerColumn {
	width: 350px;
	font-size: 13px;
	line-height: 26px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	float:left;
	padding: 30px 0px 0px 30px;
}

#centerColumn a {
	color: #475E9F;
}

#centerColumn a:visited {
	color: #627CA3;
}

h1 {
	font-size: 22px;
	font-weight:bold;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:50px;
}

#subTitle {
	font-weight:bold;
}

#firstParagraph {
	font-size: 14px;
}

#rightColumn {
	float:right;
	width: 210px;
	padding: 30px 10px 10px 30px;
	font-size: 12px;
	line-height: 24px;
}

#rightColumn h2 {
	font-size: 12px;
	font-weight:bold;
	color:#FFFFFF;
}

#rightColumn a {
	color: #475E9F;
	text-decoration:none;
}

#rightColumn a:hover {
	text-decoration:underline;
}

#rightColumn a:visited {
	color: #627CA3;
}

#footer {
	clear:both;
	width:960px;
	text-align:center;
	padding-top:30px;
	font-size: 10px;
	line-height: 20px;
}
