@charset "utf-8";
*{margin:0;padding:0}
html, body {
height: 100%;
margin: 0 0 1px;
padding: 0;
}body {
	background-attachment: fixed;
	background-image: url(../images/bodyBack.jpg);
	background-repeat: repeat-x;
	background-color: #6b696a;
	font-family: Arial, Helvetica, sans-serif;
}


#accountsetup {
	background-color: #94C1d1;
	color:#324145;
	border: thin solid #24343A;	
	
}

#indexPage, #aboutPage, #linksPage, #helpPage, #contactPage, #ddwebPage, #accountPage, #privacyPage, #termsPage, #downloadsPage {
	height: auto;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFFFFF;
}

#form {
	
}

#headerBar {
	background: url(../images/headerBar.jpg) no-repeat;
	height: 48px;
	width: 820px;
}
#headerBar #logo {
	position: absolute;
	z-index: 5;
	left: 0;
	top: 0;
}


#headerImage {
	background: url(../images/headerImage.jpg);
	height: 292px;
	width: 820px;
	position: relative;
}
#mission {
	position: relative;
	width: 460px;
	top: 55px;
	left: 20px;
}
#mission h3 {
	color: #FFFFFF;
	padding-bottom: .5em;
}
#mission p {
	font-size: 12px;
	color: #333333;
}

#topNavBar {
	list-style-type: none;
	font-size: 12px;
	font-weight: normal;
	position: relative;
	top: 27px;
	left: 290px;
	width: 600px;
	z-index: 5;
}
#topNavBar li {
	display: inline;
	padding: .3em;
}
#topNavBar a {
	color: #FFFFFF;
	text-decoration: none;
}
#topNavBar a:Hover {
	color: #459FC1;
	text-decoration: none;
}
#bottomNavBar {
	height: 174px;
	width: 820px;
	position: relative;
	top: -33px;
}
#contentAreas {
	margin-top: -33px;
}
#contentAreas #areaOne h2 {
	font-size: 16px;
	background-color: #BBD9E4;
	padding: 0.5em;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #302F2D;
	border-bottom-color: #2F2F2D;
}

#contentAreas #areaOne h3 {
	font-size: 13px;
	background-color: #BBD9E4;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #302F2D;
	border-bottom-color: #2F2F2D;
	padding-top: 0.4em;
	padding-right: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 1.4em;
}
#contentAreas #areaTwo h2  {
	color: #333333;
	position: relative;
	font-weight: bolder;
	font-size: 16px;
	background-color: #BBD9E4;
	padding: 0.5em;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #302F2D;
	border-bottom-color: #2F2F2D;
}
#contentAreas #areaThree h2 {
	margin-top: 20px;
	position: relative;
	background-color: #42413F;
	color: #FFFFFF;
	font-size: 16px;
	padding: 0.5em;
}
#linksPage  #contentAreas  #areaOne  h3 {
	background-color: #42413f;
	padding: 0.5em;
}
#linksPage #contentAreas #areaOne h2 {
	color: #BBD6E1;
}




#contentAreas p {
	font-size: 14px;
	position: relative;
	padding: 2em;
}
#linksPage #contentAreas #areaOne #linkText {
	margin-bottom: .8em;
}



#contentAreas #areaOne {
	width: 50%;
	background-color: #FFFFFF;
	height: 100%;
	float: left;
}
#aboutPage #contentAreas #areaOne,  #linksPage #contentAreas #areaOne, #helpPage #contentAreas #areaOne, #contactPage #contentAreas #areaOne, #ddwebPage #contentAreas #areaOne, #accountPage #contentAreas #areaOne, #privacyPage #contentAreas #areaOne, #termsPage #contentAreas #areaOne, #downloadsPage #contentAreas #areaOne{
	width: 100%;
	padding-bottom: 0.5em;
}

#helpPage #contentAreas #areaOne #helpLinks {
	position: relative;
	background-position: left top;
	width: 500px;
	height: 205px;
}
#contactPage #contentAreas #areaOne .darkGray {
	margin-bottom: -33px;
}
#contactPage #contentAreas #areaOne {
	margin-bottom: -20px;
}
#helpPage #contentAreas #areaOne {
	margin-bottom: -33px;
}


#helpPage #contentAreas #areaOne #supportLink {
	position: relative;
	left: 180px;
	top: -250px;
}




#contentAreas #areaOne .darkGray img {
	float: left;
	margin-right: 1em;
}


#contentAreas #areaTwo
{
	width: 50%;
	background-color: #FFFFFF;
	height: 100%;
	float: left;
}
#contentAreas #areaThree {
	clear: both;
}
#contentAreas #areaTwo ul,  #contentAreas #areaThree ul{
	font-size: 12px;
	margin-left: 40px;
	margin-top: -20px;
}
#contactPage #contentAreas #areaOne #emailLinks {
	position: absolute;
	top: 700px;
}

#footer p {
	font-size: 12px;
	position: relative;
	top: 25px;
	text-align: center;
	color: #FFFFFF;
}

#adBar {
	position: relative;
	height: 43px;
	width: 820px;
	clear: both;
	top: 30px;
	background-color: #BBD9E4;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2F2F2D;
}



#footer {
	background: url(../images/footer.jpg) repeat-x;
	height: 98px;
	position: relative;
	top: 30px;
}
.lightGray {
	color: #666666;
}
#mersLink {
	cursor: pointer;
}
#mersLink:Hover {
    color: #459FC1;
	cursor: pointer;
}

.darkGray { color: #5c5c59; }
.red {
	color: #7a3a39;
}
.blue {
	color: #3b849f;
}

.black{
	font-size:large
}
.lightred{
	font-size:large;
	color:#F00;
}

.lightBlue {
	color: #75BECD;
}

.white {
	color: #FFFFFF;
}


strong {
	font-size: 12px;
}
#aboutPage #contentAreas #areaOne {
	padding-bottom: 1em;
}
#ddwebPage #contentAreas #areaOne #list {
	font-size: 10px;
	margin-left: 50px;
}
#form {
	padding-left: 100px;
	position: relative;
}
