html
{
	overflow: scroll;
	font-family: verdana, tahoma, helvetica, sans-serif;
	color: #000000;
	background: #2b3692 url(images/back.jpg) repeat-x;
}

div.top_menu
{
	width: 960px;
	height: 37px;
	margin-left: auto;
	margin-right: auto;
	background-color: #30F;
	line-height: 37px;
	border-left-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
}

a.top_menu
{
	background-image: url(images/button_new.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #dddddd;
	color: #ffffff;
	line-height: 37px;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
	height: 37px;
	width: 132px;
	float: left;
}

a.top_menu:hover
{
	background-image: none;
	background-color: #dddddd;
	color: #000000;
	line-height: 37px;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
	height: 37px;
	width: 131px;
	float: left;
	border-right-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
}

div.bottom_menu
{
	font-size: 12px;
	color: #000000;
	text-align: center;
	text-decoration: none;
	width: 959px;
	height: 23px;
	line-height: 23px;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	border-top-style: none;
	background-color: #ffffff;
}

a.bottom_menu
{
	font-size: 12px;
	color: #000000;
	text-align: center;
	text-decoration: none;
	margin-left: 35px;
	margin-right: 35px;
}

a.bottom_menu:hover
{
	font-size: 12px;
	color: #572500;
	text-align: center;
	text-decoration: none;
}

a
{
	text-decoration: none;
	color: #000000;
}

a:hover
{
	text-decoration: underline;
	color: #000000;
}

h1
{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

h2
{
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	margin-left: 50px;
}

ul
{
	font-size: 13px;
	text-align: justify;
	list-style-position: inside;
}

b
{
	font-weight: bold;
	font-size: 14px;	
}

p
{
	font-size: 13px;
	text-align: justify;
	margin-left: 30px;
	margin-right: 30px;
}

table
{
	margin-left: auto;
	margin-right: auto;

}

.bottom
{
	width: 967px;
	height: 24px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background: #30F;
}

.bottom1
{
	background-color: #39F;
	color: #30F;
	width: 262px;
	height: 24px;
	float: left;
	text-align: center;
	line-height: 24px;
	font-size: 10px;
	font-weight: bold;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000000;
}

.bottom2
{
	color: #ffffff;
	width: 600px;
	height: 24px;
	float: left;
	text-align: center;
	line-height: 24px;
	font-size: 11px;
	font-weight: bold;
	background: #30F;
}

.pagebody
{
	background-color: #ffffff;
	width:959px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	min-height: 340px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	border-bottom-style: none;
}
#leftbox{
	width:360px;
	float:left;
	border: 1px solid #999;
	margin-top: 10px;
}

#leftbox a{
	color: #03F;
	text-decoration: none;
}

#leftbox a:hover{
	text-decoration: underline;
}

#leftbox h3{
	margin-left: 20px;
	color: #03F;
	font-size: 14px;
	font-weight: bold;
}
#rightcontent{
	float:right;
	width: 560px;
}

.error
{
	font-size: 14px;
	font-weight: bold;
	color: white;
	background-color: #717171;
	text-align: center;
	margin-bottom: 5px;
}
