@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	background-color: #5f5959;
	line-height: 1.1em;
}


p {
	font-family:"Lucida Sans Unicode", verdana;	
	font-size: 14px;
	margin: 10px 0px 10px 0px;
}


h2 {
	font-family:"Lucida Sans Unicode", verdana;	
	font-size: 16px;
	font-weight: bold; 
	color:#244b7d;
}

#center {
	width: 884px;
	margin:0 auto;
	margin-top: 15px;
	background-image:url(img/sideShadow.gif);
	background-repeat:repeat-y;
}
 
.myTableClass tr th { 
    padding: 5px; 
	margin: 3px;
} 

 
#wrapper {
	margin:0 auto;
	text-align: left;
	margin-left: 0px;
	width: 884px; 
}

#header {
	width: 867px;
	height:125px;
	border: 5px #fff solid;
}

#content {
	background-image:url(img/contentBG.gif);
	background-repeat:repeat-y;
	width: 867px;
	min-height: 100px;
	border-right: 5px #fff solid;
	border-left: 5px #fff solid;

}

#gridcontent 
{
	background-color:White;
	width: 867px;
	min-height: 100px;
	border-right: 5px #fff solid;
	border-left: 5px #fff solid;
}

#nav {
	float: left;
	width: 198px;
}


#nav a {
	color: #000;
	font-family:"Lucida Sans Unicode", verdana;
	letter-spacing:1px;
	text-decoration:none;
}

#nav a:hover {
	color: #234979;
	width:198px;
	height: 20px;
}

#nav li { 
	padding: 2px 2px 2px 10px;
	list-style-type: none;
	border-bottom: 1px #fff solid;
}

#nav ul li:hover {
	background: #b8c7dd;
}

/*
#home .home {
	background: #b8c7dd;
}	

#home .home a {
	color: #234979;
}

*/

#textArea {
	float: left;
	color: #000;
	font-family:"Lucida Sans Unicode", verdana;
	margin: 5px 10px 10px 20px;
	width: 630px;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#bottom {
	width: 884px;
	margin:0 auto;

}

#footer {
	margin:0 auto;
	margin-top: 5px;
	text-align:center;
	width: 867px; 
	color: #ccc;
	font-family:"Lucida Sans Unicode", verdana;
	font-size:12px;
}

.required {color:Red;}

table { font-family:"Lucida Sans Unicode", verdana;	 font-size: 14px; }

#textArea ul {font-size: 14px; margin-left: 15px;}
#textArea li { padding: 3px;}
