body {
	background: url(../images/background.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
  	background-color: #ababab;
  	padding: 0;
  	margin: 0;
 	font-family: arial;
 	font-size: 12px;
 	}
 	  	
#masthead {
 	width: 865px;
 	}
 	
#logo {
 	float: left;
 	}
 	
#constitution {
 	float: right;
 	}
 	
#mainarea {
  	width: 865px;
 	}
 
#navbar {
 	float: left;
 	background-color: #446481;
 	width: 140px;
 	}
 
#navbutton {
 	margin: 5px 0 0 11px;
	background-color: #7c93a7;
	width: 116px;
 	}

#cursor {
 	margin: 5px 0 0 11px;
	background-color: #680a20;
	width: 116px;
 	}

#navbutton a {
 	padding: 5px;
 	display: block;
	color: white;
	text-decoration: none;
	font-size: 10px;
	}
	
#cursor a {
 	padding: 5px;
 	display: block;
	color: white;
	text-decoration: none;
	font-size: 10px;
	}
	
#navbutton a:hover {
	background-color: #680a20
	}
	
#contentwrapper {
	float: right;
	width: 720px;
	}
	
#contentwrapper a {
	color: #680a20;
	font-weight: bold;
	}

#contentwrapper li {
	margin-bottom: 10px;
	}
	
#content {
	padding: 0 55px 0 45px;
	}

#primarycontent {
	width: 450px;
	float: left;
	font-family: georgia, times;
	color: #333;
	}

#textbox {
	float: left;
	border-right-width: 5px;
	border-top-width: 0px;
	border-bottom-width: 5px;
	border-left-width: 0px;
	border-style: solid;
	border-color: transparent;
	width: 50%;
}

#textboxcontent {
	background-color: #d0e1eb;
	border: 5px;
	border-style: solid;
	border-color: transparent;
	font-size: 12px;
	font-family: georgia, times;
	color: #333;
}

#textboxtitle {
	font-family: verdana;
	font-weight: bold;
	color: #2b4e72;
	border-width: 5px;
	border-color: transparent;
	border-style: solid;
	width: 50%;
	text-align: center;
}
	
#sidebar {
	width: 140px;
	float: right;
	}
	
#sidebarcontent {
	background-color: #d0e1eb;
	padding: 10px;
	}


#callout {
	border: 1px dotted 446481;
	background-color: #eddcc3;
	padding: 20px;
	}
	
h1 {
	font-family: verdana;
	font-size: 18px;
	color: #2b4e72;
	}
	
h2 {
	font-family: verdana;
	font-size: 12px;
	color: #2b4e72;
	}

#tabular td {
	border: 1px solid #ccc;
	}
	
#tabular td {
	font-size: 12px;
	}
	
