* {
  margin: 0;
  padding: 0;
}

body {
  margin: 10px 0px 0px 0px;
  padding: 0;
  background-color: #FFFFFF;
  color: #000000;
  font-family: verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  text-align: center;
}

#wrapper {
  position: relative;
  text-align: left;
  width: 930px;
  margin-right: auto;
  margin-left: auto;
}

#header {
  height: 110px;
}

#nav {
	position:absolute;
	width:780px;
	height: 20px;
	right: 10px;
	top: 74px;
	text-align:right;
	color:#ffffff;
	font-weight:bold;
}

#welcome {
	position:absolute;
	width:300px;
	height: 20px;
	right: 5px;
	top: 5px;
	text-align:right;
	color:#ffffff;
	font-weight:bold;
	font-style:italic;
}

#memberAdminLinks {
	position: absolute;
	width: 250px;
	height: 20px;
	left: 145px;
	top: 45px;
	color: #1B3863;
}

#main {
  position: relative;
  width: 100%;
  background-image: url(images/indexBackground.jpg);
  background-repeat: repeat-y;
}

#indexImage {
	float: left;
	width: 375px;
	background-color:#1B3863;
	background-image: url(images/indexImage.jpg);
	background-repeat: no-repeat;
}

#content {
	float: left;
	width: 340px;
	margin: 0px 0px 10px 10px;
    line-height: 1.6em;
}

#extras {
	float: right;
	width: 180px;
	margin: 10px 5px 10px 0px;
	font-size:10px;
}

#lowerNav {
  width:100%;	
  color: #1B3863;
  font-size: 80%;
  padding: 0px 0px 0px 88px;
  text-align: center;
  background-image: url(images/indexBackground.jpg);
  background-repeat: repeat-y;
}

#footer {
  border-top: 2px solid #1B3863;
  background-color: #ffffff;
  color: #1B3863;
  font-size: 90%;
  margin-top:5px;
  padding: 0.2em 10px 0.2em 0;
  text-align: right;
  font-weight:bold;
}

.welcomeText {
	font-family: Arial, sans-serif;
	font-size:12px;
	color:#ffffff;
	font-weight:normal;
	font-style: none;
	margin:10px 10px 0px 10px;
}

.copyright {
	font-family: Arial, sans-serif;
	font-size:9px;
	font-weight:normal;
	line-height:20px;
}

a.cmwd{
	color: #1B3863;
	text-decoration:none
}

a.cmwd:hover{
	text-decoration:underline;
}

.clear {
	height:1px;
	clear:both;
}

.error {
	color:#ff0000;
}

h1 {
  font-size: 150%;
  font-weight: normal;
  padding-bottom: 0.4em;
  color: #5a3811; 
}

h4 {
  font-size: 110%;
  font-weight: bold;
  color:#1B3863;
}

h5 {
  font-size: 1.1em;
  font-weight: bold;
}

.textBold {
  font-weight: bold;
}

p {
  line-height: 1.6em; 
} 

#extras .box {
  padding: 0 10px 2em 0;
}

#extras h4 {
  font-size: 110%;
  font-weight: bold;
  color:#1B3863;
}

#extras h5 {
  font-size: 1.1em;
  font-weight: bold;
}
#extras .box p {
  margin-left:5px;
}

#extras a {
  color:#666666;
}

#extras a:hover {
  text-decoration:none;
  color:#1B3863;
}

#memberAdminLinks a {
  color:#1B3863;
}

#memberAdminLinks a:hover {
  text-decoration:none;
}

a.footer {
  color:#1B3863;
}

a.footer:hover {
  text-decoration:none;
}	

a.links {
	color:#1B3863;
}	

a.links:hover {
	text-decoration: none;
}	

a.welcomeLinks {
	color:#ffffff;
}	

a.welcomeLinks:hover {
	text-decoration: none;
}	
		
