/* CSS Document */
body {
	background-color: #aaffaa;
	margin: 0px;
	padding: 0px;
	height: 32in;
}

#col1{
       	width: 220px;
	height: 36in;
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 15px;
	float: left;
	text-align: left;
}
#col2{
       	width: 220px;
	height: 36in;
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 15px;
	float: left;
	text-align: left;
}

#heading {
	background-color: #fdff99;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-right: 2 solid black;
	border-bottom-color: black;
	border-top-width: 1px;
	border-top-style: solid;
	border-left: solid 1 #ffffcc;
	margin-left: 5px;
	color: #ff6666;
	text-align: left;
	border-top: solid 1 #ffffcc;
	margin-left: 10px;
	margin-top: 10px;
}
#heading img {
	border-top: 1px solid silver;
	border-right: none;
	border-bottom: 1px solid silver;
	border-left: none;
	
}
#navbar {
	background-color: #ffaaaa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #888888;
	width: 220px;
	height: 36in;
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 15px;
	float: left;
	text-align: left;
	border-top: solid 2 #ffcccc;	
	border-left: solid 2 #ffcccc;
	border-bottom: solid 2 black;
	border-right: solid 2 black;	
}
#navbar a {
	text-decoration: underline;
	color: #3333ff;


}
#navbar a:hover {
	text-decoration: underline strong;
	color: #ffff88;

}
#navbar a:visited {
	text-decoration: underline;
	color: #ff4444;

}

#content {
	background-color: #aaaaff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #222255;
	text-align: left;
	text-valign: top;	
	width: 500px;
	float: left;
	margin-top: 15px;
	border-top: solid 5 #ccccff;	
	border-left: solid 5 #ccccff;
	border-bottom: solid 5 #ccccff;
	border-right: solid 5 #ccccff;	
}
#content a {
	text-decoration: underline;
	color: #000000;


}
#content a:hover {
	text-decoration: underline;
	color: #ffff88;

}
#content a:visited {
	text-decoration: underline;
	color: #ff4444;

}

.section {
	border-bottom-width: 2
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 95%;
	margin-left: auto;
	margin-bottom: 5px;
	margin-left: 20px;	

}
.edge {
	margin-left: 5px;
}
#center {
	background-color: #aaaaff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #222255;
	text-align: center;
	text-valign: top;	
	width: 500px;
	float: left;
	margin-top: 20px;
	border-top: solid 2 silver;	
	border-left: solid 2 silver;
	border-bottom: solid 2 black;
	border-right: solid 2 black;	
}
#center a {
	text-decoration: underline;
	color: #4444ff;


}
#center a:hover {
	text-decoration: underline;
	color: #ffff88;

}
#center a:visited {
	text-decoration: underline;
	color: #ff4444;

}

#all {
	width: 800px;
	height: 24in;
	margin-right: auto;
	margin-left: auto;
	align: left;
	valign: top;
}
h1 {
	font-size: 28px;
	color: #ff6666;

}
h2 {
	font-size: 22px;
	color: #aaffaa;
}
h3 {
	font-size: 18px;
	color: #aaffaa;
}
h4 {
	font-size: 16px;
	color: #aaffaa;
}
h5 {    font size: 8px:
        color: #ff2222;
}

.floatleft {
        float: left;
	margin-top: 0px; 
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 5px;
}

.floatright {
	float: right;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 0px;
}

#disclaimer {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #aaaaff;
	text-align: left;
	text-valign: top;	
	width: 500px;
	float: left;
	margin-top: 15px;
	border-top: solid 5 #ccccff;	
	border-left: solid 5 #ccccff;
	border-bottom: solid 5 #ccccff;
	border-right: solid 5 #ccccff;	
}


#disclaimer a {
	text-decoration: underline;
	color: #aaaaff;


}
#disclaimer a:hover {
	text-decoration: underline;
	color: #aaaaff;
}
#disclaimer a:visited {
	text-decoration: underline;
	color: #aaaaff;
}
