* {
	margin: auto;
}
html {
}
body {
	font-size: 12px;
	font-family: helvetica, arial, verdana, sans-serif;	
	line-height: 1.6em;
	background-color: #249394; /*#ffe8f2;*/
	margin: 0;
}

.Container {
	text-align: center;
	clear: both;
	width: 100%;
	margin-top: 0;
	float: left;
}
.Content {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.Content h1 {
	font-size: 1.6em;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0em;
}
.Content h2 {
	margin-top: 1em;
	margin-bottom: 0em;
	font-size: 1.4em;
	font-weight: bold;
}
.Content h3 {
	margin-top: 1em;
	margin-bottom: 0em;
	font-size: 1.2em;
	font-weight: bold;
}
.Content h4 {
	margin-top: 1em;
	margin-bottom: 0em;
	font-size: 1.0em;
	font-weight: bold;
}
.Content p {
	margin-top: 1em;
	margin-bottom: 0em;
	font-family: georgia, times new roman, times, serif;	
}
.Content a {
	text-decoration: none;
}
.Content a img {
	border: none;
	margin: 0;
	padding: 0;
}

#WrapperHeader {
	background: #9d224c url(../images/design_header_bg_tile.png) repeat-x;
	height: 8em;
}
#WrapperLowerHeader {
	background-color: #bf3763;
}
#WrapperSplash {
	background-color: white;
}
#WrapperBody {
	background-color: #ffe8f2;
}
#WrapperFooter {
	background: #249394 url(../images/design_12.png) repeat-x;
	min-height: 2em;
	height:auto !important;
}

#HeaderContent {
	margin-top: 0.8em;
}
#HeaderContent #SiteName {
	line-height: 5em;
    display: block;
    float: left;
}
#HeaderContent #SiteName a h1 {
	display: inline;
	margin: 0em;
	padding: 0em;
	padding-left: 0.3em;
	text-transform: none;
	color: #fe79ab;
}
#HeaderContent #SiteName a img {
	vertical-align: middle;
}

#HeaderContent #NavBar {
	display: block;
	float: right;
	margin-top: 3em;
}
#HeaderContent #NavBar .navigationLink {
    float: left;
    /*font-size: 1em;*/
	line-height: 5em;
}
#HeaderContent #NavBar .navigationLink a {
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
    color: white;
	padding: 0.5em 0.7em 0.5em 0.7em;
}
#HeaderContent #NavBar .navigationLink a:hover {
	background-color: #bf3763;
	color: black;
}

#LowerHeaderContent {
	min-height: 0.8em;
	height:auto !important;
}
#LowerHeaderContent ul {
	margin-top: 0.4em;
	margin-bottom: 0.6em;
	list-style: none;
	float: right;
	display: block;
}
#LowerHeaderContent li {
	float: left;
	display: block;
	padding: 0em 0.7em 0em 0.7em;
}
#LowerHeaderContent li a {
    text-decoration: none;
	font-weight: bold;
    color: #FFE1B0;
}
#LowerHeaderContent li a:hover {
    border-bottom: thin dotted;
}

#SplashContent {
	margin-top: 2em;
	margin-bottom: 2em;
	line-height: 1.8em;
}
#SplashContent #SplashTable {
	font-size: 1.3em;
}
#SplashContent #SplashTable p {
	margin-top: 1em;
}
#SplashContent #SplashTable a {
	color: #9d224c;
	background-color: #FFE1B0;
	text-decoration: none;
	padding-left: 0.3em;
	padding-right: 0.3em;
}
#SplashContent #SplashTable a:hover {
	text-decoration: underline;
}

#BodyContent {
	min-height: 0.8em;
	height:auto !important;
	padding-top: 0.6em;
	margin-top: 0em;
	margin-bottom: 4em;
	width: 720px;
	font-size: 1.2em;
	line-height: 1.5em;
}

#FooterContent {
	height: 8em;
	margin-top: 0em;
	padding-top: 1em;
	width: 720px;
}
#FooterContent #Bookmark {
    display: block;
    float: left;
	line-height: 33px;
}
#FooterContent #Bookmark a h4 {
	display: inline;
	text-transform: none;
	color: #fe79ab;
}
#FooterContent #Bookmark a img {
	vertical-align: middle;
	margin-top: -0.5em;
}
#FooterContent #Copyright {
	margin-top: 2em;
	color: #176060;
	font-size: 0.9em;
}
#FooterContent #Copyright a {
	color: #176060;
	font-weight: bold;
}
#FooterContent #Copyright a:hover {
    border-bottom: thin dotted;
}
#FooterContent #Copyright p {
	margin-top: 0em;
	margin-bottom: 0em;
}

/* Breadcrumbs */
#Breadcrumbs {
	font-size: 0.9em;
}
/* end of Breadcrumbs */

#BodyContent .featureArticle {
margin-top: 15px;
    margin-bottom: 2em;
    clear: left;
}

#BodyContent .featureArticle p {
    margin-left: 112px;
}

#BodyContent .featureArticle h3 {
    margin: 0;
    padding: 0;
    margin-left: 76px;
}

#BodyContent .featureArticleImage {
    float: left;
    width: 100px;
    margin-right: 12px;
}



