@charset "utf-8";
/* formatting style
-----------------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #666666;
	background-color: #006699;
	background-image: url(img/bg.gif);
	background-repeat: repeat;
	font-size: 75%;
	line-height: 1.6;
	font-family: sans-serif;
}
hr {
	display: none;
	border-width: 0px;
}

/* link styles
-----------------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #0099FF;
	text-decoration: underline;
}
a:visited {
	color: #0099FF;
	text-decoration: underline;
}
a:hover {
	color: #FF3300;
	text-decoration: none;
}
a:active {
	color: #FF9900;
	text-decoration: none;
}
h1 {
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px auto;
	padding: 2px;
	width: 858px;
}

/* basic layout
-----------------------------------------------*/#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 858px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
}
#main {
	padding: 15px;
	float: right;
	width: 573px;
	margin-bottom: 20px;
}
#sidebar {
	padding: 15px;
	float: left;
	width: 225px;
	margin-bottom: 20px;
}
#footer {
	padding: 15px 15px 0px;
	clear: both;
	color: #FFFFFF;
	background-color: #000000;
}
/* header style
-----------------------------------------------*/#header {
	background-image: url(img/top_photo.jpg);
	background-repeat: no-repeat;
	height: 285px;
	border-top: 5px solid #333333;
	position: relative;
}
#header #logo {
	position: absolute;
	left: 15px;
	top: 15px;
}
#header ul {
	background-color: #FFFFFF;
	width: 858px;
	position: absolute;
	top: 250px;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	line-height: 2.5em;
	color: #666666;
	text-decoration: none;
	background-color: #CCCCCC;
	height: 2.5em;
	width: 170px;
	border-top: 3px solid #333333;
	border-bottom: 1px double #333333;
	border-left: 2px solid #FFFFFF;
	text-align: center;
	display: block;
}
#header ul li a:hover {
	background-color: #0099FF;
	color: #FFFFFF;
}

#header  ul  li#nHome   a {
	border-left-style: none;
	border-left-width: 0px;
}
/* sidebar styles
-----------------------------------------------*/
#sidebar h2 {
	margin-bottom: 15px;
	margin-top: 15px;
}
#sidebar a {
	margin-left: 10px;
	line-height: 1.8;
	padding: 0px;
}

#sidebar ul li {
	list-style: none;
}

/* main styles
-----------------------------------------------*/
#main h2 {
	margin-bottom: 30px;
	margin-top: 15px;
}
#main h3 {
	background-color: #CCCCCC;
	padding: 5px;
	border: 1px solid #666666;
	font-size: small;
	color: #000000;
}

#main dl#news dt {
	margin: 0px 0px 10px;
	clear: left;
	float: left;
	width: 5em;
	padding-left: 15px;
	font-weight: bold;
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#main dl#news dd {
	margin: 0px 0px 10px 5px;
}





#main ul li {
	list-style: none;
}
#main ul li a {
	margin-left: 15px;
}
/* footer styles
-----------------------------------------------*/
#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #00CC99;
	text-decoration:none;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #00CCCC;
}
#footer ul li {
	display: inline;
	margin-right: 15px;
	list-style: none;
}
#footer p {
	margin: 0px;
	float: right;
}
/* comments styles
-----------------------------------------------*/
#comment dl dt a {
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#comment dl dt {
	clear: both;
	margin-right: 20px;
}
#comment dl dd {
	padding-bottom: 50px;
}
/* type styles
-----------------------------------------------*/
#main div.type {
	float: left;
	width: 120px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#main div.type h3 {
	margin: 10px 0px 5px;
}
#main div.type h3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.2;
	font-weight: bold;
	display: block;
	padding-left: 7px;
	border-left: 3px solid #033361;
}
#main div.type img {
	border: 2px dotted #0066CC;
}
#main div.type p {
	font-size: xx-small;
}
#main div.order h3 {
	font-size: small;
	color: #000000;
	background-color: #C4FFFF;
	border: 1px dotted #003366;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 15px;
}
#main div.order ul li {
	list-style: circle outside;
	line-height: 2;
	font-weight: bold;
	color: #003366;
	margin-left: 30px;
}
#main div.order dl dt {
	list-style: none outside;
	font-weight: bold;
	text-transform: none;
	color: #003366;
	padding: 5px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
#main div.order dl dd {
	font-weight: bold;
	padding: 5px;
}
#main div.boards h3 {
	font-size: small;
	font-weight: bold;
	color: #000000;
	line-height: 2;
	background-color: #C8F4FF;
	margin-top: 20px;
	margin-bottom: 10px;
	border: 1px dotted #003366;
	padding: 5px;
}
#main div.boards h4 {
	background-color: #E8E8E8;
	padding: 5px;
	border: 2px dotted #333333;
	font-size: small;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 10px;
}
#main div.boards img {
	margin-bottom: 15px;
}





.floatLeft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.comment {
	margin-bottom: 30px;
	clear: both;
}
.comment img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	clear: both;
}
.comment  h4 {
	font-size: small;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
