/*Building Blocks*/

body {
	margin:0px auto;	
	text-align: center;
	background-color: #ffffff;
}

#mainContainer
{	
	width: 1000px;
	margin:0px auto;	
}

#logo
{
	height:138px;
	background-image: url(images/header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#bodyContentWrapper
{
	width:1000px;
	margin:0px auto;
}

#bodyContent
{
	float:left;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	padding: 10px 10px 20px 10px;
	width: 980px;
	color: #333333;
}

#body2
{
	float:right;
	padding: 0 0 0 10px;
	margin-left: 5px;
	border-left: solid #e8e8e8 1px;
	width: 760px;
}

#body2 img {
	margin-bottom: 10px;
}

#nav
{
	width:179px;
	padding: 10px;
	background-image: url(images/navBack.gif);
	background-repeat: repeat-x;
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	background-position: top left;
	background-color: #e7e7e6;
	line-height: 1.8em;
	text-align: left;
	border-bottom: solid #666666 1px;
}


#events
{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top: 15px;
}

#events li {
	list-style-type: square;
	font-size: 0.9em;
	line-height: 1.2em;
}
#events ul {
	color: #E94246;
	margin-left: 0;
    padding-left: 1em;
}

#endorsement
{
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: solid #e8e8e8 1px;
}

/*Building Blocks End*/

/*Text Styles*/

a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}

.callOutHead 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #636466;
}

.bodyPageHead 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #636466;
	font-weight: bold;
	margin-top: 10px;
}

#body2 a {
	text-decoration: underline;
}

#body2 a:hover {
	text-decoration: underline;
	color: #bf1316;
}

#nav a {
	color: #333333;
	text-decoration: none;
}

#nav a:hover {
	color: #bf1316;
	text-decoration: none;
}

#nav li {
	list-style-type: none;
	font-size: 0.6em;
	line-height: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-top: 5px;
}
#nav ul {
	color: #E94246;
	padding-left: 1em;
	margin: 0;
}

#nav li a {
	color: #bf1316;
	text-decoration: none;
}

#nav li a:hover {
	color: #333333;
	text-decoration: none;
}

.noBold
{
	font-weight: normal;
}

#indexInfo1 .noBold a {
	color: #FFFFFF;
	text-decoration: underline;
}

#indexInfo2 .noBold a {
	color: #FFFFFF;
	text-decoration: underline;
}

/*Text Styles End*/


/*IndexOnly*/

#indexBodyContent
{
	text-align:left;
	font-family:verdana;
	font-size:0.9em;
	width: 1000px;
	background-image: url(img/indexBodyBkg.jpg);
	background-repeat: no-repeat;
	height: 487px;
}

#indexBody1
{
	width:179px;
	text-align: center;
	float: left;
}

#indexBody2
{
	float:right;
	padding: 0 0 0 10px;
	margin-left: 5px;
	font-weight: bold;
	border-left: solid #e8e8e8 1px;
}

#indexBody3
{
	padding: 20px 0 0 0;
	border-left: solid #e8e8e8 1px;
	width: 750px;
}
#indexText 
{
	text-align: left;
	padding: 10px 0 0 15px;
	color: #430209;
}
#indexHeadCall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
	font-weight: bold;
	height: 30px;
	background-color: #e0e5e9;
	border: solid #d3dbe0 2px;
	padding: 8px 0 0 0;
	text-align: center;
	margin-bottom: 10px;
}

#indexFooter
{
	height:70px;
	text-align:left;
	font-family:verdana;
	padding: 20px 0 0 0;
	float: left;
	width: 1000px;
	border-top: solid #ee3a42 3px;
	font-size: 0.75em;
	margin-top: 20px;
	line-height: 1.75em;
}

#indexInfo1
{
	width: 351px;
	height: 197px;
	background-image: url(images/indexInfo1.gif);
	float: left;
	margin-right: 10px;
	padding: 10px;
	color: #ffffff;
}

#indexInfo2
{
	width: 351px;
	height: 197px;
	background-image: url(images/indexInfo2.gif);
	float: left;
	padding: 10px;
	color: #ffffff;
}

.indexInfoHead
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #e0e5e9;
}

/*IndexOnlyEnd*/

