
*{
	margin:0;
	padding:0;
}

html{
	height:100%;
}

* html #wrap{
	height:100%;
}

body{
	margin:0;
	padding:10px;
	height:100%;
	font-family:arial, serif;
	background-color:#ececec;
}

a{
	text-decoration:none;
	color:#039;
	padding:0;
	margin:0;
}

a:hover{
	text-decoration:underline;
	color:#030;
}

.alt{
	background-color:#ececec;
}

#content{
	border:none;
	background-color:#fcfcfc;
	padding:10px;
	position:relative;
	overflow:auto;
}

.err_msg{
	border:1px solid red;
	background-color:#ececec;
	color:red;
	font-size:0.75em;
	text-align:center;
}

#footer{
	bottom:0;
    left:0;
	position:absolute;
	height:20px;
	background-color:#ececec;
	color:#555;
	text-align:right;
	font-size:0.7em;
	width:800px;
	margin-left:225px;
}

#footer a{
	font-size:1.0em;
}

#header{
	background:url(/graphics/header.gif) no-repeat #ececec;
	height:100px;
	width:800px;
	padding:0;
	display:block;
}

image{
	border:none;
}

legend{
	font-weight:bold;
	color:#066;
}

#nav_div {
	background-color:#555;
 }
 
#nav_bar {
	width:786px;
	height:20px;
	padding:0;
	margin:0 auto;
 }
 
#nav_bar li {
	list-style:none;
	float:left;
	padding:0;
	margin:0;
	width:112px; 
 } 
 
#nav_bar a {
	width:112px;
	height:100%;
	border:1px solid #066;
	display:block;
	font-size:0.75em;
	color:#fff;
	text-align:center;
	background-color:#096;
}
 
#nav_bar a:hover {
	border-color: #096;
	color:#066;
	background-color:#fcfcfc;
 	text-decoration:none;
}

p{
	padding:0;
	margin:5px 5px 0 5px;
	text-align:left;
	text-indent: 1.5em;
	font-size:0.9em;
}

#snippets{
	float:right;
	margin:10px 10px 10px 165px;
	position:absolute;
	width:600px;
	border-top:1px solid #096;
	border-right:1px solid #096;
}

#snippets p{
	font-size:0.95em;
	margin-right:10px;
	text-indent:0px;
}

#snippets ul,ol{
	font-size:0.95em;
	text-align:left;
	margin:5px 10px 0 20px;
}

#snippets li{
	margin-bottom:10px;
}

#sub_menu{
	font-size:0.8em;
	width:150px;
	float:left;
	margin-top:10px;
	height:300px;
}

#sub_menu ul{
	width:150px;
 	text-align:left;
	margin-left:5px;
	list-style-type:none;
}
 
#sub_menu a {
	border:1px solid #066;
	display:block;
	color:#555;
	text-align:left;
	background-color:#ececec;
 }
 
#sub_menu a:hover {
	border-color: #096;
	color:#ececec;
	background-color:#066;
 	text-decoration:none;
}

td{
	text-align:left;
}
 
#user_nav {
    width:786px;
	height:20px;
	padding:0;
	margin:0 auto;
 }
 
#user_nav li{
	list-style:none;
	float:left;
	padding:0;
	margin:0;
	width:112px;
} 

#user_nav a{
	color:#555;
    width:110px;
	height:100%;
	border:1px solid #ccc;
	display:block;
	font-size:0.75em;
	text-align:center;
	background-color:#ececec;
}
 
#user_nav a:hover {
	border-color:#555;
	color:#555;
	background-color:#fcfcfc;
	text-decoration:none;
 }

#wrap{
	text-align:center;
	position:relative;
	width:800px;
	border:1px outset #093;
	display:block;
	margin:0 auto;
	background-color:#fff;
	padding:0;
}
