/* CSS Document */
body { 
 	margin:0;
 	width:100%;
	background:#CCC;
	}
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.top {
	background-color:#464646;
	height:70px;
	width:100%;
	}
.logocon {
	width:800px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	}
.logo {
	background-image:url(images/logo.jpg);
	width:291px;
	height:64px;
	float:left;
	}
.con {
	width:800px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	}
.left {
	float:left;
	width:300px;
	height:600px;
}
.lefttxt {
	margin-top:20px;
	width:286px;
	margin-left:auto;
	margin-right:auto;
}
.right {
	float:right;
	width:445px;
	background:#FFF;
	height:800px;
}
.righttxt {
    margin-top:20px;
	width:386px;
	margin-left:auto;
	margin-right:auto;
}
.right1 {
	float:right;
	width:486px;
}
.nav {
	width:445px;
	float:right;
	background-color:#FFFFFF;
	margin-top:25px;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	font-weight: bold;
	text-align:center;
}

.foot {
background:#464646;
height:100px;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
.bold { font-weight:bold; }

h2 {
font-size:16px;
border-bottom:1px solid #000;
}

h3 {
font-size:14px;
border-bottom:1px solid #000;
}

h4 {
font-size:12px;
border-bottom:1px solid #000;
}
