@charset "UTF-8";
body {
	color: #FFFFFF;/**/
	margin: 0px auto;
	padding: 0px;
	width:800px;
	/*background-color: #FFFFFF;*/
	background-color: #000000;
	/*background-color: #333333;*/
}
p {
	font-size: 0.75em;
	line-height: 1.5em;
}
#container {
	width: 800px;
	background-color: #587580;
}
#header {
	width: 800px;
	height: 485px;
}
#flashcontent {
	width: 800px;
}
.contents {
	width: 800px;
	float: left;
	background-image: url(../common_images/contentsline.gif);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
.content {
	width: 170px;
	float: left;/**/
	padding: 5px 15px;
	word-break:break-all;
}
.contentstitle {
	width: 790px;
	float: left;
	padding: 5px;
	background-color: #587580;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	
}
.cnt_title {
	font-size: 0.9em;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
}
#menu {
	width: 800px;
	background-color: #587580;
	float: left;
}
.menu_detail {
	font-size: 0.75em;
	padding: 5px;
	float: left;
}
.spacer_5 {
	margin: 5px auto;
}
.spacer_10 {
	margin: 10px auto;
}
#footer {
	width: 800px;
	float: left;
	background-image: url(../common_images/footer_1.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
img {
	border: none;
}
a:link {
	color: #FFFFFF;
	font-weight: bold;
}
a:visited {color: #CCCCCC;}
a:hover {color: #FF6600;}
a:active {color: #FFCC00;}

a.nav:link { color:#FFFFFF}
a.nav:visited { color:#CCCCCC}

a.impact:link {color: #660000;}
a.impact:visited {color: #333333;}
a.impact:hover {color: #CC0000;}
a.impact:active {color: #FF0000;}
.smaller{
	font-size: 0.8em;
}
.left {
	float: left;
	text_align: left;
}
.right {
	float: right;
	text-align: right;	
}