/* CSS Document */


body {
	font-family: sans-serif;
	background-color: E6E5E5;
	margin: auto;
}
div {
	width: 700px;
	background-color: #FFF;
}
#wrapper {
	background-color: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	height: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 10px;
	overflow: hidden;
	width: 700px;
}
.logo {
	float: left;
	text-align: left;
	vertical-align: top;
	height: 180px;
	padding-left: 5px;
	width: 298px;
	background-color: #FFF;
	margin-top: 0px;
}
.menu_top {
	padding-top: 130px;
	padding-bottom: 10px;
	width: 395px;
	height: 40px;
	float: right;
	text-align: right;
	vertical-align: bottom;
	background-color: #FFF;
	margin-top: 0px;
}
a.menu, a.menu:visited {
	font-weight: bold;
	color: #dd2f26;
	text-decoration: none;
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 9px;
	padding-bottom: 9px;
	height: 20px;
	font-size: 18px;
}
a.menu:hover, a.menuselect {
	color: #000000;
	background-color: #FFF;
	border-bottom-style: none;
	padding-bottom: 10px;
}
a.menuselect {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 9px;
	padding-bottom: 9px;
	height: 20px;
	font-size: 18px;
	padding-bottom: 10px;
}
.menu_sub {
	background-color: #CCCCCC;
	text-indent: 20px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	width: 698px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.menu_sub a:link, .menu_sub a:visited, .current_sub {
	color: #000000;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 3px;
}
.menu_sub a:hover, .current_sub {
	color: #000000;
	background-color: #FFFFFF;
	border-bottom-style: none;
	padding-bottom: 10px;
}
.main_body {
	width: 698px;
}
.main_content {
	float: left;
	font-size: 12px;
	color: #000000;
	line-height: 24px;
	background-color: #FFF;
}
.no_col {
	font-size: 12px;
	color: #000000;
	line-height: 24px;
/*
	border: thin solid #000000;
*/
	width: 100%;
	clear: both;
	padding: 5px;
	width: 650px;
	background-color: #FFF;
	text-align: left;
	padding: 15px;
	margin-left: 15px;
}
.no_col p {
	padding-left: 20px;
	text-align: justify;
}
#sass {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.rightcol {
	width: 430px;
	float: left;
	padding: 5px;
	text-align: left;
	margin: 15px;
}
.leftcol {
	float: right;
	width: 210px;
	color: #333333;
	text-align: center;
	margin-right: 5px;
	padding-right: 0px;
	background-image: url(images/left_top.jpg);
	background-repeat: no-repeat;
	background-color: #CCCCCC;
}
.leftcol_bottom {
	float: right;
	width: 210px;
	background-color: #FFF;
	background-image: url(images/left_bottom.jpg);
	background-repeate: no-repeat;
	background-align: top;
	margin: 0px;
	height: 20px;
}
.footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #CCCCCC;
	clear: both;
	color: #FFFFFF;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-indent: 10px;
	height: 18px;
	text-align: left;
}
.footer a:link, .footer a:visited {
	color: #FFFFFF;
}
.footer a:hover {
	color: #CCCCCC;
}
.contentL, .contentR {
	width: 48%;
}
.contentL {
	float: left;
}
.contentR {
	float: right;
}
.colhead {
	font-size: 18px;
}
.name {
	font-weight: bold;
}
.textarea {
	position: relative;
	z-index: 1;
	left: 235px;
}
.platform_header {
	background-color: #dd2f26;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-indent: 20px;
	width: 650px;
}