/**************** General Classes *****************/
body {
	margin: 0px;
	font-size: 11px; /* Font Size */
	line-height: 14px;
	color: #000000; /* Global Gray */
	background-color: #4F6373;
	/* background-image: url(../siteassist_images/body_background.jpg); */
	font-family: Calibri, Trebuchet MS, Verdana, Helvetica, sans-serif;
}

/*h1 {
	font-family: Calibri, Georgia, Times New Roman, Times, serif;
	font-size: 28px/46px;
	font-style: italics;
	font-weight: normal;
	color: #4f6373; /* Accent 10 */
}*/

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #333333; /* Text Medium */
	margin: 0px 0px 5px 0px;			
}

h3 {
	font-size: 12px;
	color: #2170BD; /* Link */
	font-weight: bold;	
	margin: 0px 0px 5px 0px;
		
}

a {
 color: #0000ff; /* Link */
 text-decoration: none;
}

p {
	margin: 0px 0px 20px 0px;
}

ul {
	list-style-type: square; 
	font-size: 11px;
	margin: 10px 0px;
	padding-left: 14px;
}


#globalContainer {
	width: 850px;
	margin: 30px 30px 10px 30px;
	border: 1px solid #666666;
	padding: 10px 10px 10px 10px;
	/* background-image: url(../siteassist_images/border_middle.jpg); */
	background-color: #FFFFFF; /* Global White */
}

#innerContainer {
	margin: 15px 0px 0px 15px;
	/* padding: 10px 10px 10px 10px;
	background-image: url(../siteassist_images/border_middle.jpg); */
	background-color: #FFFFFF; /* Global White */
}

/**************** Header Classes *****************/
#logo {
	padding: 35px 0px 0px 15px;
}

#topLogin {
	position: absolute;
	top: 5px;
	margin: 0px 0px 0px 450px;
	padding: 0px;
	width: 450px;
	clear: left;
}

#topLogin .label {
	/*width: 230px;*/
	margin-right: 0px;
	font-weight: normal;
	clear: left;
	color: #eeeeee;
}

input {
	background-color: #eeeeee;
	border: inset 1px #708090;
}

#topNav {
	/* background-image: url(../siteassist_images/topnav_border_middle.jpg);
	background-repeat: repeat-y; */

	position: absolute;
	top: 20px;
	margin: 0px 6px 0px 7px;
	padding: 25px 0px;
}

/**************** Header Classes *****************/
#footer {
	width: 850px;
	margin: 0px 30px 30px 30px;
	border: 1px solid #666666;
	padding: 0px 10px 0px 10px;
	background-color: #ffffff; /* Global White */
}

#footer .copyright {
	position: absolute;
	margin: 20px 0px 10px 10px;
	font-weight: normal;
	clear: left;
	color: #eeeeee;

}

#footer .contact{
	padding: 15px 0px 10px 10px;
	font-weight: normal;
	clear: left;
	color: #333333;

}

#footer .poweredByEWO {
	position: absolute;
	margin: 10px 0px 10px 690px;
	font-weight: normal;
	clear: left;
}

#footer a {
	color: #cccccc; /* Global White */
}


#botNav {
	/* background-image: url(../siteassist_images/topnav_border_middle.jpg);
	background-repeat: repeat-y; */
	position: relative;
	top: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
}

/**************** Top Nav Classes *****************/

/**************** Resources Classes *****************/


/*  start box styles */

div.imgBox {
	margin: 20px 0px 20px 10px;
	font-size: 0px;
	padding: 3px;
}

/* Site Name & Description Classes */

.SiteName {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.SiteNameInnerTD {
	font-size: 11px;
  padding-left: 15px;
}

.SiteDescription {
	font-size: 11px;
}
