/************************************Body and Wrapper************************************/

body {
background-color: #ffffcd; 
background-image: url("images/background.gif");
margin: 0;
padding: 0;
}

#wrapper {
margin: 0 auto;
width: 900px;
padding: 0;
text-align: left;
}

/************************************Top Piece************************************/

#top {
background: url(images/bgtop.png) top center no-repeat; 
width: 900px;
height: 78px;
}

/************************************Content another wrapper that holds all the content************************************/

#content {
background: url(images/bgmiddle.png) center repeat-y; 
width: 860px;
height: 100%;
padding: 0px 20px 100px 20px;
}

/************************************All the content************************************/

#header {
background: url(images/header.png) top center no-repeat; 
width: 860px;
height: 166px;
margin: 0px 0px 10px 0px;
}
/************************************Menu************************************/
#menu {
width: 187px;
height: 100%;
margin: 0px;
float: left;
text-align: left;
}

#menu li a {
height: 26px;
voice-family: "\"}\""; 
voice-family: inherit;
height: 26px;
text-decoration: none;
text-align: left;
}	
	
#menu li a:link, #menu li a:visited {
color: #0A2441;
display: block;
background:  url(images/off.png);
padding: 4px 0 0 20px;
height: 26px;
text-align: left;
}
	
#menu li a:hover {
color: #ffffff;
background:  url(images/on.png);
padding: 4px 0 0 20px;
height: 26px;
text-align: left;
}

h1 {
font-family: 'Times New Roman', serif;
font-size:26pt;
font-weight: bold;
color:#000066;
font-style: italic;
}

h2 {
font-family: 'Times New Roman', serif;
font-size:26pt;
font-weight: bold;
color:#000066;
font-style: italic;
}

ul {
list-style: none;
margin: 0;
padding: 0;
text-align: left;
}

#stuff {
width: 600px;
margin: 0px 0px 0px 210px;
}

img {
border: none;
} 

/************************************Bottom************************************/

#bottom {
background: url(images/bgbottom.png) bottom center no-repeat; 
width: 900px;
height: 78px;
}

/* Sample PopBox CSS Classes */
/* PopBox.js, Copyright (c) 2007, C6 Software, Inc. (http://www.c6software.com/)*/

.PopBoxImageSmall
{
	border: none 0px #ffffff;
	cursor: url("images/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
	border: solid 1px #999999;
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageShrink
{
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
}
.PopBoxImageMove
{
	border: none 0px #ffffff;
	cursor: pointer;
}

