@charset "UTF-8";
body {
	width: 960px;
	margin: 0 auto;
	font-family:arial;
	font-size:11px;
	}
.clear {clear:both}

#container {
	text-align: left;
	height: 600px;
	position: relative;
}
#header {
	float: left;
	height: 50px;
	width: 949px;
	padding-left: 20px;
	padding-top: 30px;
	position: relative;
}

#footer {
	float: left;
	height: 36px;
	width: 949px;
	padding-left: 20px;
	border: 0;
	position:absolute;
	top: 600px;
	left: 0px;
}
/*end of div layout rules, text follows*/
a:link {color: #333333}
a:visited {color: #000000}
a:hover {color: #666666}

#header a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
#header img {
	border: 0px;
	position: absolute;
	top: 40px;
	left: 750px;
}
#footer a {
	text-decoration: none;
}
#mainbody {
	float: left;
	height: 380px;
	width: 960px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
/*	background-color:#CCC;*/
}
.column{
	float:left;
	width:460px;
	height:340px;
	padding:10px;
}
#mainbody p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
}
#mainbody a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#mainbody ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	list-style-type: none;
	line-height: 30px;
	color: #333333;
}

#nav {
    margin:0;
    padding:0;
    list-style:none;
	clear:both;
} 
#nav li {
	        float:left;
        display:block;
        width:100px;
        background: #fff;
        position:relative;
        z-index:500;
        margin:0 /*1px*/;
    }
	
#nav li a {
        display:block;
        padding:8px 5px 0 5px;
        font-weight:700; 
        height:23px;
        text-decoration:none;
        color:#fff;
        text-align:center;
        color:#333;
    }
#nav li a:hover {
	color:#666;
}
    #nav a.selected {
        color:#f00;
    }
        /* submenu, it's hidden by default */
        #nav ul {
            position:absolute;
            left:0;
            display:none;
            margin:0 0 0 -1px;
            padding:0;
            list-style:none;
        }
         
        #nav ul li {
            width:100px;
            float:left;
            border-top:1px solid #fff;
        }
         
        /* display block will make the link fill the whole area of LI */
        #nav ul a {
            display:block; 
            height:20px;
            padding: 8px 5px;
            color:#000;

        }
         
        #nav ul a:hover {
			color:#666;
            text-decoration:underline; 
        }
		
#banner {
	position:absolute;
	float:left;
	clear:both;
}
