
/**************************************************/
/*                                   Body and Wrapper                             */
/**************************************************/

body {
background: #0066CC url(../images/back.gif) top center repeat-x; 
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

#wrapper {
margin: 0 auto;
width: 800px;
padding: 0;
text-align: left;
}

/*-- GENERAL DECLARATIONS --------------*/

*{
	margin: 0;
	padding: 0;
	}
	
a:link, a:visited {
	color:#0066CC;
	text-decoration:underline;
	}

a:hover {
	color:#3399FF;
	text-decoration:none;
	}
	
dl {
	margin: 0 0 10px;
	}
	
dt {
	font-weight: bold;
	}

dd 
	{
	margin:0 0 3px 10px;
	}

p {
	margin: 0 0 10px;
	}
	
h1 {
	font-size:16px;
	margin: 0 0 10px;
	color:#000099;
	}
	
h2 {
	font-size: 14px;
	margin: 0 0 10px;
	color:#000099;
	}

h3 {
	font-size: 10px;
	margin: 0 0 10px;
	}

hr {
	color:#000066;
	width:90%;
	height:1px;
	}

blockquote {
	margin: 0 25px 20px 25px;
	font-style:italic;
	background-color:#CCFFFF;
	}



/**************************************************/
/*                                       Top Piece                                        */
/**************************************************/

#top {
background: url(../images/checkered_header.gif) top center no-repeat; 
width: 800px;
height: 78px;
}

/**************************************************/
/*                                       Content                                             
another wrapper that holds all the content                              */
/**************************************************/

#content {
background: url(../images/bgmiddle.gif) center repeat-y; 
width: 766px;
height: 100%;
padding: 0px 17px 0px 17px;
min-height: 100%;
}

/**************************************************/
/*                          Inner Content     All the content                                        */
/**************************************************/

#header {
background: url(../images/header.jpg) top center no-repeat; 
width: 746px;
height: 106px;
margin: 0px 0px 10px 0px;
padding: 60px 0px 0px 20px;
color: white;
}
/*                    Menu                   */
#menu {
width: 130px;
height: 100%;
margin: 10px 4px 0 10px;
float: left;
text-align: left;
clear:right;
}

#menu li a {
height: 37px;
voice-family: "\"}\""; 
voice-family: inherit;
height: 29px;
text-decoration: none;
text-align: left;
}	
	
#menu li a:link, #menu li a:visited {
color: navy;
display: block;
background:  url(../images/off.gif) top center no-repeat;
padding: 8px 0 0 10px;
height: 29px;
text-align: left;
}
	
#menu li a:hover {
color: blue;
background:  url(../images/on.gif) top center no-repeat;
padding: 8px 0 0 10px;
height: 29px;
text-align: left;
}	

ul {
list-style: none;
margin: 0;
padding: 0;
text-align: left;
}

/************* Use this Margin When Menu is used *******************/
#pageContent {
background:  url(../images/texttop.gif) top left repeat-x;
width: 600px;
margin: 6px 0px 0px 150px;
padding-top: 30px;
padding-bottom:60px;
vertical-align:top;
}

#pageContent ul {
	margin: 4px 10px 20px 20px;
	list-style: square;
	padding-left:20px;
	}

#pageContent li {
	margin-bottom:5px;
	}

#main {
	width:336px;
	}

#secondary {
	float: right;
	width: 240px;
	padding: 10px 8px 8px 10px;
	background-color:#CCFFFF;
	}
	
img.parts {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #000066;
	padding: 10px;
	} 

img {
border: none;
} 



/**************************************************/
/*                                       Bottom                                             */
/**************************************************/

#bottom {
background: url(../images/checkered_footer.gif) top center no-repeat; 
width: 800px;
height: 50px;
}

