body {
		margin: 0 0 0 0;
		font-family: sans-serif;
		text-align:center;
		}
#wrapper {
		width:770px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0 0 0 0;
		text-align:left;
		}
#rightmenu{
	font-size: 11px;
	font-weight: bold;

}
#blueband{
	float:left;
	width:770px;
	background-image: url(images/bluebar.gif);
	height: 13px;
	background-repeat: repeat-x;
	font-size: 9px;
	padding: 0 0 0 0;
}

.mainbg{
	background-image: url(/images/bodybg.gif);
}
	
#leftcontent {
	font-size:11px;
	text-align:left;
	line-height: 150%;
	color: #686868;
		}

#rightcontent {
	margin-left: 10px;
	font-size:11px;
	text-align:left;
	line-height: 150%;
	color: #686868;
	}

#rightcontent p {
		font-size:10px;
		margin: 10px 10px 10px 10px;
	}
#rightcontent h1 {
		font-size:11px;
		margin: 0px 10px 0px 10px;
		font-weight: bold;
	}
		
	p,h1,pre {
		margin: 0px 15px 10px 15px;
	}
		
	h1 {
		font-size:14px;
		padding-top:10px;
	}
	
#tag {
		margin: 0 15px 0 0;
font-size:10px;
text-align:right;
float:left;
width:770px;
background:#ccc;
border-bottom:1px solid #fff;
padding: 9px 0 8px 0;
letter-spacing: 0.2em;
background-image: url(images/tagbg.gif);
background-repeat: no-repeat;
}

#menu {
	float:left;
	width:770px;
	background-color: #9A9A9A;
	border-bottom: 1px solid #11457F;
	text-align: right;
	background-image: url(images/menubg.gif);
	background-repeat: repeat-y;
}
#footer {
	float:left;
	width:770px;
	text-align: center;
	font-size: 10px;
	color: Silver;
	}
	
#navcontainer {
margin: 0;
padding: 0 20px 0 0;
float: right;
}

#navcontainer UL {
list-style: none;
margin: 0;
padding: 0;
}

#navcontainer LI{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#navcontainer A{
color: #fff;
display: block;
/* width: auto; */
text-decoration: none;
background-color: #9B9B9B;
margin: 0;
padding: 10px 10px 10px 10px;
/* border-left: 1px solid #B3B3B3;
border-right: 1px solid #888; */
 text-transform: uppercase;
 font-size: 10px;
 background-image: url(images/mitembg2.gif);
 background-repeat: no-repeat;
}

#navcontainer A:hover, #navcontainer A:active {
	background-image: url(images/mitembg2-over.gif);
	background-repeat: no-repeat;
}

#navcontainer A.active:link, #navcontainer A.active:visited{
position: relative;
z-index: 102;
background-color: #A4A4A4;
font-weight: bold;
}

#subnav {
position: relative;
top: -1px;
z-index: 101;
margin: 0;
padding: 0px 0 3px 0;
background: #A4A4A4;
}

#subnav UL{
list-style: none;
margin: 1px 0 0px 13px;
padding: 0px;
border-right: 1px solid #fff;
border-left: 1px solid #aaa;
}

#subnav LI{
position: relative;
z-index: 102;
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#subnav A{
color: #fff;
display: block;
width: auto;
text-decoration: none;
margin: 0;
padding: 2px 12px 2px 10px;
}

#subnav A:hover, #subnav A:active { color: red; }
#subnav A.active:link, #subnav A.active:visited { color: #A4A4A4; }
#subnav BR, #navcontainer BR { clear: both; }

a:link{
	color: #4169E1;
}
a:hover{
	color: #000;
}
a:visited{
	color: Gray;
}
input {
	font-family: sans-serif;
	font-size:9px;
	color:#000;
	text-decoration:none;
	background-color:#eeeeee;
}
textarea {
	font-family: sans-serif;
	font-size:9px;
	color:#000;
	text-decoration:none;
	background-color:#F7F7F7;
	border: 0px none White;

}