body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, hevetica, sans-serif;
	font-size: small;
	background-color: #09467A;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
#ads {
	margin: 20px;
}
#containerbgoutside {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #CCCCCC;
}
#containerbg {
	border: 10px solid #999999;
	width: auto;
}
#containerbginside {
	background-color: #DEDEDE;
	border-top: 1px solid #333333;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #333333;
	width: 100%;
}
#logo{
	float: left;
	clear: both;
	margin-bottom: 5px;
}

form
{
	margin: 0;
	padding: 0;
}
label { 
	float: left; 
	text-align: right; 
	font-weight: bold; 
	width: 140px; 
	margin-left: 0px
}
.formmargin { 
	float: left; 
	font-weight: bold; 
	margin-left: 140px
}
input, select, textarea
{
	margin: 0;
	font-family: verdana, arial, hevetica, sans-serif;
	font-size: 9px;
}
#loginform
{
	float: right;
	margin-top: 5px;
}

#loginform input
{
	width: 60px;
	margin-right: 2px;
}

#loginform input.ok
{
	margin-right: 4px;
	width: 43px;
}
#footer{
	font-size: x-small;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	color: #DEDEDE;
}
#footer a{
	color: #DEDEDE;
	text-decoration: none;
}

#footer a:hover{
	color: #FF0000;
	text-decoration: overline;
}

#contentfooterinside{
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
	text-align: center;
	border-top: 1px solid #333333;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #333333;
}
#contentfooteroutside{
	width: 80%;
	clear: both;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #CCCCCC;
	margin: auto;
	margin-top: 10px;
}
#contentfooter{
	border: 5px solid #999999;
}

#menu{
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	width: 70%;
	margin: auto;
	padding-top: 40px;
	text-align: right;
	float: right;
	background-image:url(images/menubg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/*--------------------*/

#menu ul ul {
position: absolute;
z-index: 500;
top: -30px;
left: 0px;

}

/*--------------------*/
#contentfooter ul, #menu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#contentfooter li, #menu li{
	position: relative;
	display: inline;
	list-style-type: none;
	margin-left: 6px;
	margin-right: 6px;
}


#menu li ul {
	display: inline;
	width: 345px;
}

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

#contentfooter a:active, #menu a:active{
	text-decoration: underline;
	color: #000000;
}

#contentfooter a:hover, #menu a:hover{
	text-decoration: overline;
	color: #FF0000;
}
#content{
	text-align: justify;
	width: 100%;
}

#contentcontainer {
	margin: 10px;
	clear: both;
}

.left{
	float: left;
}
.right{
	float: right;
	width: 370px;
}
.center{
	text-align: center;
}
#boxcontainer{
	padding: 0px;
	margin: 3px;
	clear: both;
	text-align: center;
}
#boxcontainer a{
	color: #000000;
	text-decoration: none;
}

.boxoutside {
	margin: 8px;
	padding: 0px;
	width: 150px;
	float: left;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #CCCCCC;
}
.box {
	border: 5px solid #999999;
	height: 100%;
}
.boxinside {
	cursor: hand;
	padding: 5px;
	border-top: 1px solid #333333;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #333333;
	height: 100px;
	color: #000000;
	font-weight: bolder;
	font-size: 16px;
	background-repeat: no-repeat;
	background-position: center center;
}
.indent {
	margin-left: 25px;
}
#topbanner {
	padding: 0px;
	margin: 10px;
}
#imagebanner {
	background-color: #09467A;
	height: 75px;
	clear: both;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
p{
	margin-top: 0px;
}
a{
	color: #000000;
}
a:hover {
	color: #FF0000;
	text-decoration: overline;
}
.line{
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #000000;	
	width: 75%;
	margin: 15px auto 10px;
}
textarea, input, select{
	background-color:#cccccc;
	margin: 3px;
}.justify {
	text-align: justify;
}
.alignright {
	float: right;
}
