* {
	padding : 0;
	margin : 0;
}
body {
	font-family : Arial, Helvetica, sans-serif;
	color :  #666666;
	font-size : 12px;
}
img {
	padding : 3px;
	border : 1px solid #538cb7;
}
.imglnk {
	padding : 3px;
	border: 0px;
}
img.floatTL {
	float : left;
	margin-right : 1em;
	margin-bottom : 1em;
	margin-top : 1em;
}
img.floatTR {
	float : right;
	margin-left : 1em;
	margin-bottom : 1em;
	margin-top : 1em;
}
#wrapper {
	width : 800px;
	margin : 0 auto;
	background-color : #fff;
}
#head {
	height : 50px;
	background-color : #ffffff;
	background-image : url(images/head1.jpg);
	background-repeat : no-repeat;
	margin-bottom : 1px;
	margin-top : 5px;
}
#head h1 {
	color : #e9e9e9;
	font-size : 1.3em;
	padding-left : 15px;
	padding-top : 5px;
}
#head p {
	color : #c5c752;
	padding-left : 50px;
}
#head ul {
	margin : 0;
	padding : 0;
	list-style : none;
	float : right;
	margin-top : -10px;
	margin-right : 10px;
	color : #8ac752;
}
#head li {
	display : inline;
}
#head a {
	color : #8ac752;
}
#menu {
	margin : 0 auto;
	padding : 5px 0 6px 0;
	background-color : #FFFFFF;
}
#menu ul {
	margin : 0;
	padding : 0;
	list-style : none;
	text-align : center;
	color:#000066;
}
#menu li {
	display : inline;
}
#menu a {
	padding : 5px 15px;
	text-transform : uppercase;
	text-decoration : none;
	font-size : 11px;
	font-weight : bold;
	color : #000066;
	;
}
#menu a:hover {
	background-color : #224080;
	color:#FFFFFF;
}
#space {
	border : 1px solid #224080;
	padding-left : 10px;
	background-color : #538cb7;
	color : #c5c752;
	padding-top : 5px;
	padding-bottom : 5px;
}
#header {
	height : 150px;
	background-color : #ffffff;
	background-image : url(../images/header1.jpg);
	background-repeat : no-repeat;
	border-top : 1px solid #ccc;
	margin-bottom : 1px;
}
#header h1 {
	color : #538cb6;
	font-size:18pt;
	padding-left : 110px;
	padding-top : 20px;
}
#header h2 {
	color : #538cb8;
	font-size : 1.2em;
	padding-left : 110px;
	padding-top : 5px;
}
#header h3 {
	color : #8ac752;
	float : right;
	font-size : 20px;
	margin-top : 10px;
	margin-right : 30px;
}
#maintext {
	border-right : 1px solid #6699FF;
	margin : 0 0 0 0;
	display : inline;
	padding : 4px;
	width : 67.8%;
	float : left;
	min-height : 10px;
	background-color: #FFFFFF;
	top:0px;
}
#maintext ul {
	margin-left:30px;
}
#maintext li {
	margin-bottom: 10px;
}
#maintext li a {
	margin-bottom: 10px;
	text-decoration:none;
	color: #666666;
}
* html #maintext {
	height : 30px;
}
#maintext p {
	margin-bottom : 2px;
	margin-left: 10px;
}
blockquote {
	border : 1px solid #c5c5c5;
	padding-top : 5px;
	padding-left : 10px;
	padding-bottom : 5px;
	padding-right : 10px;
	margin : 10px;
	text-align : center;
	font-size:14px;
	font-style:oblique;
}
.inset {
	float : right;
	width : 265px;
	padding : 5px;
	border : 1px solid #538cb7;
	margin : 5px 0 0 5px;
	background : #d0e3f7;
	font-size : 85%;
}
#maintext h1 {
	font-size : 1.6em;
	color : #000099;
	margin-bottom : 10px;
	margin-top : 15px;
}
#maintext h2 {
	font-size : 1.4em;
	color : #95ad85;
	margin-bottom : 10px;
	margin-top : 20px;
}
#maintext p {
	text-align : justify;
	padding-right:10px;
}
#rightcolumn {
	margin : 0 0 0 0;
	display : inline;
	width : 29.9%;
	float : left;
	background-color : #FFFFFF;
	min-height : 300px;
}
* html #rightcolumn {
	height : 300px;
}
#rightcolumn h1 {
	font-size : 1.3em;
	padding-left : 10px;
	margin-top : 10px;
	margin-bottom : 15px;
	color : #000066;
}
#rightcolumn h5 {
	color : #000000;
}
#rightcolumn h6 {
	color : #000000;
}
#rightcolumn h2 {
	font-size : 1.2em;
	padding-left : 10px;
	margin-top : 10px;
	margin-bottom : 15px;
	color : #000066;
}
#rightcolumn p {
	padding : 3px;
	margin-top : 10px;
	margin-bottom : 15px;
	margin-left : 1em;
	text-align : justify;
	background-color : #FFFFFF;
}
#navcontainer {
	width : 225px;
	padding : 0 0 0 0;
	margin-bottom : 1em;
	font-family : Verdana;
	color : #888888;
	text-transform: capitalize;
}
#navcontainer ul {
	list-style : none;
	margin : 0;
	padding : 0;
	border: none;
}
#navcontainer li {
	border-bottom: 1px solid #6699FF;
	margin : 0;
	color: Black;
}
#navcontainer li a {
	display : block;
	padding : 5px 5px 5px 5px;
 color: : #000000;
	text-decoration : none;
	width : 100%;
	font-size:11px;
}
html > body #navcontainer li a {
	width : auto;
}
#navcontainer li a:hover {
	background-color: #FF7F50;
	color : #ffffff;
}
#navcontainer li a:visited {
	color : #000000;
}
#footer {
	background-color : #ffffff;
	display : inline;
	float : left;
	width : 100%;
	height : 45px;
	background-image : url(images/footer.jpg);
	background-repeat : no-repeat;
	background-position : bottom;
	text-align : center;
}
#footer p {
	margin-top : 10px;
}
#footer a {
	color : #8ac752;
}
#blueBox {
	border : 1px solid #538cb7;
	background : #ffffff;
}
#blueBox p {
	clear : both;
	color : #aaaaaa;
	font-weight : bold;
	padding-left : 8px;
}
#blueBox h1 {
	padding : 7px 0 4px 7px;
	margin : 0;
	font : normal 22px/22px "Arial Black", Arial, sans-serif;
	color : #ffffff;
	background-color : #538cb7;
	text-transform : uppercase;
}
#blueBox h2 {
	padding : 0 0 8px 8px;
	margin : 0;
	background-color : #538cb7;
	color : #ffffff;
	font : bold 12px/12px Arial, sans-serif;
}
.boxColumn {
	padding : 20px 2px 10px 13px;
	float : left;
	overflow : hidden;
	width : 170px;
	voice-family : "\"}\"";
	voice-family : inherit;
	width : 160px;
}
.boxColumn p {
	color : #000000;
	font-weight : normal;
	padding : 0;
}
#wrapper .boxColumn h1 {
	font : bold 11px/11px Verdana, Arial, sans-serif;
	background-color : #ffffff;
	color : #8ac752;
	margin-bottom : 2px;
	padding : 0;
}
.separator {
	clear : both;
	margin-bottom : 10px;
	height: 174px;
}
div.slog {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#CCCCCC;
	font-size : 11px;
	top: 30px;
	left: 100px;
	width: 300px;
	text-align:left;
	margin-left:30px;
	font-style:normal;
}
div.tpmnu {
	font-family : Arial, Helvetica, sans-serif;
	color : #FFFFF0;
	font-size : 11px;
	top: 80px;
	left: 100px;
	width: 130px;
	text-align:left;
	margin-left:660px;
}
#header p {
	font-family:"Rage Italic";
	color:#666666;
	font-size:12pt;
	margin-top : 0px;
	margin-left : 125px;
}
#header2 {
	height : 95px;
	background-color : #ffffff;
	background-image : url(../images/contentheader1.jpg);
	background-repeat : no-repeat;
	border-top : 0px solid #ccc;
	margin-bottom : 1px solid #ccc;
}
#header2 h1 {
	color : #538cb6;
	font-size:18pt;
	padding-left : 110px;
	padding-top : 20px;
}
#header2 p {
	font-family:"Rage Italic";
	color:#666666;
	font-size:12pt;
	margin-top : 0px;
	margin-left : 125px;
}
div.tprtimg {
	float : right;
	margin-top : -4px;
	margin-right: -4px;
	padding-top: 0px;
	border: 0;
}
div.a {
	padding: 5px 5px 5px 0px;
	color: #990000;
	font-size:11px;
	margin-left: -5px;
	background-image:url(../images/curnt_actv.gif);
	background-repeat:no-repeat;
	background-position:center;
}
div.a1 {
	padding: 5px 5px 5px 0px;
	color: #990000;
	font-size:11px;
	margin-left: -5px;
	background-image:url(../images/curnt_actv1.gif);
	background-repeat:no-repeat;
	background-position:center;
}
h3.de {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#003366;
	font-weight:bold;
}

h3{
font-family:Arial, Helvetica, sans-serif;
font-size:14px


}

