@charset "UTF-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-color:#fff;
	}
	
	
#main{
	text-align:center;
	width:700px;
	height:500px;
	margin-left: auto ;
  	margin-right: auto ;
	}
	
#main2{
	margin:0px;
	padding:0px;
	height:auto;
	}
	
.nav{
	background-image:url(images/navback.gif);
	text-align:center;
	font-family:verdana;
	font-size:10pt;
	height:27px;
	}
	
	
.content{
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	width:700px;
	text-align:left;
	}

.content2{
	width:680px;
	margin-left: auto ;
  	margin-right: auto ;
	padding-right:10px;
	}

*html .content2{padding-top:10px;padding-right:0px;}				/* IE 6 hack */

html>body .content2{padding-top:10px;}								/* IE 7 hack */
	

.content-left{
	float:left;
	width:470px;
	padding-left:0px;
	padding-right:10px;
	}

html>body .content-left {width:450px;}								/* IE 7 hack */

*html .content-left {width:450px;}									/* IE 6 hack */
	
.content-right{
	width: 190px;
	margin-left:500px;
	text-align:left;
	}
	
html>body .content-right {width:200px; margin-left:470px;}			/* IE 7 hack */
	
*html .content-right {width:200px; margin-left:470px;}				/* IE 6 hack */

.content-right img{
	border:5px #dddddd solid ;
	}
	


h1{	
	text-align:center;
	font-family: verdana;
	font-size: 13pt;
	color:#ed1847;
	}
	
h2{	
	text-align:center;
	font-family: verdana;
	font-size: 9pt;
	color:#ed1847;
	font-weight:bold;
	}
	
h3{	
	text-align:center;
	font-family: verdana;
	font-size: 8pt;
	color:#222222;
	}
	
h4{	
	text-align:center;
	font-family: verdana;
	font-size: 10pt;
	color:#222222;
	}
	
.text{	
	text-align:left;
	font-family: verdana;
	font-size: 8pt;
	color:#222222;
	}

.text2{	
	text-align:left;
	font-family: verdana;
	font-size: 8pt;
	color:#444444;
	}

.text3{
	text-align:left;
	font-family: verdana;
	font-size:14px;
	color:#ff2828;
	font-weight:bold;
	}
	
.text4{
	color:#444444;
	text-align:center;
	font-family: verdana;
	font-size: 9pt;
	}
.text5{
	color:#51b848;
	text-align:center;
	font-family: verdana;
	font-size: 8pt;
	}

.text6{
	color:#51b848;
	text-align:center;
	font-family: verdana;
	font-size: 9pt;
	}
	
#mainmenu{
	text-align:center;
	width:600px;
	
	margin-left: auto ;
  	margin-right: auto ;
	}
	
#mainmenu2{
	margin:0px;
	padding:0px;
	height:auto;
	}
	
.menu{
	padding-left:0px;
	padding-right:0px;
	padding-top:5px;
	width:600px;
	text-align:left;
	}

.menu2{
	width:580px;
	margin-left: auto ;
  	margin-right: auto ;
	padding-right:0px;
	}	
	
.menu-left{
	float:left;
	width:150px;
	padding-left:0px;
	padding-right:10px;
	}
	
.menu-right{
	width: 400px;
	margin-left:170px;
	text-align:left;
	}

.menu-left img{
	border:5px #dddddd solid ;
	}

.menu-center img{
	border:5px #dddddd solid ;
	}

a img{border:0px}
	
a{color:#222222;text-decoration:none;}
a:visited{color:#222222; text-decoration:none}
a:hover{color:#ed1847; text-decoration:underline;}

.foot{
	width:700px;
	height:65px;
	font-family: verdana;
	font-size: 8pt;
	color:#555555;
	text-align:right;
	padding-top:25px;
	background-image:url(images/bottom.gif);
	background-position:center;
	background-repeat:no-repeat;
	clear:both;
	}
	
.foot2{
	width:700px;
	height:65px;
	font-family: verdana;
	font-size: 8pt;
	color:#555555;
	background-image:url(images/bottom2.gif);
	background-position:center;
	background-repeat:no-repeat;
	clear:both;
	}
	
.foot3{
	width:700px;
	height:65px;
	font-family: verdana;
	font-size: 8pt;
	color:#555555;
	background-image:url(images/bottom3.gif);
	background-position:center;
	background-repeat:no-repeat;
	clear:both;
	}

.menufoot{
	width:600px;
	height:80px;
	background-image:url(images/menubottom.gif);
	background-position:center;
	background-repeat:no-repeat;
	clear:both;
	}
