* {
	padding: 0px;
	margin: 0px;
}


body {
	background-color: #002A5C;
	background-image: url(../imgs/png/bodyBG.png);
	background-repeat: no-repeat;
	background-position: center top;
	width:1000px;
	margin:0px auto 0px auto;
}

/* Top Teaser */

#topTeaser {
	width: 100%;
	height: 50px;
	padding: 0px;
	margin: 0px;
}

#topTeaser p {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 50px;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	padding: 0px;	
}


/* Header */

#header {
	float: left;
	width: 100%;
	height: 203px;
	padding: 0px;
	margin: 0px;
}


/* Page Content */

#pageContainer {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}


/* Top Content */

#topContent {
	float: left;
	width: 959px;
	min-height: 334px;
	margin: 0px 0px 10px;
	padding: 0px;
}


/* Left Image */

#imageLeft {
	float: left;
	width: 79px;
	height: 318px;
	padding: 0px;
	margin: 0px;
	background-color: #036;
	background-image: url(../imgs/png/imageLeft.png);
	background-repeat: no-repeat;
	background-position: left top;
}


/* Left Navigation */

#leftNav {
	float: left;
	width: 280px;
	height: 318px;
	padding: 0px;
	margin: 0px;
	background-color: #036;
	background-image: url(../imgs/png/leftNav.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#leftNav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	line-height: 28px;
	margin: 0px 0px 12px;
	padding: 0px 0px 0px 10px;
	width: 179px;
	display: block;
	background-color: #002051;
	border-right: 18px solid #9EBAEC;
}

#leftNav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	line-height: 28px;
	margin: 0px 0px 12px;
	padding: 0px 0px 0px 10px;
	width: 179px;
	display: block;
	background-color: #002051;
	border-right: 18px solid #9EBAEC;
}

#leftNav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FEF00B;
	line-height: 28px;
	margin: 0px 0px 12px;
	padding: 0px 0px 0px 10px;
	width: 179px;
	display: block;
	background-color: #002051;
	border-right: 18px solid #FEF00B;
}




/* Alternative Left Navigation */

#leftNavAlternative {
	float: left;
	width: 240px;
	height: 318px;
	padding: 0px;
	margin: 0px;
	background-color: #036;
	background-image: url(../imgs/png/leftNavAlternative.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#leftNavAlternative a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	line-height: 28px;
	margin: 0px 0px 12px;
	padding: 0px 0px 0px 10px;
	width: 179px;
	display: block;
	background-color: #002051;
	border-right: 18px solid #9EBAEC;
}

#leftNavAlternative a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	line-height: 28px;
	margin: 0px 0px 12px;
	padding: 0px 0px 0px 10px;
	width: 179px;
	display: block;
	background-color: #002051;
	border-right: 18px solid #9EBAEC;
}

#leftNavAlternative a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FEF00B;
	line-height: 28px;
	margin: 0px 0px 12px;
	padding: 0px 0px 0px 10px;
	width: 179px;
	display: block;
	background-color: #002051;
	border-right: 18px solid #FEF00B;
}


/* Right Content */

#rightContainer {
	float: left;
	width: 600px;
	height: 334px;
	padding: 0px;
	margin: 0px;
	background-color: #036;
	background-image: url(../imgs/png/centerImage.png);
	background-repeat: no-repeat;
	background-position: left top;
}


/* Alternate Right Container*/

#rightContainerAlternate {
	float: left;
	width: 640px;
	min-height: 338px;
	padding: 0px;
	margin: 0px;
	background-color: #A8C8F7;
	background-image: url(../imgs/png/centerImageAlternative.png);
	background-repeat: no-repeat;
	background-position: left top;
}


#rightContainerAlternate h2 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	background-color: #002051;
}


#rightContainerAlternate h3 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding: 10px 0px 0px 5px;
}

#rightContainerAlternate p {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	font-weight: normal;
	color: #000;
	margin: 10px;
	padding: 10px;
}

#rightContainerAlternate a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #000;
	margin: 0px;
	padding: 0px;
	font-variant: small-caps;
	text-decoration: underline;
}

#rightContainerAlternate a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #000;
	margin: 0px;
	padding: 0px;
	font-variant: small-caps;
	text-decoration: underline;
}

#rightContainerAlternate a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #FFF00A;
	margin: 0px;
	padding: 0px;
	font-variant: small-caps;
	text-decoration: none;
}

#rightContainerAlternate ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	margin: 5px 0px;
	padding: 5px 0px;
}

#rightContainerAlternate li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	font-weight: normal;
	color: #000;
	list-style-position: inside;
	list-style-type: disc;
	margin: 0px 5px;
	padding: 0px 5px;
}


/* Large Breakers */

#largeBreaker {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}


/* Small Breakers */

#smallBreaker {
	float: left;
	width: 33%;
	padding: 0px;
	margin: 0px;
}


#smallBreakerTitle {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding: 10px 0px 0px 5px;
}

#smallBreaker p {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	font-weight: normal;
	color: #000;
	margin: 10px;
	padding: 10px;
}

#smallBreaker ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	margin: 5px 0px;
	padding: 5px 0px;
}

#smallBreaker li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	font-weight: normal;
	color: #000;
	list-style-position: inside;
	list-style-type: disc;
	margin: 0px 5px;
	padding: 0px 5px;
}




/* Center Content */

#centerContent {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#centerContent h2 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #FFF;
	margin: 5px 0px 5px 5px;
	padding: 5px 0px 5px 5px;
	
}

#centerContent p {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #FFF;
	margin: 5px 25px 5px 8px;
	padding: 5px 25px 5px 8px;
}


/* Bottom Content */

#footer {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 25px 0px 0px;
	border-top: 1px dashed #036;
}

#footer p {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}

#footer a {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	font-variant: small-caps;
	text-decoration: underline;
}

#footer a:visited {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	font-variant: small-caps;
	text-decoration: underline;
}

#footer a:hover {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #FEF00B;
	margin: 0px;
	padding: 0px;
	font-variant: small-caps;
	text-decoration: none;
}


/* Reusables */

#clearAll {
	float: left;
	width: 100%;
	height: 4px;
	padding: 0px;
	margin: 0px;
}

.floatLeft {
	float: left;
	padding: 0px 10px 0px 10px;
	margin: 0px;
}

.floatRight {
	float: right;
	padding: 0px 10px 0px 10px;
	margin: 0px;
}


a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

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

a:active {
	text-decoration: none;
}

