p, h1, h2, h3 {
	margin: 0;
	padding: 0;
}

body {
	padding: 0;
	margin: 0 0 20px 0;
	background: #D3D3D3 url(images/layout_bg.gif) repeat;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
}

a {
	color: #4A6CB4;
	font-weight: bold;
}

a:hover {
	color: #777777;
	text-decoration: none;
}



#container {
	margin: 30px auto 0 auto;
	border: 2px solid #000000;
	width: 760px;
	text-align: left;
	background: #FFFFFF;
}



#header {
	border-bottom: 2px solid #000000;
	height: 165px;
}



#footer {
	border-top: 2px solid #000000;
	height: 35px;
}



#menu {
	width: 130px;
	float: left;
	padding: 10px 0 10px 15px;
}

#menu h1 {
	margin: 0 0 0.6em 0;
	color: #4A6CB4;
	border-bottom: 1px solid #4A6CB4;	
	letter-spacing: 0.1em; 
	text-transform: uppercase;
	font: 100 100% 'Times New Roman';
	font-weight: bold;
}

#menu p {
	font-size: 85%;
	margin: 0 0 0.9em 0;
}

#menu a {
	text-decoration: none;
	color: #757575;
}

#menu a:hover {
	text-decoration: underline;
	color: #4A6CB4;
}



#content {
	width: 580px;
	padding: 10px 15px 10px 10px;
	margin-left: 150px;
}


#trail {
	color: #777777;
	border-bottom: 1px solid #777777;
	margin-bottom: 10px;
	margin: 0 0 0.6em 0;
	letter-spacing: 0.1em; 
	text-transform: uppercase;
	font: 100 100% 'Times New Roman';
}
#trail a {
	color: #777777;
	text-decoration: none;
}
#trail a:hover {
	color: #777777;
	text-decoration: underline;
}


#content h1 {
	margin: 0 0 0.2em 0;
	font: 100 145% 'Times New Roman';
	letter-spacing: 0.1em; 
	text-transform: uppercase;
	color: #4A6CB4;	
}
#content h2 {
	font-size: 120%;
	margin: 0 0 0.2em 0;
	color: #707070;
	font-style: italic;
	font-weight: normal; 
	letter-spacing: 0.1em; 
}
#content h3 {
	font-size: 120%;
	margin: 0 0 0.2em 0;
	color: #4A6CB4;
	font-style: italic;
	font-weight: normal; 
	letter-spacing: 0.1em; 	
	
}
#content h4 {
	font-size: 85%;
	margin: -0.2em 0 0.4em 0;
	color: #808080;
	font-style: italic;
	font-weight: bold;
}

#content p {
	margin: 0 0 1.2em 0;
	line-height: 160%;
	color: #111111;
	font-size: 95%;
}

#menu .special {
	color: #4A6CB4;
	font-weight: bold;
	font-style: italic;
}

#content .special {
	color: #4A6CB4;
	font-weight: bold;
	font-style: italic;
}

#content .title {
	color: #4A6CB4;
	font-weight: bold;
	font-style: italic;
}

ol, ul {
	margin-top: 15px;
	margin-bottom: 25px;
}

li {
	margin: 0 0 0.7em 0;
	font-size: 90%;
}

.sbox {
	margin: 20px;
	padding: 8px 10px 0 10px;
	border-top: 3px solid #d0d0d0;
	border-bottom: 3px solid #d0d0d0;
}

#hplquote {
	padding: 15px 10px 0 0;
	color: #707070;
	font-style: italic;
	line-height: 130%;
}

.imageright {
	float: right;
	padding: 3px;
	border: 1px solid #aaaaaa;
	margin: 5px 0 10px 15px;
}

.imagestyle {
	padding: 3px;
	border: 1px solid #aaaaaa;
	margin: 5px;
}

table {
	margin-bottom: 15px;
}

pre {
	font-size: 100%;
	background: #F0F0F0;
	padding: 10px;
}