@charset "utf-8";
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	background-color: #E9E9E9;
	margin: 0px;
	height: 100%;
}
#wrapper {
	text-align: center;
}
#contentBOX {
	border: 1px solid #1E1E42;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 14px;
	margin-bottom: 14px;
}
#header_pic {
	background-image: url(../images/header_pic.jpg);
	height: 99px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}


#header {
	background-image: url(../images/header.jpg);
	height: 76px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	background-color: #FFCC00;
	background-image: url(../images/menu_back.jpg);
	background-repeat: repeat-x;
	height: 28px;
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	background-position: top;
	padding-left: 30px;
	text-align: left;
}
#content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
}

#footer {
	background-image: url(../images/footer_back.jpg);
	background-repeat: repeat-y;
	height: 34px;
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 0px;
	color: #FFFFFF;
	font-size: 10px;
}
#columnRIGHT {
	background-image: url(../images/right_back.jpg);
	background-repeat: repeat-y;
}
#box1 {
	background-image: url(../images/box_back.jpg);
	background-repeat: repeat-y;
}
#box2 {
	background-image: url(../images/box_back.jpg);
	background-repeat: repeat-y;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}
.heading2 {
	font-size: 14px;
	color: #990000;
	font-weight: bold;
}

.boxTITLE {
	font-size: 18px;
	color: #22214B;
	margin-left: 40px;
	margin-bottom: 12px;
}

.boxTEXT {
	font-size: 16px;
	color: #9a9a9a;
	margin-left: 26px;
	margin-top: 4px;
	margin-bottom: 4px;
	line-height: 20px;
}
.boxSmTEXT {
	font-size: 12px;
	line-height: 18px;
	color: #9a9a9a;
	margin-top: 4px;
	margin-right: 20px;
	margin-bottom: 6px;
	margin-left: 20px;
}
#box1  .boxTEXT a:link {
	font-size: 16px;
	color: #9a9a9a;
	text-decoration: none;
	padding: 2px;
}
#box1 .boxTEXT a:visited {
	font-size: 16px;
	color: #9a9a9a;
	text-decoration: none;
	padding: 2px;
}
#box1 .boxTEXT a:hover {
	font-size: 16px;
	color: #2D2D7B;
	text-decoration: none;
	background-color: #F2F2F4;
	padding: 2px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #4A497A;
}
#menu a:link {
	font-size: 14px;
	color: #2B2B61;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 8px 4px 8px;
	margin-right: 6px;
	margin-left: 6px;
}
#menu a:visited {
	font-size: 14px;
	color: #2B2B61;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 8px 4px 8px;
	margin-right: 6px;
	margin-left: 6px;
}
#menu a:hover {
	font-size: 14px;
	color: #2B2B61;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFD351;
	margin-right: 6px;
	margin-left: 6px;
	padding: 4px 8px 4px 8px;
}
.Header1 {
	font-size: 24px;
	color: #2c2f6d;
	margin-bottom: 6px;
	line-height: 24px;
}
#footer  a:link {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
}
#footer a:visited {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
    padding-right: 4px;
	padding-left: 4px;
}
#footer a:hover {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #31316F;
	padding-right: 4px;
	padding-left: 4px;
}
