body {
	margin-left: 0;
	margin-top: 15px;
	margin-bottom: 0;
	background-image: url(../images/background_sm.gif);
	background-repeat: repeat-x;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	text-align: center;
}


/******** Wrapper ********/

#wrap {	
	margin: 0 auto;
	text-align: center;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-image: url(../images/EFISBG_lite.gif);
	background-repeat: repeat;
	bottom: auto;
	width: 798px;
	voice-family: "\"}\"";
	voice-family: inherit;
	max-width: 800px;
	width: 800px;
}


/******** Header ********/

#head_img {
	border-bottom: 5px solid #999999;
}

#header {
	background-color:#000066;
	height: 100px;
	max-width:800px;
	width:798px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 800px;
}


/******** Navigation ********/

#nav {
	float:left;
	border-bottom: 1px solid #cccccc;
	border-top: solid 1px #cccccc;
	/*border-left: solid 3px #FFFFFF;
	border-right: solid 3px #FFFFFF;*/
	background-image:url(../images/bar.gif);
	background-repeat:repeat-x;
	background-color:#333333;
	margin:0 0 0 0;
	padding:0 0 0;
	max-width:800px;
	width:798px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 800px;
}

#nav ul {
	float:left;
	width:100%;
	margin:0;
	padding: 0;
	background-color:#333333;
	background-image:url(../images/bar.gif);
	background-repeat:repeat-x;
	background-color:#333333;
	list-style-type:none;
}

#nav li {
	display:inline;
	padding:0;
	margin:0;
}

#nav a {
	background-image:url(../images/bar.gif);
	background-repeat:repeat-x;
	background-color:#333333;
	border-right: 1px solid #666666;
	border-bottom:0;
	padding: 12px 40px 6px 12px;
	margin: 0;
	color:#ffffff;
	text-decoration: none;
	display: block;
	float: left;
	width: auto;
	font: bold .90em Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

#nav a.demo {
	background-image:url(../images/bar_demo.gif);
	background-repeat:repeat-x;
	padding: 12px 30px 6px 12px;
}

#nav a:hover,
#nav a:focus {
	background-image: url(../images/bar_roll.gif);
	background-repeat: repeat-x;
	background-color: #FF9900;
	color: black;
}

#nav .sel a {
	background-image:url(../images/bar_roll.gif);
	background-repeat:repeat-x;
	background-color:#FF9900;
	color: white;
}

#nav .sel a:hover {background:#6699FF;}

#nav .sel a:focus {background:#FF9900;}

#nav a:active {
	background-image:url(../images/bar_roll.gif);
	background-repeat:repeat-x;
	background-color:#FF9900;
	color: #fff;
}

#crumbs {
	border-bottom: 1px solid #cccccc;
	background-color:#CCFFFF;
	color: #333333;
	text-align:left;
	clear:both;
	width:798px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 800px;
}

#crumbs ul {
	padding:5px;
	margin:0;
	font-weight:bold;
	font-size: 10px;
	list-style-type:none;
	/*background-image: url('../images/bg_menu_pattern.gif');
	background-repeat:repeat;*/
}

#crumbs li {
	padding: 5px 0 5px 0px;
	display:inline; 
}

#crumbs a { 
	text-decoration:none;
	color:#333333;
	
}

#crumbs a:hover,
#crumbs a:focus {
	color:#333333;
}


/****** Home *******/
#home {
	width: 100%;
	text-align: left;
	margin-right: 0;
	padding: 0;
	padding-bottom: 10px;
	min-height: 300px;
	height: 300px;
	background-color: white;
}

html>body #home {
	height:auto;
}

#home p.text { 
	margin:0 10px 10px 0; 
	padding: 0 10px 0 10px;
}

#home p.image {
	text-align:center;
}

#home img.sm {
	border: 1px solid #333333;
	padding: 5px;
	margin: 5px 0px 10px 30px;
}

#home a {
	color:#000066;
	font-weight:bold;
	text-decoration:none;
}

#home a:hover {
	color: #FF6600;
}


/******** Home Content ********/

#homecontent {
    margin: 0px;
    padding: 20px 15px 20px 15px;
	color: #000033;
}

#homecontent p {
	font-size: 1.4em;
	border-bottom: 3px solid #cccccc;
	padding-bottom: 7px;
}

#homecontent li {
	list-style:url(../images/icon_blue.gif);
	padding:5px;
	font-size: 1.3em;
}

#homecontent img {
	float: left;
	padding-right: 10px;
}

#homecontent #loginBox {
	padding-left: 245px;
	float: left;
	/*border: solid 2px green;*/
}
#homecontent table {
	/*padding-left: 245px;*/
	/*border: solid 2px red;*/
}


/****** Footer ******/

#footer {
	clear:both;
	padding-top: 7px;
	padding-bottom: 7px;
	height: 100%;
	margin: 0;
	background-color:#999999;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;
	border-top: 1px solid #cccccc;
	width:798px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 800px;
}

.clearer {
	clear: both;
}