html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}
#container {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	margin: 5px auto;
	width: 850px;
}
#nav ul {
	list-style-type: none;
	padding: 10px 5px;
	border-top: 2px solid #171896;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-color: #171896;
	border-left-color: #171896;
	border-bottom: 2px solid #171896;
	margin-top: 10px;
}
#nav ul li {
	line-height: 120%;
	padding-top: 7px;
	padding-bottom: 3px;
	display: block;
	border-bottom: 1px solid #CCCCCC;
}
#nav ul li a:link, #nav ul li a:visited {
	color: #333333;
	display: block;
	text-decoration: none;
}
#nav ul li a:hover, #nav ul li a:focus {
	color: #003399;
	background: #FFFFFF;
}

body {
	background: url(image/back_body.gif) repeat-x;
}
*html #content {
	heigt: 500px;
}
#header {
	height: 85px;
	border-bottom: 1px solid #CCCCCC;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
h1 {
	font: normal 170% Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}

#nav {
	width: 150px;
	margin-top: 5px;
	float: left;
	font: normal 75% Tahoma, Geneva, sans-serif;
}
#content {
	margin: 0px 0px 0px 150px;
	padding: 70px 70px 20px;
	border-left: 1px solid #CCCCCC;
	min-height:400px;
	height: auto !important;
	height: 400px;
	font: 0.9em/130% Georgia, "Times New Roman", Times, serif;
}
#content a {
	text-decoration: none;
}

#footer {
	padding: 3px 5px 2px;
	height: 17px;
	font: 0.8em Calibri, Arial, sans-serif;
	background: #F2F4F3;
	border-top: 1px solid #999999;
}
.bottomline {
	font: normal 90% "Trebuchet MS", Verdana, Arial;
	padding-top: 10px;
	border-top: 1px dotted #999999;
	color: #990000;
}
.endLink {
	font-weight: bold;
	margin-top: 10px;
	border-bottom-style: none;
}
.tagline {
	font: 110% "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #333333;
}
#content h2 {
	font: normal 130% Georgia, "Times New Roman", Times, serif;
}
#content ul {
	margin-top: 10px;
	margin-left: 20px;
}
#content ul {
	margin: 5px 0px 5px 20px;
	padding: 0px;
}
#bottomword {
	background: bottom;
	margin: 0px 0px 0px 150px;
	padding: 0px 40px 20px;
	border-left: 1px solid #CCCCCC;
}
.p-space {
	margin-bottom: 5px;
}
