html {
}

body { 
	background: #B6CDC7;
	background-repeat: repeat-y;
	background-position: center center;
	margin: 0px;
	font-family: Arial;
    color: #000000;
}

form { 
	padding: 0px;
	margin: 0px;
}

a{
	font-family:Arial;
	font-weight: regular;
	text-decoration: none;
        color: #721a0c;
}


a:hover{
	font-family: Arial;
	font-weight: regular;
        color: #721a0c;
	text-decoration: underline;
}

input, textarea, select, radio {
	font-family: Arial;
	font-size: 11px;
	border: 1px solid #E5E5E5;
	background-color: #F9F9F9;
	padding: 1px;
	color: #000000;
	overflow: auto;
}


h1 {
	font-family: Arial;
	color: #721a0c;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: Arial;
	color: #136082;
	text-decoration: none;
	font-size: 11px;
        font-weight: bold;
	margin: 0px;
	padding: 0px;
}


#header {
	float: left;
	height: 17px;
	width: 900px;
	padding: 63px 0px 0px 0px;
	border: 0px solid #000000;
	font-size: 9px;
	color: #000000;
	text-align: center;
}

#site {
	float: left;
	width: 900px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #000000;
        position: absolute;
	left: 50%;
	margin-left: -450px;
}

#header a{
	font-size: 10px;
	color: #000000;
	text-align: center;
	text-decoration: none;
}

#header a:hover{
	font-size: 10px;
	color: #000000;
	text-align: center;
	text-decoration: underline;
}


#navigation {
	float: left;
	height: 20px;
	width: 900px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #000000;
	background-color: #136082;
        font-size: 11px;
}


#frame{
    float: left;
    width: 900px;
    min-height: 400;
	height:auto !important;
 	height: 400;
 	border: 0px solid #000000;
 	background-color: #18769f;
}


#sidebar {
	float: left;
	height: 100%;
	width: 150px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #000000;
	background-color: #18769f;
	min-height: 400px;
 	height:auto !important;
 	height: 400px;
 	color: #ffffff;
}

.sidebarText{
 	font-family: Arial;
	font-weight: regular;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	padding: 5px 0px 0px 5px;
	font-weight: regular;
}

.sidebarText a{
 	font-weight: regular;
	color: #ffffff;
	text-decoration: none;
}

.sidebarText a:hover{
	font-weight: regular;
	color: #ffffff;
	text-decoration: underline;
}

#yellowTitle{
 	font-family: Arial;
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	background-color: #136082;
	padding: 3px 0px 0px 0px;
	height: 18px;
	width: 100%;
	text-align: center;
	font-weight: bold;
}

#yellowTitle a{
 	font-family: Arial;
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

#yellowTitle a:hover{
 	font-family: Arial;
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

#content {
	float: left;
	height: 100%;
	width: 710px;
	padding: 20px 20px 20px 20px;
	border: 0px solid #000000;
	background-color: #ffffff;
	min-height: 400px;
 	height:auto !important;
 	height: 400px;
        font-family: Arial;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}


#contentLeft {
	float: left;
	height: 100%;
	width: 700px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #000000;
	background-color: #ffffff;
	min-height: 400px;
 	height:auto !important;
 	height: 400px;
}

#content1 {
	float: left;
	height: 100%;
	width: 700px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #000000;
	background-color: #ffffff;
	min-height: 400px;
 	height:auto !important;
 	height: 400px;
}


#contentSpacer {
	float: left;
	height: 100%;
	width: 20px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #000000;
	background-color: #ffffff;
	min-height: 400px;
 	height:auto !important;
 	height: 400px;
}


#contentBox {
	float: left;
	height: 100%;
	width: 186px;
	padding: 0px 0px 0px 0px;
	border: 2px solid #999999;
	background-color: #ffffff;
	min-height: 186px;
 	height:auto !important;
 	height: 180px;
        font-family: Arial;
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}

#boxTitle {
        font-family: Arial;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	background-color: #721a0c;
	padding: 3px 0px 0px 10px;
	height: 18px;
	width: 176;
	font-weight: bold;
}
