/* CSS Document */
body {
	background-image: url(image/background.gif);
	background-repeat: repeat-y;
	font-family: "Times New Roman", Times, serif;
}
#header{
	float: left;
	width: 100%;
	background-color: #000099;
	padding: 0px;
	height: 95px;
	margin-top: -20px;
		
}
#headerimg{
	float: right;
	margin-right: 50px;
	margin-top: 15px;
}
.topbox1{
	float: left;
	width: 33%;
	background-color: #FF0000;
	height: 20px;
	margin-left: 3px;
}
.topbox2{
	float: left;
	width: 33%;
	background-color: #FFFF00;
	height: 20px;
	margin-left: 3px;
}
.topbox3{
	float: left;
	width: 33%;
	background-color: #008000;
	height: 20px;
	margin-left: 3px;
}
.clear{
	clear: both;
}
.left{
	float: left;
	padding: 5px;
}
.right{
	float: right;
	padding: 15px 20px 10px 15px;
}

h1 {
	color: #000099;
}
.container {
	width: 88%;
	padding: 5px;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 110px;        
}
a:link {color:#0000CC;}
a:visited {color:#0000CC;}
a:hover {color :#FF0000;}
/* pyramid */

#navPyra {
        margin: 0;
        padding: 0 0 20px 10px;
        border-bottom: 1px solid #000099;
}
#navPyra li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#navPyra a:link, #navPyra a:visited {
        float: left;
        font-size: 14px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 10px 6px 10px;
        text-decoration: none;
        color: #000099;
}

#navPyra a:link.active, #navPyra a:visited.active, #navPyra a:hover {
color: #FF0000;
background: url(image/pyramid.gif) no-repeat bottom center;
}
.color1{
	background-color: #FF0080;
}
.color2{
	background-color: #0000FF;
}
.color3{
	background-color: #008000;
}
.color4{
	background-color: #FF0000;
}
.color5{
	background-color: #400080;

}
.color6{
	background-color: #FF8000;

}
.color7{
	background-color: #32CD32;

}
.color8{
	background-color: #FFFF00;
}
.color9{
	background-color: #8080FF;
}
ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }
#menu {
	width: 175px;
	margin-left: 10px;
	float: left;
	margin-top: 5px;
	              }
#menu li a, #menu a:active, #menu a:link, #menu a:visited {
	height: 20px;
	text-decoration: none;
	display: block;
	margin-top: 3px;
	margin-bottom: 4px;
	font-family: 13px bold Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 1px 0 0 22px;
	
        }

#menu li a:hover{ 
        font-weight: 800;
        }
.maincontent {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000099;
	float: left;
	margin-left: 20px;
	width: 78%;
	margin-top: 20px;
}
h2 {
	font-size: 24px;
	font-weight: bold;
	color: #000099;
	text-align: center;
}
#footer {
	float: left;
	width: 88%;
	margin-left: 132px;
}
h4 {
	font-size: 100%;
	color: #000099;
	margin: 0;
	text-align: center;
}
h1 {
	color: #000099;
}