@import url("undohtml.css");
/* ---------------------------------------------------- */
body
{
	background-color: #990000;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 0.8em;
	margin: 0 0 0 10px;
	color: #333
}
h1, h2, h3, h4, h5, h6
{
	color: #990000;
	font-weight: bold
}
h2, h3, h4, h5, h6
{
	font-size: 1em;
	padding-bottom: 10px;
	border-bottom: solid 1px #999;
	margin-bottom: 20px	
}
strong
{
	font-weight: bold
}
a:link
{
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}
a:visited
{
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}
a:hover
{
	color: #cc0000;
	text-decoration: underline;
	font-weight: bold;
}
a:active
{
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}
.hide
{
	display: none
}
input[type="submit"]
{
	background-color: #990000;
	color: #fff;
	font-size: 0.75em;
}
input[type="text"]
{
	background-image: url(../images/textbox_bg.jpg);
	background-repeat: repeat-y;
	background-position: bottom left;
}
select, textarea, input[type="text"]
{
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	background-color: #f7f7f7
}
/* ---------------------------------------------------- */
#placeholder
{
	width: 760px;
	display: inline-block;
}
/* ---------------------------------------------------- */
#logo
{
	width: 230px;
	text-align: center;
	margin-bottom: 10px;
	float: left;
	position: relative;
	background-image: url(../images/logo_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;	
}
#logo img
{
	margin: 10px;
}
/* ---------------------------------------------------- */
#navheader
{
	background-image: url(../images/nav_corners_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#navwrapper h2
{
	visibility: hidden;
	height: 0px;
	margin: 0;
}
#navfooter
{
	background-image: url(../images/nav_corners_btm.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#navigation
{
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-y;
	background-position: top left;
}
#navwrapper
{
	width: 230px;
	float: left;
	clear: left;
}
/* ---------------------------------------------------- */
#mailinglist
{
	width: 230px;
	float: left;
	clear: left;
	margin: 10px 0 0 0;
	text-align: center;
	background-image: url(../images/nav_corners_top.gif);
	background-repeat: no-repeat;
	background-position: top left;		
}
#mailinglist p
{
	margin: 10px;
}
#mailinglist form
{
	background-image: url(../images/nav_corners_btm.gif);
	background-repeat: no-repeat;
	background-position: bottom left;	
	padding-bottom: 10px;
}
#mailinglist .MailingButton
{
	background-image: url(../images/go.gif);
	background-repeat: no-repeat;
	background-position: middle left;
	width: 26px;
	height: 18px;
	border: 0;
	margin-left: 1px;
	cursor: hand;
	cursor: pointer;
}
/* ---------------------------------------------------- */
#navigation #menu
{
	width: 210px;
	border-right: solid 1px #000;
	border-left: solid 1px #fff;
	margin: 0 9px 0 9px
}
#navigation #menu li
{
	background-image: url(../images/button_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
#navigation #menu ul li
{
	background-image: none;
	background-color: #cc0000;
}
#navigation #menu li a
{
	display: block;
	text-decoration: none;
	font-size: 0.8em;
	text-align: right;
	padding: 0.5em 0.5em 0.5em 0;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #000;	
}
#navigation #menu ul li a
{
	padding-right: 1.5em
}
#navigation #menu li.current
{
	background-image: url(../images/button_bg_current.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
#navigation #menu a:link
{
	font-weight: normal;
	text-decoration: none;
	color: #fff
}
#navigation #menu a:visited
{
	font-weight: normal;
	text-decoration: none;
	color: #fff	
}
#navigation #menu a:hover
{
	font-weight: normal;
	text-decoration: none;
	color: #fff
}
#navigation #menu a:active
{
	font-weight: normal;
	text-decoration: none;
	color: #fff	
}
/* ---------------------------------------------------- */
#content .alignleft
{
	text-align: left
}
#content .alignright
{
	text-align: right
}
#content .aligncenter
{
	text-align: center
}
#content .floatleft
{
	float: left;
	margin: 0 1em 1em 0;
}
#content .floatright
{
	float: right;
	margin: 0 0 1em 1em;
}
#content .templatetable
{
	width: 480px
}
#content #breadcrumb
{
	border-top: solid 1px #000;
	padding-top: 10px;	
	margin-bottom: 20px;
	background-color: #fff;
}
#content #breadcrumb .YouAreHere, #content td
{
	font-size: 0.85em
}
#content td select, #content td textarea, #content td input, #content td p
{
	font-size: 1em
}
#content #breadcrumb ul, #content #breadcrumb li
{
	display: inline;
	margin: 0;
}
#content #breadcrumb a:link
{
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
#content #breadcrumb a:visited
{
	color: #333;
	text-decoration: none;
	font-weight: bold;	
}
#content #breadcrumb a:hover
{
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
#content #breadcrumb a:active
{
	color: #cc0000;
	text-decoration: none;
	font-weight: bold;	
}
/* ---------------------------------------------------- */
#contentwrapper
{
	width: 520px;
	position: absolute;
	left: 250px;
	top: 10px;
}
#title
{
	background-image: url(../images/content_corners_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 1.2em;
	padding: 20px 20px 10px 20px;
}
#content
{
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: top left;
	padding: 0 20px 0 20px;
}
#content p, #content ul, #content ol, #content hr
{
	margin-bottom: 20px;
	font-size: 0.85em;	
}
#content table
{
	margin-bottom: 20px;
}
#content p
{
	text-align: justify;
	line-height: 1.8em
}
#content a:link
{
	text-decoration: underline;
	font-weight: bold;
	color: #000
}
#content a:visited
{
	text-decoration: underline;
	font-weight: bold;
	color: #000	
}
#content a:hover
{
	text-decoration: underline;
	font-weight: bold;
	color: #cc0000
}
#content a:active
{
	text-decoration: underline;
	font-weight: bold;
	color: #000	
}
#content ul
{
	margin-left: 20px;
}
#content ul ul
{
	font-size: 1em
}
#content li ul
{
	margin-bottom: 0
}
#content li
{
	list-style-type: disc;
	margin-top: 0.8em;
}
#content .endcontent, #content .adminstartcontent
{
	clear: both;
	border-top: solid 1px #000;
	border-left: 0;
	border-right: 0;
	border-bottom: solid 10px #fff;
	width: 480px;
	margin: 0;	
}
#content .adminstartcontent
{
	margin: -7px 0 0 0
}
/* ---------------------------------------------------- */
#footer
{
	background-image: url(../images/content_corners_btm.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	text-align: center;
	font-size: 0.85em;
	padding: 0 0 20px 0;
	margin: 0 0 10px 0
}
#footer ul
{
	margin: 0 0 0 -20px;
}
#footer li
{
	display: inline;
	margin-left: 20px;
}
#footer #address
{
	margin-top: 40px;
	color: #666
}
#footer #telephone
{
	margin-top: 5px;
	color: #666
}
#footer a:link
{
	font-weight: normal;
	text-decoration: none;
	color: #000;
}
#footer a:visited
{
	font-weight: normal;
	text-decoration: none;
	color: #000;

}
#footer a:hover
{
	font-weight: normal;
	text-decoration: none;
	color: #990000;
}
#footer a:active
{
	font-weight: normal;
	text-decoration: none;
	color: #cc0000;
}