html
{
	height:100%;
	text-align:center;
}
body
{
	font-family:Arial;
	margin:0 0 0 0;
	height:100%;
	width:760px;
	text-align:left;
	margin:auto;
	background-image:url(../images/bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
a
{
	text-decoration:none;
	color:#000;
}
a:hover
{
	text-decoration:underline;
	color:#00c;
}
table
{
	margin:auto;
}
h1
{
	text-align:center;
	font-size:1.5em;
	font-style:italic;
}
.left
{
	float:left;
}
.leftcrlf
{
	float:left;
	clear:left;
}
.right
{
	float:right;
}
.rightcrlf
{
	float:right;
	clear:right;
}
.largeblue
{
	font-size:1.5em;
	color:#009;
	font-weight:bold;
}
.aligncenter
{
	text-align:center;
}
.alignright
{
	text-align:right;
}
.marginleftbottom10
{
	margin-left:10px;
	margin-bottom:10px;
}
td[class="alignright"]
{
	font-size:.8em;
	font-weight:bold;
	vertical-align:top;
}
#header
{
	text-align:center;
	font-size:1.5em;
	font-weight:bold;
	background-color:#CCCCCC;
	margin-bottom:6px;
}
#nav_main
{
	width:79%;
}
#nav_main ul
{
	margin-top:0px;
	padding:4px 0px 4px 0px;
	border-bottom:1px #999 dotted;
}
#nav_main li
{
	display:inline;
	text-align:center;
	cursor:pointer;
	padding:5px 10px 5px 10px;
	border-right:1px solid #999;
}
#nav_main li:last-child
{
	border-right-width:0px;
}
#nav_sub
{
	width:20%;
	vertical-align:top;
	text-align:center;
	height:710px;
	border-right:1px #999 dotted;
	position:relative;
	left:7px;
}
#sub_content
{
	margin:10px 0px 0px 30px;
	text-align:left;
}
#content
{
	margin-left:6px;
	border-left:dotted 1px #999;
	padding-left:10px;
	padding-bottom:20px;
	width:580px;
	height:auto;
	text-align:justify;
}
#logo
{
	position:relative;
	left:-3px;
}
#sub_menu
{
	list-style:none;
	padding:0;
	margin:0;
	position:relative;
	left:-2px;
	text-align:left;
}
#sub_menu li
{
	border-bottom:1px #000 solid;
	width:150px;
	height:26px;
	background-image:url(../images/menuMiddle.gif);
	background-repeat:no-repeat;
	padding-top:9px;
	text-indent:12px;
	cursor:pointer;
}
#sub_menu li:hover
{
	background-image:url(../images/menuMiddleOver.gif);
}
#sub_menu li:first-child
{
	background-image:url(../images/menuTop.gif);
}
#sub_menu li:first-child:hover
{
	background-image:url(../images/menuTopOver.gif);
}
#sub_menu li + li + li + li + li + li
{
	background-image:url(../images/menuBottom.gif);
	border-bottom-width:0px;
}
#sub_menu li + li + li + li + li + li:hover
{
	background-image:url(../images/menuBottomOver.gif);
}
#sub_menu li > a
{
	color:#fff;
}
#sub_menu li > a:hover
{
	text-decoration:none;
}
#nav_sub div.center
{
    margin-top:10px;
	text-align:center;
	font-size:.7em;
	position:relative;
	left:-5px;
	font-style:italic;
}
#footer
{
    text-align:center;
    height:auto;
    border-top:dotted 1px #999;
}
#footer ul
{
	width:100%;
	padding:0;
	margin:0;
	text-align:center;
}
#footer li
{
	display:inline;
	border-right:1px #999 solid;
	padding-right:3px;
}
#footer a
{
	font-size:.7em;
	color:#999;
}
#footer li:last-child
{
	border-right-width:0px;
}
.clearboth
{
    clear:both;
}
div
{
    width:auto;
    height:auto;
}
ul.subList li
{
	font-size:.9em;
}
ul.subList a
{
	text-decoration:none;
	color:#00f;
}
ul.subList a:hover
{
	text-decoration:underline;
}
.bluefont
{
	color:#00f;
}