@charset "UTF-8";

/*Copyright 2008 Bryan Yeager */

/*	BY Dark Blue: #5D88A1
	BY Light Blue: #BBD3EB
	BY Light Gray: #BDC0C2
	BY Dark Gray: #919294
	BY Background Blue: #F9FDFF
*/

a:link {text-decoration: none; color: #5D88A1 }
a:visited { text-decoration: none; color: #5D88A1 }
a:hover { text-decoration: underline; color: #5D88A1 }
a:active { text-decoration: none; color: #5D88A1 }

body {
	background-color: #FFFFFF;
	font-family: Helvetica, Arial, "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 16pt;
	color: #000000;
	-webkit-font-smoothing: antialiased;
}

.header1 {
	font-size: 18pt;
	font-family: Georgia, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: bold;
}

#topcontain {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -0.75em;
	padding-top: 0.5em;
	text-align: center; /* IE5/Win Center Workaround */
	background-color: #FFFFFF;
}

#bgcontain {
	clear: both;
	margin-left: -8px;
	margin-right: -8px;
	/*background-image: url(/images/bg_blue.png);*/
	background-color: #BBD3EB;
	/*background-repeat: repeat-x;
	background-position: 0px 250px;*/
}

#maincontain {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center; /* IE5/Win Center Workaround */
}

#innercontain {
	padding: 50px;
	text-align: left;
}

.box {
	padding: 50px;
	background-color: #FFFFFF;
	text-align: left;
	margin: 10px;
}

.iconbox {
	margin: 0;
	padding-bottom: 10px;
	width: max;
	text-align: center;
}

.icon {
	padding: 0 10px;
}