@charset "utf-8";

p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #e5e5e5;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-size: 14px;
}
html {
	height: 100%;
}

img {
border: none;
}

li {
list-style:none;
}

.box ul {
	padding-left:2em;
}
.box li {
	list-style:circle;
	margin:.4em 0;
	line-height:1.1em;
}

#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: solid 1px #CCCCCC;
}
#header {
	width:780px;
	height:119px;
	clear:both;
}

#header a {
	margin: 0px;
	padding: 0px;
}	

#content_left {
	width: 160px;
	float: left;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 10px;
	display: inline;
}

#content_left h5 {
	display: block;
	height: 40px;
	margin-bottom: 10px;
}
#content_left h5 a:link {
	color: #000000;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	background-color: #ffffff;
	display: block;
	height: 26px;
	padding-top: 12px;
	padding-left: 5px;
	border: 1px solid #cccccc;
}
#content_left h5 a:visited {
	color: #000000;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	display: block;
	height: 26px;
	padding-top: 12px;
	padding-left: 5px;
	border: 1px solid #cccccc;
	background-repeat: no-repeat;
	background-color: white;
	background-position: 10px center;
}
#content_left h5 a:hover {
	color: blue;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	background-color: #ffffff;
	display: block;
	height: 26px;
	padding-top: 12px;
	padding-left: 5px;
	border: 1px solid #cccccc;
	background-repeat: no-repeat;
	background-color: #FF9966;
	background-position: 10px center;
}
#content_left h5 a:active {
	color: #000000;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	background-color: #ffffff;
	display: block;
	height: 26px;
	padding-top: 12px;
	padding-left: 5px;
	border: 1px solid #cccccc;
	background-repeat: no-repeat;
	background-color: #FF9966;
	background-position: 10px center;
}

#content_right {
	float: right;
	width: 160px;
	height: 100%;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 0px;
	display: inline;
}
#content_right .box {
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
#content_right .box p {
	font-size: 11px;
	padding: 5px;
	line-height: 15px;
}
#content_center a:link {
	color: #000000;
	text-decoration: underline;
	font-size: 14px;
	font-weight: normal;
}
#content_center a:visited {
	color: #000000;
	text-decoration: underline;
	font-size: 14px;
	font-weight: normal;
}
#content_center a:hover {
	color: #000000;
	text-decoration: underline;
}
#content_center a:active {
	color: #000000;
	text-decoration: underline;
}

#content_center {
	width: 580px;
	margin-top: 10px;
	background-color: #f5f5f5;
	margin-right: 15px;
	margin-left: auto;
	border: 1px solid #cccccc;
}
#content_center h6 {
	font-size: 20px;
	font-weight: bold;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF9933;
	margin-bottom: 10px;
	background-color: #ffffff;
	background-image: url(images/h6.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#container #content_center h2 {
	font-size: 18px;
	font-weight: bold;
}


#content_center .box {
	height: 100%;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;

}

#content_center h3 {
	font-size: 14px;
	font-weight: bold;
	color: #313131;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #ffd700;
	margin-bottom: 5px;
}

#content_center h4 {
	font-size: 14px;
	font-weight: bold;
	color: #313131;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffd700;
	margin-bottom: 5px;
}

#content_center img {
	float: left;
	margin-right: 10px;
}
#content_center p {
	font-size: 15px;
	color: #000000;
	line-height: 15px;
	margin-bottom: 20px;
	margin-left: 15px;
}

#footer {
	clear: both;
	width: 100%;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	height: 25px;
	background-color: #a0a0a0;
	padding-top: 5px;
}

#footer a{
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover {
	color: #333333;
	text-decoration: underline;
	font-weight: normal;
}
.clear {
	clear: both;
}
table {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-collapse: collapse;
	background:#FFFFFF;
	border: 1;
}
td,th {
	padding: 5px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border: 1;
}
th {
	background-color: #fff;
	text-align: center;

}
table .bold {
	font-weight: bold;
}

table .pro {
	border-collapse: collapse;
	text-align: center;
	font-size: 9px;
	background-color: #CC0000;
}
#container #content_center .box .submission {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-left: 5px;
	font-weight: bold;
	background-color: #E7E7E7;
	padding-top: 3px;
	padding-right: 2px;
	margin-top: 2px;
	margin-right: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #999999;
}

