html,body,div,p,input,select,option,textarea {font: normal 13px serif; color: #000000;}
body {
	margin: 0px;
	padding: 5px;
	background-color: #620001; /*#FFA101;*/
	background-image: url(/img/background.jpg);
	background-repeat: repeat-x;
}
#page {width: 980px; margin: 0 auto; position: relative;background: #FFFFFF;}
#header {
  width: 100%;
  height: 160px;
}
#leftcol {
	float: left;
	width: 155px;
	height: 100%;
	margin-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.menuList{
	height: 25px;
}
.menuHeadText{
	font-size: 17px;
	padding-top:15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.contentHeadText{
	font-size: 25px;
	width: 975px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom:15px;
	margin-left:1px;
	margin-right:3px;
	padding-right:3px;
}
.leftmenu{
	font-size: 14px;
	padding-top:10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	text-decoration: none;
	padding-left: 10px;
}
.leftmenu a:link,a:active,a:visited,a:hover{
	text-decoration: none;	
}
#content {
  float: left;
  width: 969px;
  height: 100%;
}
#copyright {
	clear: left;
	width: 100%;
	height: 25px;
	background: #FFFFFF;
	text-align: center;
	color: #999999;
	padding-top: 15px;
}
.topNav a:link,a:active {color: #FFFFFF; text-decoration: none; border-bottom: 1px dotted #B30000;}
.topNav a:visited {color: #FFFFFF; text-decoration: none; border-bottom: 1px dotted #999;}	
.topNav a:hover {color: #FFFFFF; border-bottom: 1px solid #123974;}  /*#F0630D*/
a img {border-width: 0; border-style: none;}
.topNav
{
	background-color: #333;
	height:39px;
	border-bottom-width: 9px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	color: #FFF;
}

.diagram
{
	background-color: #FFFFFF;
	border: 1px solid #666666;
	height: 120px;
	width: 80px;
	padding: 5px;
	vertical-align:top;
}
.diagram2
{
	background-color: #EEEEEE;
	border: 1px solid #666666;
	height: 120px;
	width: 80px;
	padding: 5px;
	vertical-align:top;
}
.diagram3
{
	background-color: #999999;
	border: 1px solid #666666;
	height: 120px;
	width: 80px;
	padding: 5px;
	vertical-align:top;
}
.diagramNav
{
	background-color: #DDDDDD;
	border: 1px solid #999;
}
.diagramNav a:visited{text-decoration: none;color: #00F;}
.diagramNav a:link{text-decoration: none;color: #00F;}
.diagramNav a:active{text-decoration: none;color: #00F;}

.imgsqr {
	padding: 1px;
	border: 1px solid #CCCCCC;
}
.boxsqr {
	padding: 3px;
}
.theader {
	background-color: #555555;
	color:#FC0;
}
.tcontent {
	background-color: #FFFFFF;
}
.tcontent2 {
	background-color: #F4F4F4;
}
.tablePaging{
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #555555;
	text-align: center;
}
.header1 {
	color: #FFF;
}
.header1 .subheader1{
	color: #FFF;
	font-size: 28px;
	font-weight: bold;
}

.header1 .subheader2{
	color: #FFF;
	font-size: 18px;
}
.example{
	font-style: italic;
	padding-left: 10px;
	color: #F00;
}
