body {
	margin: 0;
	font-size: 0.8em;
	font-family: arial;
	text-align: center;
	background-color: #f5f5f5;
}

#wrap {
	width: 724px;
	margin: 0 auto;
	background: #f5f5f5 url('/imgs/body_bg.gif') repeat-y;
}

#container {
	width: 714px;
	margin: 0 auto;	
	text-align: left;	
	background-color: #fff;
}


table {
	width: 99%;
}

table th {
	font-size: 0.8em;
	text-align: left;
}


table th {
	
}

table td {
	font-size: 0.8em;
	font-weight: normal;
	text-align: left;
}


textarea {
	width: 100%;
}

fieldset {
	margin: 0 10px;
}

img {
	border: 0;
}

hr {
	border: 0px;
	height: 2px;
	color: #eee;
	background-color: #eee;
}

h2 {
	font-size: 1.4em;
}

h3 {
	clear: both;
	border-bottom: 2px solid #eee;
	padding: 0 10px;
}

h4 {
	padding: 0 10px;
}

/* */

#header, #content, #footer {
	padding: 5px;
	clear: both;
}

#header {

}

#header img {
	float: left;
}



#header #mainnav {
	clear: right;
	float: right;
	margin-top: 55px;
	border-top: 1px solid #ddd;
}

#header #mainnav ul {
	margin: 4px 0;
	padding: 0;
	
}

#header #mainnav ul li {
	display: inline;
	list-style-type: none;
		
}

#header #mainnav ul li a {	
	color: #444;
	padding: 0 15px;
	text-decoration: none;
}

#header #mainnav ul li a:hover {
	color: #000;
	border-top: 4px solid #94bfe1;
}

#header #mainnav ul .current {	
	border-top: 4px solid #ddd;
}

#content #goodies p {
	margin-left: 10px;
	margin-right: 10px;
}

#content #banner {
	width: 100%;
	height: 150px;
	background-color: #fff;
}

#content .stacked {
	float: left;
	width: 32.5%;
}



#cotnent #home h4 {
	padding: 0 0;
}

#content #home #announcements ul {
	margin: 0;
	padding: 0;
}

#content #home #announcements ul li {
	list-style-type: none;

}

#content #home #announcements ul li a {
	color: #444;
	text-decoration: none;
}

#content #home #announcements ul li a:hover {
	color: #000;
}

#content #goodies {
	
}

#content #goodies .documents a {
	font-size: 1.4em;
}




#footer {
	padding: 5px 5px 0 5px;
	border-top: 2px solid #eee;
}

#footer ul {
	margin: 0;
	padding: 0;
}

#footer ul li {
	display: inline;
	list-style-type: none;
}

#footer ul li a {
	color: #444;
	border-left: 2px solid #eee;
	padding: 0 5px;
	text-decoration: none;
}

#footer ul li a:hover {
	color: #000;
	
}

#end {
	width: 724px;
	margin: 0 auto;
	height: 16px;
	background: #f5f5f5 url('/imgs/body_bottom.gif') repeat-y;
}

/* */

.medium {
	width: 250px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

/* round */

.rounded {
	margin: 5px 0;
	font-weight: normal;
	line-height: 1.8em;
	color: #fff;
	background: url('/imgs/corner_tl.gif') top left no-repeat;
}

.rounded div {
	background: url('/imgs/corner_tr.gif') top right no-repeat;
}

.rounded div div {
	background: url('/imgs/corner_bl.gif') bottom left no-repeat;
}

.rounded div div div {
	background: url('/imgs/corner_br.gif') bottom right no-repeat;
	padding: 0 10px;
}

/*  */

.fineprint {
	font-size: 0.8em;
	color: #888;
}

.large {
	font-size: 1.2em;
}


/*  */

.half {
	width: 49%;
}

.center {
	text-align: center;
}

/* colors */

.grey {
	background-color: #888;
}

.orange {

}

.blue {

}

.red {

}

.green {

}


        
        
/*  */



#submenu {
        width: 200px;
        margin: 10px 0;
}

#submenu ul {
        list-style: none;
        margin: 0;
        padding: 0;
}

#submenu ul li {

}

#submenu ul li a {
	text-decoration: none;
}

#submenu ul li a:link, #submenu li a:visited {
        color: #333;
        display: block;
        background:  url('/imgs/submenu.gif');
        padding: 8px 0 0 10px;
}

#submenu ul li a:hover, #submenu li #current { 
        color: #FFF;
        background:  url('/imgs/submenu.gif') 0 -32px;
        padding: 8px 0 0 10px;
}