@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: middle;
	background: transparent;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #edebd5;
	line-height: 1;
	margin-left:auto;
	margin-right:auto;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
a {
	text-decoration:none;
	color: #990000;
}
a:hover {
	text-decoration:underline;
}
/* tables still need 'cellspacing="0"' in the markup */

#topline {
	background:#000;
	width:%100;
	height:5px;
}
#navigationbg {
	background:#922d31;
	width:%100;
	height:45px;
}
#navcontainer ul
{
color: #fff;
float: right;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:18px;
letter-spacing: +0.2em;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.6em 2.3em;
height:23px;
background-color: #922d31;
color: #fff;
text-decoration: none;
float: right;

}

#navcontainer ul li a:hover
{
background-color:#000;
color: #fff;
}

#navcontainer ul li #current
{
background-color:#000;
color: #fff;
}
#headwrap {
	width:961px;
	height:45px;
	margin-left:auto;
	margin-right:auto;
}
#headleft {
	float:left;
	height:45px;
	width:252px;
}
#headright {
	float:right;
	height:45px;
	width:708px;
}
#contentwrap {
	width:961px;
	background:url(images/bodybg2.gif) #edebd5 top center repeat-y;
	margin-left:auto;
	margin-right:auto;
}
#leftcolumn {
	float:left;
	width:252px;
}
#middlecolumn {
	float:left;
	width:527px;
}
   ul#category {margin:0px 0; padding:0; list-style:none;}
   ul#category li {margin:0; padding:0;}
   ul#category li{padding:3px 0 0px 35px; background:url(images/redarrow.gif) 20px 9px no-repeat;  text-decoration:none;}
#rightcolumn {
	float:right;
	width:181px;
}
#rightmenu ul
{
color: #fff;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:14px;
letter-spacing: +0.1em;
width:160px;
text-align:center;
}

#rightmenu ul li a
{
padding: 0.6em 2em 0.35em 2em;
height:18px;
background-color: #edebd5;
color: #000;
text-decoration: none;
float: left;
width:124px;
}

#rightmenu ul li a:hover
{
background-color:#000;
color: #fff;
}
#rightmenu ul li #currentright
{
background-color:#000;
color: #fff;
}
#footerbg {
	background:url(images/footerbg.gif) no-repeat;
	height:30px;
	width:746px;
	font-size:12px;
	margin:0 0 10px 0;
	padding:20px 0 0 215px;
}


.dotedline{ background:url(images/dot.gif) repeat-x; margin:4px 0 0 0; line-height:1px;}
.entry { padding:8px; line-height:1.2em;}
.righttitle{ background-color:#edebd5; text-align:center; width:180px;}
.dotedline2{ background:url(images/dot.gif) repeat-x; margin:0 35px 0 35px;; line-height:1px;}
.dividedline {border-top: 2px dashed #666666; margin:10px 0 10px 0;}
/* General */

form {
	font-size:1em;
	width:30em;
	color:#1b1b1b;
	text-align:left;
	margin:1em 1em;
}

/* Elements */

form  label,form legend{
	padding:0;
	margin:0.3em 0
}

form fieldset{
	padding:0.7em;
	border:1px solid #ddd;
	margin:0 0 0.5em 0
}

form label {
    font-weight:bold
}

form fieldset input {
    width:70%;
    line-height:1.5em;
	padding:0.15em
}

form .radio input,
form .checkbox input {
    width:auto;
    border:none;
    margin:0 1.5em 0 0
 }

form input, form textarea, form select {
    display:block;
    margin-bottom:1em;
    font-size:1em;
    border:1px solid #bbb;
    padding:0.15em;
    margin-right:1em
 }

form .radio label, form .radio input,
form .checkbox label, form .checkbox input {
    display:inline;
    margin:0 1.5em 0 0
}

form .radio input, form .checkbox input {
    margin:0 0.3em 0 0
}

/* Button */

form button {
	margin:0.3em 0;
	border:1px solid #ccc;
	background-color:#edebd5;
	font-size:1em;
	cursor:pointer;
	padding:0.5em
}

form button:hover {
	background-color:#922d31;
	border:1px solid #000;
	color:#fff
}

form button:active {
	background-color:#333;
	color:white;
	border:1px solid #000
}

/* information */

form .formInfo {
    margin-bottom:1em;
    padding-bottom:0.5em;
}

form .formInfo h2 {
	color:#00889e;
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:1em
}

form .formInfo p{
	text-align:justify
}

form .required {
	color:#ff3838;
	font-weight:bold;
	font-size:0.8em
}

input[type="hidden"] {
 	display:none;
}
