*
{
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;
}

body
{
	text-align:center;
	margin:20px;
	padding:0px;
	background-color:#d4ccbb;
}

a
{
	text-decoration: none;
	color: #006ab2;
}

a:hover
{
	text-decoration: underline;
	color: #000;
}

H1, H1 font, td H1
{
	font-size:23px;
	font-family:Georgia;
	font-weight:lighter;
}

H2, H2 font, td H2
{
	font-size:18px;
	font-weight:lighter;
	font-family:Georgia;
}

H3, H3 font, td H3
{
	font-size:19px;
	font-weight:lighter;
	font-family:Georgia;
}

H4, H4 font, td H4
{
	font-size:17px;
	font-family:Georgia;
}

H5, H5 font, td H5
{
	font-size:15px;
	font-family:Georgia;
}


.content
{
	text-align:center;
	width: 900px;
}

#top
{
	width:900px;
	text-align:right;
}

.logo
{
	padding-right:30px;
}

.menuTop
{
	background-color:#355891;
	width:150px;
	text-align:left;
}

.mainTop
{
	background-color:#fff;
	width:730px;
}

.rightTop
{
	background-color:#fff;
	width:20px;
	text-align:right;
	background-image: url(../images/right.gif);
	background-position:right;
	background-repeat:repeat-y;
}

.menu
{
	background-color:#4468a4;
	text-align: left;
	width:150px;
	vertical-align:top;
	background-image: url(../images/blueTon.gif);
	background-repeat:repeat-x;
}

.main
{
	background-color:#fff;
	text-align: left;
	width:730px;
	padding: 20px;
	vertical-align:top;
}

.right
{
	background-color:#fff;
	width:20px;
	background-image: url(../images/right.gif);
	background-position:right;
	background-repeat:repeat-y;
}

.menuBottom
{
	width:150px;
	background-color:#4468a4;
	text-align:left;
	vertical-align:bottom;
	background-image: url(../images/menuBottom.gif);
	background-repeat:repeat-x;
}

.mainBottom
{
	background-color:#fff;
	width:730px;
	background-image: url(../images/mainBottom.gif);
	background-repeat:repeat-x;
}

.rightBottom
{
	background-color:#fff;
	width:20px;
	background-image: url(../images/mainBottom.gif);
	background-repeat:repeat-x;
}

#menucontainer
{
	padding: 17px 0px 0px 10px;
	margin:none;
}

#menucontainer ul
{
	margin: 0px; 
	padding: 0px;
	list-style: none;
	width:140px;
	border-top: solid 0px #fff;
}

#menucontainer ul ul
{
	padding: 5px 0px 0px 0px;
}

#menucontainer li
{
	display:block;
	padding: 0px 0px 0px 0px;
}

#menucontainer li li
{
	padding: 0px 0px 0px 10px;
}

#menucontainer li a
{
	color: #fff;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
	border-bottom: solid 0px #fff;
	line-height:20px;
	width:140px;
}

#menucontainer li a:hover
{
	color: #fff;
	text-decoration: underline;
}

#menucontainer li li a
{
	font-weight: normal;
}

.loginTable
{
	border:solid 1px #ddd;
	padding:0;
}

#address
{
	padding-right:20px;
	font-size:10px;
	color:#828181;
}

#address a
{
	color:#828181;
}

#navbar
{
	padding-left:20px;
	font-size:10px;
	color:#828181;
}

#navbar a
{
	color:#828181;
}

.loginInfoTd
{
	background-image:url(../images/buttonBg.gif);
	background-position:top;
	padding: 2px 10px 2px 10px;
	font-weight:bold;
	border-bottom:solid 1px #ddd;
}

.loginForgetPasswordTD
{
	background-image:url(../images/buttonBg.gif);
	background-position:top;
	padding: 2px 10px 2px 10px;
	font-weight:bold;
	border-top:solid 1px #ddd;
}

.loginContentTd
{
	padding: 10px 10px 10px 10px;
}