/*
Colors
#FFFFFF  white
#000000  black
rgb(27,97,127) dark blue-green

*/

*
{
	margin: 0;
	padding: 0;
}

.spacer
{
	margin-top: 25px;	
	padding-top: 25px;
}

body
{
	background-color: #CCCCCC;
}

#outerwrapper
{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 775px;
	height: 800px; 
	background-image: url(/includefiles/BlueCircle/hmpage.jpg); 
	background-repeat: no-repeat;
	background-color: white;
	padding-left: 25px;
}

#innerwrapper
{
	float: left;
	width: 55%;
	color: rgb(27,97,127);
	font-size: 12px;
	font-family: arial, sans-serif;
		
}

#header
{
	padding-top: 350px;
	color: rgb(27,97,127);
}

#header h2 /* for hmpage2.jpg */
{
	font-size: 13px;
	color: #801B2F;
}

#header h3 /* for hmpage2.jpg */
{
	font-size: 12px;
	color: #801B2F;
}

#header a
{
	color: rgb(27,97,127);
}

#header a:hover
{
	color: red;	
}

#footer
{
	padding-top: 75px;
	font-size: 11px;
}

#footer a
{
	color: rgb(27,97,127);
}

#footer a:hover
{
	color: red;	
}

#buttons
{
	float: left;
	width: 25%;
	padding-top: 320px;
	padding-left: 100px;
	font-size: 13px; 
	color: rgb(27,97,127);
}

.buttonimg
{
	background-repeat: no-repeat;
	height: 17px;
	width: 160px;
	padding-top: 0px;
	padding-left: 11px;
	margin-top: 5px;
	background-image: url(/includefiles/BlueCircle/arrow.gif);
}

.buttonwrapper
{
	padding-top: 0px;
	font-family: arial, sans-serif;
	font-size: 14px;
}

.buttonimg a
{
	text-decoration: none;
	color: rgb(27,97,127);
}

.buttonimg a:hover
{
	color: red;	
}

ul
{
	margin-left: 2.5em;

}

ul li
{
	margin-bottom: .3em;
	margin-top: .2em;	
}
