body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #696969;
	background-color: #6699CC;
	}
a {
	text-decoration: none;
	font-weight: bold;
	color:  #6699CC;
	outline: none;
	}
a:visited {
	color:  #6699CC;
	}
a:active {
	color:  #6699CC;
	}
a:hover {
	text-decoration: underline;
	}
.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
form {
	font-size: 12px;
	line-height: 22px;
}
.submit input {
	margin-left: 10px;
}
input {
	font-size: 12px;
	line-height: 22px;
	border: 1px solid #6699CC;
	background-color: #DDDDDD;
	color: #696969;
	
}
textarea {
	font-size: 12px;
	line-height: 22px;
	border: 1px solid #6699CC;
	background-color: #DDDDDD;
	color: #696969;
	margin-bottom: 5px
}
input:focus, input:hover {
	background-color: #EEEEEE;
}
textarea:focus, textarea:hover {
	background-color: #EEEEEE;
}

/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. UPDATE: this has turned out to be very rare. my current recommendation is IGNORE this warning. at the moment i'm leaving it in only in case the issue turns up again. possibly the original bug in march 2001 was caused by an unusual combination of factors, although this solved it at the time.*/

h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h1.dashed {
	border-bottom: 1px dashed #696969;
	margin-right: 220px;
}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2.dashed {
	border-bottom: 1px dashed #696969;
	margin-right: 220px;
}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3.dashed {
	border-bottom: 1px dashed #696969;
	margin-right: 310px;
}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4.dashed {
	border-bottom: 1px dashed #696969;
	margin-right: 250px;
}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
img {
	border: 0;
	padding: 2px;
	}
img.right {
	margin: 2px;
	padding: 2px;
	float: right;
}
img.left {
	margin: 2px;
	padding: 2px;
	float: left;
}
.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}
#wrapper {
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	/* opera does not like 'margin:20px auto' */
	background: #6699CC;
	text-align:left; /* part 2 of 2 centering hack */
	width: 830px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 800px;
	
	}
html>body #wrapper {
	width: 800px; /* ie5win fudge ends */
	}	
#top {
	margin: 0;
	padding: 10px;
	border: 10px solid #4682B4;
	background: #6699CC;
	background-image: url('images/banner_working2.png');
	background-repeat: no-repeat;
	background-position: left;
	height: 160px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 130px;
	}
html>body #top {
	height: 130px; /* ie5win fudge ends */
	}
#left {
	margin: 0px 0px;
	border: 10px solid #4682B4;
	border-top: none;
	background-color: #99CC99;
	padding: 10px 10px 10px 10px;
	width: 200px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 170px;
	float: left;
	}
html>body #left {
	width: 170px; /* ie5win fudge ends */
	}
.roundedcornr_box {
   background: #fffafa;
}
.roundedcornr_top div {
   background: url(images/roundedcornr_tl.png) no-repeat top left;
}
.roundedcornr_top {
   background: url(images/roundedcornr_tr.png) no-repeat top right;
}
.roundedcornr_bottom div {
   background: url(images/roundedcornr_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom {
   background: url(images/roundedcornr_br.png) no-repeat bottom right;
   margin-bottom: 10px;
}

.roundedcornr_top div, .roundedcornr_top, 
.roundedcornr_bottom div, .roundedcornr_bottom {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.roundedcornr_content { margin: 0 7px; }

#middle {
	text-align: justify;
	margin: 0px 0px 15px 200px;
	padding: 10px 15px 10px 15px;
	border: 10px solid #4682B4;
	border-top: none;
	background: #FFFFFF;
	/* background-image: url('images/contentbg.png'); 
	background-position: top left;
	background-repeat: no-repeat; */
	}
#right {
	margin: 20px 0px;
	padding: 10px;
	border: 4px solid #4682B4;
	background: #2D2D2D;
	width: 200px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 170px;
	float: right;
	}
html>body #right {
	width: 170px; /* ie5win fudge ends */

	} 
#footer{
	margin: 40px 0px 0px 0px;
	padding-top: 5px;
	font-size: 10px;
	text-align: center;
	color: #AAA;
	background-image: url('images/spacer.png');
	background-position: top center;
	background-repeat: no-repeat;
}
#footer a {
	color: #AAA;
	text-decoration: none;
}
#footer a:active {
	color: #AAA;
	text-decoration: none;
}
#footer a:hover {
	color: #AAA;
	text-decoration: none;
}
#footer a:visited {
	color: #AAA;
	text-decoration: none;
}
.background {
	background-color: #FFFAFA;
	padding: 10px;
	}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

/* Navigation */
#navcontainer
{
margin-top: 100px;
float: right;
}
#navlist
{
font-size:12px;
}
#navlist li
{
display: inline;
list-style-type: none;
padding-right: 10px;
}
#navlist a
{
text-decoration: none;
}
#navlist a:link, #navlist a:visited
{
color: #696969;
text-decoration: none;
}
#navlist a:hover
{
text-decoration: underline;
color: #4682B4;
}

span.title
{
font-size: 12px;
line-height: 22px;
font-weight: bold;
color: #669966;
}
.desc {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px;
	}
span.norm
{
font-size: 12px;
line-height: 22px;
color: #669966;
}
.right {
float: right;
}
span.norm_gy
{
font-size: 12px;
line-height: 22px;
color: inherit;
}
span.title_gy
{
font-size: 12px;
line-height: 22px;
font-weight: bold;
color: inherit;
}