/*** BACKGROUND ***/

body {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 14px;
 	background-color:#D7ECFF;
 	margin:0;
	padding:0;
}

/**Positions**/

#PositionContainer {
	position: relative;
	margin:0px 0px 0px 0px;
}
#GlobalContainer {
	height:auto;
	width: 800px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-bottom:10px;
	top:0px;
}
#TopBG
{
	margin: 0; 
	padding: 0; 
	left:0;
	width:100%; 
	height:160px; 
	position:absolute; 
	background-color: #ffffff;
	z-index:-2;
}
#NavBarBG
{
	margin: 0; 
	padding: 0; 
	top:160px; 
	left:0;
	width:100%; 
	height:25px; 
	position:absolute; 
	background-image:url(images/nav_bg.jpg); 
	background-repeat:repeat-x; 
	border-top:2px #00549E solid;
	border-bottom:2px #00549E solid;
	z-index:0;
}
#IntroBG {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	top:182px;
	width:100%;
	height:400px;
	position:absolute;
	background-image:url(/images/sky_bg.jpg);
	background-repeat:no-repeat;
	clear: both;
	z-index:-1;	
	border-bottom:2px #00549E solid;
}

#Header {
	height: 180px;
	width: 900px;
	position: relative;
	float: left;
}
#Header .head{
	height:70px;
}
#Header .adsense{
	height:90px;
}
#NavBar {
	height: 21px;
	width: 100%;
	position: relative;
	float: left;
	list-style: inline;
	padding: 0;
	margin: 0;
	top: -30px
}
	#NavBar li {
	 	display: inline;
		padding-right: 15px;
		list-style: none;
	}
	#NavBar a {
	 	text-decoration: none;
	}


#Intro {
	width: auto;
	height: 365px;
	position: relative;
	float: left;
	margin: 0px 0px 19px 0px;
}
.trans_box1 {
  /* Mozilla doesn't support crazy MS image filters, so it will ignore the following */
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/white.png');
}

/* IE ignores css styles with [attributes], so it will skip the following. */
.trans_box1[class] {
	padding: 10px 20px 10px 20px;
	border:2px #00549E solid;
	background-image:url(/images/white.png);
	background-repeat: repeat;
}


#Content {
	width: 900px;
	height: auto;
	position: relative;
	float: left;
}

#Content .adsense{
 	width:100%;
 	padding-top:10px;
	margin-left:63px;
}

#About {
	width: 680px;
	height: auto;
	border-top:2px #00549E solid;
	border-bottom:2px #00549E solid;
	border-right:2px #00549E solid;
	border-left:2px #00549E solid;	
	margin-top: 10px;
	margin-left: 83px;
	margin-bottom: 10px;
	background-color: #ffffff;
}
	#About p{
		padding: 0px 20px 0px 20px;
	}

#Footer {
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}
	#Footer a{
		text-decoration: none;
	}

/**Divisions**/
/** FONTS **/
a:link { 
	color: #000000;
}
a:visited { 
	color: #000000;
}
a:active { 
	color: #00000;
}
a:hover { 
	color: #0040AB;
}

SPAN.header
{
    font-size: 10pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-variant: small-caps;
    font-weight: bold;
	text-align: center;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	text-align: left;
	padding: 15px 0px 0px 100px;
	margin: 0px 0px 0px 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: none;
	text-align: center;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0;
}
