/* CSS Document */

body {
	padding: 0;
	margin: 0;
	font: 11px Verdana, Arial; /* CMS Font */
	line-height: 16px;
	background: #666666; /* CMS Background Color */
	color: #000000; /* CMS Font Color */
}
td {
	font: 11px Verdana, Arial; /* CMS Font */
}
a {
	color: #003399; /* CMS Link Font Color */
	text-decoration: none; /* CMS Link Text Decoration */
}
a:hover {
	color: #999999; /* CMS Link Hover Font Color */
	text-decoration: underline; /* CMS Link Hover Text Decoration */
}
a.topmenu {
	color: #FFFFFF; /* CMS Top Menu Link Font Color */
	text-decoration: none; /* CMS Top Menu Link Text Decoration */
}
a.topmenu:hover {
	color: #000000; /* CMS Top Menu Link Hover Font Color */
	text-decoration: none; /* CMS Top Menu Link Text Decoration */
}
#topheader {
	height: 100px;
	background: #293B6E; /* CMS Header Background Color */
}
#topheadertable {
	height: 100px; /* CMS Header Height */
}
#leftcontentbox {
	width: 180px;
}
#rightcontenttd{
	border-left: 1px solid #999999;
	background: #FFFFFF; /* CMS Content Background Color */
}
#outermaincontent {
	height: 100%;
	widows: 100%;
}
#menubox {
	height: 25px;
}
#manuboxcell {
	background: #FF9000; /* CMS Top Menu Background Color */
	font: bold 12px Verdana, Arial; /* CMS Top Menu Font */
}
#lefttopbox {
	background: #293B6E; /* CMS Left Top Area, Should be the same with CMS Header Background Color */
	height: 50px;
	width: 180px;
}
#navigationbox {
	padding: 10px 0px 10px 10px;
	margin: 0;
	border-bottom: 20px solid #999999;
	background: #F4F4F4; /* CMS Left Menu Background Color */
}
#leftnavigation {
	border-bottom: 1px solid #CCCCCC;
	border-left: 6px solid #FF9000;
	padding: 5px 0px 5px 6px;
	font: 11px Verdana, Arial; /* CMS Left Menu Font */
	margin-bottom: 6px;
}
#maincontenttopheader {
	background-image: url(images/main_bg.gif);
	height: 24px;
}
#maincontenttopheader p{
	padding: 0px 0px 0px 15px;
	font: bold 12px Verdana, Arial; /* CMS Top Title Font */
	color: #344D93; /* CMS Top Title Font Color */
}	
#maincontenttopheaderspacer {
	height: 26px;
}
#titlecontent {
	width: 600px;
}
#titlecontent p{
	padding-left: 15px;
	margin: 0;
}
#contentarea p{
	font: 11px Verdana, Arial;
	padding: 0px 0px 0px 15px;
}
#titlesectionbox {
	font: 11px Verdana, Arial;
	font-weight: bold; /* CMS Content Title Font Weight */
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
	margin-left: 15px;
	margin-right: 15px;
}
#formtable {
	margin-left: 15px;
}
input, select {
	border: 1px solid #999999;
	font: 11px Verdana, Arial;
	color: #333333;
	padding: 3px;
	background: #FFFFFF;
}
textarea {
	width: 98%;
	border: 1px solid #999999;
	font: 11px Verdana, Arial;
	color: #333333;
	padding: 3px;
}
#formsectiontitle {
	font: 11px Verdana, Arial;
	border-bottom: 1px solid #CCCCCC;
}
#footertable {
	background: #FF9000; /* CMS Footer Background Color */
	height: 25px;
	padding-left: 15px;
	font: 10px Verdana, Arial; /* CMS Footer Font */
	color: #000000;
}
.isitable{
	margin-left: auto;
    margin-right: auto;
	width:95%;
}