body {
	font-size: 75%;
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	line-height: 1.5;
	/*\*/
	letter-spacing: 0.1em;
	/**/
	text-align: center;
	background-color: #FFFFFF;
	color: #000000;
	margin: 10px;
	padding: 0px;
	
}
#wrapper {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
}
#header {
	background-color: #FFFFFF;
	height: 35px;
}

#container {
	background-color: #FFFFFF;
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#content {
	width: 100%;
	background-color: #FFFFFF;
}
#col1 {
	width: 590px;
	margin-left: 5px;
}
#col2 {
	width: 590px;
	margin-left: 5px;
	margin-top: 13px;
	margin-bottom: 20px;
}
#col3 {
	width: 590px;
	margin-top: 5px;
	margin-left: 5px;
}


#nav {
	width: 700px;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}


#nav li {
	margin: 12px;
	padding: 0px;
	float: left;
	width: auto;
}
#nav a {
	text-align: center;
}

#footer {
	text-align: left;
	background-color: #FFFFFF;
	height: 20px;
	clear: both;
}
#footer p {
	color: #666666;
	font-size: 80%;
}
h1 {
	font-size: 120%;
	color: #003366;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: normal;
}



h2 {
	font-size: 110%;
	color: #333333;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
h3 {
	font-size: 100%;
	font-weight: normal;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}


img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #00F;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00F;
}
a:visited {
	color: #936;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #936;
}
a:active, a:hover {
	color: #936;
	text-decoration: none;
	background-color: #FFCCFF;
}
