@charset "utf-8";
/* CSS Document */

body {
	background-color: #B5C6F9;
	background-attachment: fixed;
}

LI {
	list-style: dot inside;
	color:#000
}

a:link {
	color: black;
	text-decoration:none;
	
}

a:visited {
	color: black;
	text-decoration:none;
}

a:active {
	color: #666;
	text-decoration:none;
}

a:hover {
	color:black;
	text-decoration:underline;
}

.box1
{
	width:30%;
	float: right;
	height: 100%;
	border-color: #006;
	border-style: solid;
	border-width: thin;
	margin-left: 5px;
	background-color: #CCC;
	font-size: 12px;
}

.box2
{
	width:90%;
	float: left;
	height: 100%;
	border-color: #006;
	border-style: solid;
	border-width: thick;
	margin-left: 5px;
	background-color: #CCC;
	font-size: 18px;
}

.bold
{
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.2
{
	font-size: 16px;
	font-weight: bold;
	margin-right: 10px;
	
}

.3
{
	margin-top: 20px;
	margin-right: 10px;
	
}

.1
{
	font-size: 19px;
	font-weight: bold;
	margin-right: 10px;
}

.4
{
	margin-right: 31%;
}

.5
{
	margin-left: 10px;
}

.6
{
	font-size: 10px;

}

h4 {
	color: #FFF;
	background-color: #006;
	text-transform: uppercase;
	border-width: 2px;
	border-style: solid;
	border-color: #7D96B0;
	text-align: center;
}

h3 {
	color: #FFF;
	background-color: #006;
	text-transform: uppercase;
	border-width: 2px;
	border-style: solid;
	border-color: #7D96B0;
	text-align: center;
}

#picture {
	float:left;
	margin-right: 10px;
	text-align: center;
	padding-top: 20px;
	
	
}

.floatstop {
clear:both;
}

