/*Style Sheet Template*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000033;
	background-color:#CCCCCC;
	background-image: url("Images/pagebackground.jpg");
	background-repeat:repeat-y;
	background-position: center;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000033;
}
a:hover {
	text-decoration: none;
	color:#0099CC;
}
a:active {
	text-decoration: none;
}

a.two {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
}

a.two:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
}

a.two:visited {
	text-decoration: none;
	color: #000033;
}

a.two:hover {
	text-decoration: none;
	color:#0099CC;
}

a.three{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}
a.three:link {
	text-decoration: none;
}
a.three:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.three:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.three:active {
	text-decoration: none;
}

a.four{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000033;
}
a.four:link {
	text-decoration: none;
}
a.four:visited {
	text-decoration: none;
	color: #000033;
}
a.four:hover {
	text-decoration: underline;
	color: #000033;
}
a.four:active {
	text-decoration: none;
}


#header {
	background-image:url(Images/indepth_topstrip.jpg);
	background-position: center;
	width: 801px;
	height: 81px;
	margin-left: auto;
	margin-right: auto;
}

#navbar {
	background-color:#CCCCCC;
	background-position: center;
	width: 802px;
	height: 20px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

#homebody {
	background-color:#FFFFFF;
	/*background-image:url(Images/homeclock.jpg);
	background-repeat:no-repeat;
	background-position: center top;*/
	width: 801px;
	clear: both;
	color: #FFFFFF;
	font-size:12px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
}

#body {
	background-color: #FFFFFF;
	background-position: center;
	width: 802px;
	height: 90%;
	clear: both;
	font-size:12px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;

}.flowlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000033;
}
