body {
	background-color: #d7ddeb;
	font: small Arial, Helvetica, sans-serif;
	color: #006;
	
	}
	a:link 	{
	font-family: Arial, Helvetica;
	color: #006;
	text-decoration: none;
}
	a:visited {color: #006; text-decoration: none;}
	a:active {color: #006; text-decoration: none;}
	a:hover {color: #006; text-decoration: underline;}
	

h1, h2, h3, h4, h5 {
	margin: 0em 0em .5em 0em;
	padding: 0em 0em .2em 0em;
}
h4 {
	border-bottom: 1px solid #006;
}
h6 {
	font-style: italic;
	font-size: x-small;
	color: #666;
	margin: 0;
	text-align:	center;
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}

#banner {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #999;
	background-color:#CCC;
	width: 100%;
}

.content_right {
	float: right;
	width: 20%;
	margin: 0;
	padding: 0;
}
.content_left {
	float: left;
	width:20%;
	margin: 0;
	padding: 0;
	height: inherit;
	overflow: auto;
}
.box {
	margin: 0em 0em 1em 0em;
	padding: 0;
	font-size: small;
	color: #006;
	background: #EEE;
	border: 1px solid #999;
}
.box2 {
	clear: both;
	border: 1px solid #999;
	margin: 10px;
	padding: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: small;
	background: url(../images/LOGO/GCSDfade.png) no-repeat center;

}
.header {
	margin: 0;
	padding: .5em;
	background-color: #006;
	font-size: small;
	color: #FFF;
}
.box p {
	padding: 0em .5em 0em .5em;
	margin: 0em 0em .5em 0em;
}

.content_middle {
	float: left;
	width: 55%;
	margin-left: .5%;
	margin-right: .5%;
	padding: 1em;
	border-right-color: #999;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #999;
	border-left-style: solid;
	border-left-width: 1px;
}

.footer {
	clear: both;
	margin: 0;
	padding: 0.5em;
	background-color:#ccc;
	font-size: smaller;
	text-align: center;
	border-bottom: solid;
	border-bottom-color: #999;
	border-bottom-width: 1px;
	border-top-color: #999;
	border-top-style: solid;
	border-top-width: 1px;
}

.paragraph {
	line-height: 1.4em;
	font-size: x-small;
	color: #999999;
}

