@charset "utf-8";
/* CSS Document */

A:link {text-decoration: none; color: #333;}
A:visited {text-decoration: none; color: #333;}
A:active {text-decoration: none; color: #333;}
A:hover {text-decoration: underline; color: #333;}

body {
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
#overall_id {
	width: 800px;
	height: auto;
	float: left;
	height: auto;
}
#header_id {
	width: 775px;
	height: 100px;
	background-image: url(images/site/top.png);
	background-repeat: no-repeat;
	float: left;
}
#menu_id {
	background-image: url(images/site/mid.png);
	background-repeat: repeat-y;
	width: 775px;
	float: left;
	clear: left;
	padding: 0px 0px 0px 0px;
}
#content_id {
	background-image:url(images/site/mid.png);
	background-repeat:repeat-y;
	width: 775px;
	float: left;
	padding: 0px 0px 0px 0px;
	clear: left;
	height: auto;
}
#footer_id {
	background-image: url(images/site/bot.png);
	background-repeat: no-repeat;
	width: 775px;
	height: 50px;
	float: left;
	clear: left;
	font-size: 9px;
}
#innercontent_id {
	background-repeat: repeat-y;
	background-image: url(images/CodifyAssets/menubar_horizontal_700_tile1.png);
}
#title_id {
	font-size: 18px;
	margin-left: 15px;
	margin-right: 15px;
}
#bodytext_id {
	font-size: 14px;
	margin-left: 15px;
	margin-right: 15px;
}
#option_id {
	background-image: url(images/site/650x150background.png);
	background-repeat: no-repeat;
	width: 680px;
	height: 180px;
	float: left;
	clear: left;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	color: #333;
}
#aaa_id {
	background-image: url(images/site/200x150background.png);
	background-repeat: no-repeat;
	width: 220px;
	height: 180px;
	float: left;
	clear: left;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	color: #333;
}
#headerfont_id {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: oblique;
}
#quicklink_id {
	float: left;
	margin: 5px;
}