@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	background-color: #fff;
	color: #00F;
	width: 90%;
	border: medium none #000;
	margin-left: 5%;
	text-align: center;
	background-image: url(../images/background.gif);
	background-repeat: repeat;
	background-position: center center;
}
#content {
	background-color: #DDDFE5;
}


a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #FFF;
}
#content #bodyMain #body2ColLeft ul {
	text-align: left;
}

#content #bodyMain #body2ColRight ul {
	text-align: left;
}


#content #bodyMain {
	border: thin none #000;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #DDDFE5;
}

#content #footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	clear: right;
	font-size: 0.7em;
}

#header #nav-text {
	color: #00F;
	text-align: center;
	padding-bottom: 3px;
}
#header {
	background-color: #FF7A22;
	padding-top: 10px;
}



#header #nav-text a {
	font-size: .8em;
	font-weight: bold;
	text-decoration: none;
}

#bodyLeftNav {
	float: left;
	width: 17%;
	position: relative;
}

#content #bodyLeftNav p {
	text-align: left;
	font-size: medium;
	font-weight: bold;
	color: #333;
	text-indent: 10px;
}

#content #bodyLeftNav table {
	background-color: #000;
	text-align: left;
	margin-left: 20px;
	color: #000;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: x-small;
}

#content #bodyLeftNav table tr {
	background-color: #DDD;
}

#content #bodyLeftNav table tr td a {
	color: #000;
	text-decoration: none;
}

#content #bodyLeftNav table tr td a:hover {
	color: #FFF;
	background-color: #000;
}

#bodyRightMain {
	float: right;
	width: 78%;
	text-align: left;
	font-size: 0.9em;
	font-style: normal;
	padding-right: 8px;
}

#body2ColLeft {
	float: left;
	width: 48%;
	margin-left: 5px;
}

#body2ColRight {
	float: right;
	width: 48%;
	margin-right: 5px;
}
.calTbl {
	text-align: left;
	font-size: smaller;
}
.mcTxt {
	font-size: 2em;
	color: #C00;
}

.txt-1 {
	font-size: 0.95em;
}

#content #bodyRightMain #bodyMainColLeft {
	float: left;
	width: 48%;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000;
}

#content #bodyRightMain #bodyMainColRight {
	float: right;
	width: 48%;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000;
}

.txtpls1 {
	font-size: 1.1em;
}

#content #footer {
	float: none;
	color: #00F;
}
#content #footer a:hover {
	background-color: #FFF;
	color: #000;
}


#content #body2ColLeft p {
	text-align: left;
}

#content #body2ColRight p {
	text-align: justify;
}

#content #bodyLower {
	clear: both;
}

