/* CSS Document */
body {
	background-color: #5D6991;
	font-size: 75%;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

div
{
	text-align: left;
}

*{
    moz-box-sizing: border-box;
}

h1
{
	font-size: 140%;
	margin-top: 0px;
	padding-top: 8px;
	color: #330033;
}

h2
{
	font-size: 120%;
	margin-top: 0px;
	padding-top: 8px;
	color: #330033;
	
}

a {
	color: #666699;
	text-decoration: none;
}
a:hover {
	color: #666699;
	text-decoration: underline;
}

.clear
{
	clear: both;
	line-height: 1px;
}


#frame
{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	width: 760px;
	height: 150px;
	background: url(images/title.jpg) no-repeat;
}


.error {
color: #FF0000;
}




.menu a
{
	color: #FFFFFF;
	display: block;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

.menu a:hover
{
	color: #FFFF00;
}


.menu span
{
	display: block;
	width: 2px;
	height: 25px;
	float: left;
	background: url(images/spanbg.gif);
}


.section_top
{
	width: 760px;
	height: 20px;
	background: url(images/top_760x20.gif) no-repeat;		
	margin: 0px;
	line-height: 1px;
	font-size: 10%;
}

.section_mid
{
	width: 760px;
	margin: 0px;
	background: url(images/middle_760x20.gif) repeat-y;
}

.content
{
	margin-left: 40px;
	margin-right: 40px;
	font-size: 100%;
}

.content textarea, .content input, .content select
{
	font-size: 90%;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;		
}

.section_bot
{
	width: 760px;
	margin: 0px;
	height: 20px;
	line-height: 1px;
	font-size: 10%;
	background:  url(images/bottom_760x20.gif) no-repeat;			
}