* {
margin:0;
outline:none;
padding:0
}

body {
	font:12px Verdana, Helvetica, sans-serif;
	color: #000000;
}

#container {
	margin:30px auto 0;
	position:relative;
	width:790px;
	border: 2px solid #CCCCCC;
}

#banner {
	width: 780px;
	display: block;
	position: relative;
	height: 80px;
	background-color: #FF0000;
	background-position: left top;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#logo {
	background-image: url(../images/logo.gif);
	float: left;
	height: 80px;
	width: 250px;
	background-position: left top;
}

#animation {
	float: right;
	height: 80px;
	width: 530px;
}

#nav-top {
	width: 780px;
	height: 20px;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 4px;
	background-color: #000000;
	}
	
#nav-top ul {
    margin-left: 20px;
}

#nav-top li {
	font-size: 10px;
	color: #FFFFFF;
	display: inline;
	list-style-type: none;
	margin-left: 5px;
	margin-right: 5px;
}

#nav-top a {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
    text-align: center;

}



#nav-top a:hover {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}

#navigationbox {
	margin-left: 5px;
}

.navtable {
	height: 27px;
}


#content {
	display: block;
	width: 780px;
	padding-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-image: url(../images/body-bg.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

#leftcol {
	padding-left: 80px;
	width: 430px;
	display: block;
	background-color: #FFFFFF;
	padding-top: 30px;
	float: left;
}

#leftcol img {
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
}

#leftcol h3 {
	font-size: 150%;
	text-transform: capitalize;
	font-weight: bold;
	margin-bottom: 20px;
	font-family: "Times New Roman", Times, serif;
	color: #FF0000;
}

#leftcol p {
	margin-right: 10px;
	text-decoration: none;
	text-align: justify;
	padding-bottom: 10px;
}

#leftcol a {
	text-decoration: none;
	color: #000000;
}

#leftcol a {
	margin-right: 10px;
	text-decoration: underline;
}

#rightcol {
	width: 230px;
	display: block;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

#rightcol a {
	width: 230px;
	display: block;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF; 
	text-decoration:none;
}

#rightcol a:hover {
	width: 230px;
	display: block;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color:#CCCCCC;
	text-decoration:underline;
}


#closer {
	clear: both;
	height: 1px;
}

#footer {
	display: block;
	height: 20px;
	width: 780px;
	background-color: #FF0000;
}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	padding-top: 4px;
}

#footer a {
	text-decoration: none;
	color: #FFFFFF;
}

/* FLOAT CLEAR FIX */

.clearfix:after {
clear:both;
content:".";
display:block;
height:0;
visibility:hidden
}

.clearfix {
display:inline-table
}

/* Hides from IE-mac \*/
* html .clearfix {
height:1%
}

.clearfix {
display:block
}
/* End hide from IE-mac */
