a:link	{
	color:#3F5EB7;
	text-decoration:underline;
	}
a:visited {
	color:#3F5EB7;
	text-decoration:underline;
	}
	
a:active {
	color:#333333;
	text-decoration:none;
	}
	
a:hover {
	color:#406771;
	text-decoration:none;
	}

body	{
	border: 0;
	padding: 0px;
	margin: 0px;
	text-align: center; /*centers the content in IE5/win */ 
	background-color: #406771; 
	background-image:url(images/background.gif);
    background-repeat:repeat-y;
	background-position:50%;
	font-family: machine, helvetica, sans-serif;
	font-size: 0.95em;
	line-height: 160%;
	color: #192427;
	}
	

.head {
	font-size: 1.1em;
	color: #406771;
	font-weight: bold;
	text-transform: uppercase;
	}

.footer {
	font-size: .7em;
	text-transform: capitalize;
	}

.bold {
	font-weight: bolder;
}

.link {
	font-weight: bold;
	font-size: .8em;
}

.blue {
	color: #406771;
	font-weight: bold;
	}


#wrap {
	width: 511px;
	text-align: left;
	background-color:#ffffff;
	float: right;
}

#left {
	float:left;
	width:289px;
	text-align: right;
	background-color: #C5D1D4;

}

#main { 
	width: 800px; 
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color:#ffffff;
}

.indentright {
	padding: 30px;
	text-align: right;
}

.indentleft {
	padding-right: 30px;
	padding-left: 75px;
	text-align: left;
}
	
.description {
	font-size: 0.9em;
	line-height: 120%;
}
