BODY	{
	background-color : #99c6f4;
	background-image: url(img/topbg.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	color : #000000;
	margin: 0px;
	text-align: center;
}

a:link {color: #0075BF;}
a:visited {color: #0075BF;}
a:active {color: #0075BF;}
a:hover {color: #3783FF;}
a {text-decoration: none;}

.class2 A:link {color: blue; text-decoration: none;}
.class2 A:visited {color: blue; text-decoration: none;}
.class2 A:active {color: blue; text-decoration: none;}
.class2 A:hover {text-decoration: underline; color: blue;}

.class3 A:link {color: #000000; text-decoration: underline;}
.class3 A:visited {color: #000000; text-decoration: underline;}
.class3 A:active {color: #000000; text-decoration: underline;}
.class3 A:hover {text-decoration: underline; color: #000000;}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input	{
	margin:0; padding:0;
}

#wrapper	{
	width: 870px;
	margin: 0 auto;
	padding: 0px;
}

#wrapper #header	{
	width: 870px;
	height: 200px;
	background-color: #000000;
}
#wrapper #subHeader	{
	text-align: right;
	width: 870px;
	height: 30px;
	background-color: #E2DFD0;
}

table.menu_table	{
	border-bottom-style: solid;
	border-bottom-color: #99C6F4;
	border-bottom-width: 2px;
}

td.menu_td	{
	border-left-style: solid;
	border-left-color: #99C6F4;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #99C6F4;
	border-top-width: 1px;
	border-right-style: solid;
	border-right-color: #99C6F4;
	border-right-width: 1px;
	}

#wrapper #contentWrapper	{
	vertical-align: text-top;
	width: 870px;
	height: inherit;
	background-color: #E2DFD0;
}

#wrapper #contentWrapper #subContain	{
	padding: 10px;
	vertical-align: text-top;
	width: 870px;
	height: inherit;
	background-color: #E2DFD0;
}

#wrapper #networks	{
	padding: 10px;
	width: 730px;
	background-color: #E2DFD0;
	text-align: center;
}

#wrapper #footer	{
	width: 870px;
	height: 30px;
}
#wrapper #copyright	{
}

#ad	{
position: absolute;
top: 0px;
left: 0px;
}