* {margin: 0; padding: 0;}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFCC66;
	font-size: 62%;
}



/* links */
a {
	text-decoration: none;
	color: #444;
}
a:hover {
	color: #006699;
	text-decoration: underline;
}

h1 {
	font-size: 1.1em;
	color: #2743A4;
	font-weight: bold;
}


h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #2743A4;
	height: 20px;
	padding-top: 25px;
	padding-left: 10px;
	letter-spacing: 0.5em;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	font-style: italic;
	margin-bottom: 50px;
}


h3 {
	font-size: 1em;
	font-weight: bolder;
	color: #2743A4;
	height: 30px;
	margin-right: 5px;
	letter-spacing: 0.1em;
	border: 1px dashed #CCCCCC;
	text-align: left;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
}
h4 {
	font-size: 1em;
	font-weight: bolder;
	color: #2743A4;
	height: 30px;
	width: 430px;
	margin-top: 5px;
	letter-spacing: 0.2em;
	text-align: left;
}
h5 {
	font-size: 5em;
	font-weight: bolder;
	color: #444;
	height: 30px;
	width: 380px;
	letter-spacing: 0.2em;
	text-align: right;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	border: 1px dotted #FE7723;
	padding-bottom: 10px;
	padding-right: 5px;
}
h6 {
	font-size: 0.65em;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
h7 {
	font-size: 0.70em;
	font-weight: bolder;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#container {
	width: 770px;
	font-size: 1.4em;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
	color: #444;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

#header {
	background-image: url(image/head.jpg);
	height: 215px;
	width: 770px;
	background-repeat: no-repeat;
}

#content {
	padding-top: 5px;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 30px;
	float: left;
	background-color: #FFFFFF;
}

#content_top {
	height: 20px;
}
#main {
	list-style-type: none;
	float: right;
	width: 450px;
	padding-left: 25px;
	background-color: #FFFFFF;
}
#menuleft {
	margin-bottom: 15px;
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 10px;
	float: left;
	margin-top: 15px;
}

#navsubbox 
{
	list-style-type: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 5px;
	float: left;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
}
#navcontainer  {
	list-style-type: none;
	background-image: url(image/nav.jpg);
	font-weight: bold;
	width: 770px;
	height: 25px;
	padding-top: 10px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 0.90em;
	font-style: normal;
	text-indent: 24em;
	margin: 0px;
	text-transform: uppercase;
}


li {
	display: inline;
	padding-right: 0px;
	padding-left: 0px;
	color: #FFFFFF;
}

li a
{
	text-decoration: none;
	padding-top: 0.2em;
	padding-right: 2.1em;
	padding-bottom: 0.2em;
	padding-left: 0.1em;
	color: #FFFFFF;
}

li a:hover
{
	color: #FF4143;
	text-decoration: none;
}

.navcontainer {
	width: 200px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.navcontainer   ul
{
	list-style-type: none;
}
.navcontainer   a
{
	display: block;
	width: 196px;
	border-bottom: 1px solid #bac5d9;
	padding-top: 13px;
	padding-right: 5px;
	padding-bottom: 13px;
	padding-left: 5px;
	color: #4888d0;
	font-weight: bold;
	font-size: 0.90em;
}
.navcontainer   a:link, #navlist   a:visited
{
	font-weight: bold;
	text-decoration: none;
}
.navcontainer   a:hover
{
	color: #FFFFFF;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #2743A4;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2743A4;
	background-color: #A3A6AF;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
	line-height: 1.4em;
	font-size: 0.90em;
}
.list {
	color: #6682A7;
	font-size: 1em;
	font-weight: bold;
	padding: 5px;
	height: 50px;
 }  
img.float-left {
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
	
}
.clear {
	clear: both;
	background-color: #009966;
}

#footer {
	background-color: #999999;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #4888d0;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	clear: both;
	font-size: 1em;
	text-align: center;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 13px;
	padding-left: 8px;
	line-height: 1.3em;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

