@charset "utf-8";
/* CSS Document */

body 
	{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:left;
	font-family:tahoma;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	font-size:12px;
	color:#FFFFFF;
	text-decoration: none;
	background-color:#0080FF;
	}

#container
	{
	width:100%;
	height:100%;
	margin: 0 auto;
	padding:0 px;
	background-image:url(images/bg.jpg)
	}

#header
	{
	width: 100%;
	height: 180px;
	background-color:#FFF;
	margin: 0 auto;
	}
	
#nav
	{
	width:100%;
	height: 33px;
	background-color:#0080ff;
	border-bottom: 3px solid #06C;
	}
	
#middle
	{
	width:100%;
	margin-top:10px;
	padding-bottom: 25px;
	background-image:url(images/throw3.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	}
.containerwidth
	{
	width: 900px;
	margin: 0 auto;
	}

.containerwidth2
	{
	width: 900px;
	margin: 0 auto;
	color: #666;
	}

.width600
	{
	width:900px;
	background-color:#FFFFFF;
	float:left;
	text-align: justify;
	}

.width300
	{
	width:auto;
	background-color:#FFFFFF;
	border: 3px solid #0080FF;
	padding: 10px;
	float:right;
	margin: 0px 0px 15px 15px;
	}

	
.wjc
	{
	width:340px;
	height:130px;
	padding-top:30px;
	float:left;
	}
	
.asso
	{
	width: 270px;
	float:right;
	background-image:url(images/bjava.jpg);
	padding: 125px 10px 11px 0px;
	text-align:right;
	}

.bja
	{
	font: arial 14px bold;
	color: #06C;
	font-size: 12px;
	font-weight: bold;
	padding-right: 30px;
	font-family: Arial;
	text-align: left;
	}
	
.add
	{
	font: arial 12px normal;
	color: #06C;
	font-family: Arial;
	font-size: 9px;
	padding-right: 30px;
	text-align: left;
	}
	
a.menu:link, a.menu:visited, a.menu:active
	{
	font-size: 12px;
	font-family: Tahoma;
	font-weight:bold;
	color: #FFFFFF;
	text-align:center;
	float: left;
	text-decoration: none;
	padding:10px 12px 9px 12px;
	border-left: 1px solid #06C;
	}

a.menu2:link, a.menu2:visited, a.menu2:active
	{
	font-size: 12px;
	font-family: Tahoma;
	font-weight:bold;
	color: #FFFFFF;
	text-align:center;
	float: left;
	text-decoration: none;
	padding:10px 12px 9px 12px;
	border-left: 1px solid #06C;
	border-right: 1px solid #06C;
	}

a.menu2:hover
	{
	color: #0080ff;
	background-color:#FFFFFF;
	}
	
a.menu:hover
	{
	color: #0080ff;
	background-color:#FFFFFF;
	}
	
.header
	{
	width:640px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding: 8px 0px 8px 10px;
	background-color: #0080ff;
	}

.header3
	{
	width:640px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding: 8px 10px 8px 0px;
	background-color: #036;
	text-align:right;
	}

.contentbox
	{
	width:650px;
	border: 1px solid #06C;
	border-bottom: 0px;
	background-color: #FFF;
	margin-top:15px;
	float:left;
	}

.contentboxright
	{
	width:208px;
	border: 1px solid #06C;
	background-color: #FFF;
	float:right;
	border-bottom: 0px;
	border-top: 0px;
	padding:10px;
	}
	
#containerright
	{
	width:230px;
	float:right;
	margin-top:15px;
	}
	
.smallcorner
	{
	width:230px;
	background-image: url(images/corners2.gif);
	height:20px;
	float:right;
	}

.header2
	{
	width:218px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding: 8px 10px 8px 0px;
	background-color: #0080ff;
	border: 1px solid #06C;
	border-bottom: 0px;

	}

.corner
	{
	background-image:url(images/corners.gif);
	background-position: bottom;
	background-repeat:no-repeat;
	width:652px;
	height:20px;
	float:left;
	}
	
.textbox
	{
	width:610px;
	padding:20px 20px 0px 20px;
	}

.imageright2
	{
	float:right;
	padding:2px;
	border: 1px solid #CCC;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	background-color: #FFF;
	}

.imagecenter
	{
	padding:2px;
	border: 1px solid #CCC;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	background-color: #FFF;
	}

.imageleft
	{
	float:left;
	padding:2px;
	border: 1px solid #CCC;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	background-color: #FFF;
	text-align:center;
	line-height: 20px;
	}
	
.clearfloat 
	{ 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}

#footerbar
	{
	margin-top: 30px;
	width:100%;
	background-color: #06C;
	height:3px;
	}
	
#footer
	{
	border-top: 2px solid #06C;
	height:150px;
	width: 100%;
	background-image:url(images/fader.jpg);
	background-repeat:repeat-x;
	padding-top:30px;
	}
	
.footleft
	{
	width: 500px;
	height:100px;
	float:left;
	text-align: center;
	padding-left: 50px;
	}
.footright
	{
	width:300px;
	height:100px;
	float:right;
	}
	
a.menu3:link, a.menu3:visited, a.menu3:active
	{
	font-size: 11px;
	font-family: Tahoma;
	color: #FFF;
	font-weight: normal;
	text-align:center;
	float: left;
	text-decoration: none;
	padding:3px 8px 3px 8px;
	border-right: 1px solid #09F;
	}

a.menu3:hover
	{
	color: #000000;
	background-color:#FFFFFF;
	}

a.menu4:link, a.menu4:visited, a.menu4:active
	{
	font-size: 11px;
	font-family: Tahoma;
	color: #FFF;
	font-weight: normal;
	text-align:center;
	float: left;
	text-decoration: none;
	padding:3px 8px 3px 8px;
	border-right: 0px;
	}

a.menu4:hover
	{
	color: #000000;
	background-color:#FFFFFF;
	}

.date
	{
	font-size: 14px;
	font-family: tahoma;
	font-weight: bold;
	color:#06C;
	border-bottom: 1px solid #06c;
	text-align: left;
	}
	
.class
	{
	font-size: 12px;
	font-family: tahoma;
	font-weight: normal;
	color:#333;
	text-align: left;
	}
	
.floatleft
	{
	float:left;
	width:155px;
	padding:5px;
	font-size: 14px;
	font-weight: bold;
	margin: 3px;
	line-height:40px;
	text-align:right;
	color: #000000;
	}

.floatmid
	{
	float:left;
	width:185px;
	padding:5px;
	font-size: 14px;
	font-weight: bold;
	margin: 3px;
	line-height:40px;
	text-align:center;
	}

.floatright
	{
	float:left;
	width:185px;
	padding:5px;
	font-size: 14px;
	margin: 3px;
	line-height:40px;
	text-align:left;
	}
	
.headerrrrrr
	{
	width:610px;
	text-align:center;
	font-size:30px;
	border-bottom:1px dashed #06C;
	color:#000;
	font-family:impact;
	margin-bottom:10px;
	}
	
.headerrrrrr2
	{
	width:610px;
	text-align:center;
	font-size:30px;
	color:#000;
	font-family:impact;
	margin-bottom:10px;
	}
	
.floatleft2
	{
	float:left;
	width:155px;
	padding:20px 5px 20px 5px;
	font-size: 14px;
	font-weight: bold;
	margin: 3px;
	text-align:right;
	color: #000000;
	line-height:20px;
	}

.floatmid2
	{
	float:left;
	width:185px;
	padding:20px 5px 20px 5px;
	font-size: 14px;
	font-weight: bold;
	margin: 3px;
	text-align:center;
	line-height:20px;
	}

.floatright2
	{
	float:left;
	width:195px;
	padding: 20px 5px 20px 5px;
	font-size: 14px;
	margin: 3px;
	text-align:left;
	line-height:20px;
	font-weight:normal;
	}

.imagefame
	{
	float:left;
	padding:2px;
	border: 1px solid #CCC;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 15px;
	background-color: #FFF;
	text-align:center;
	padding:10px;
	height: 220px;
	}
	
.image
	{
	margin-bottom:10px;
	}
	
a.lineheight
	{
		line-height:25px;
	}
	
a.linkz:link, a.linkz:active, a.linkz:visited
	{
	font-size:14px;
	font-family: arial;
	font-weight: bold;
	color:#000000;
	text-decoration:none;
	line-height:25px;
	border-bottom: 1px dashed #06C;
	text-align: left;
	}
a.linkz:hover
	{
	color:#06C;
	}
	
.links
	{
	width:350px;
	padding:3px;
	text-align: left;
	}
	
.links2
	{
	width:385px;
	padding:3px;
	text-align: left;
	}
	
.belts
	{
	width:120px;
	float:left;
	margin-right: 5px;
	padding-bottom: 5px;
	text-align:center;
	margin-bottom: 8px;
	}

.beltcontain
	{
	width: 380px;
	margin-left: 130px;
	margin-top: 20px;
	}
	
.border
	{
	border: 1px solid #CCC;
	margin-bottom: 5px;
	}

.leftfloat
	{
	float:left;
	padding-right: 10px;
	}

.dir
	{
	font-family:arial;
	font-size:11px;
	font-weight: normal;
	
	}
