body,div,p,li,a,ul,span,h1,h2,h3,h4,input,form,table,tr,td
{
	font-Family:Arial,Verdana;
}
/* TOP SECTION */
body
{
	text-align:center;
}
div.Wrapper
{
	display:block;
	width:950px;
	margin-left:auto;
	margin-right:auto;
}
div.Top
{
	height:105px;
	width:950px;
	position:relative;
}
div.Logo
{
	width:170px;
	position:absolute;
	top:0px;
	left:0px;
	background:#FFFFFF;
	height:105px;
}
.Logo img
{
	border:none;
}
div.TopRight
{
	width:780px;
	height:80px;
	position:absolute;
	top:0px;
	left:170px;
}
div.TopBanner
{
	height:80px;
	width:780px;
	clear:both;
	background:blue;
	position:relative;
}
span.TwitIcon
{
	position:absolute;
	top:5px;
	left:5px;
	z-index:999;
}
span.FBIcon
{
	position:absolute;
	top:43px;
	left:5px;
	z-index:999;
}
span.FBIcon img,span.TwitIcon img
{
	border:none;
}
div.Links
{
	clear:both;
	height:25px;
	background:#CCCCCC;
	position:relative;
}
div.Links ul
{
	padding:0px;
	margin:0px;
}
div.Links ul li
{
	float:left;
	display:block;
	width:105px;
	list-style-type:none;
}
div.Links a
{
	font-Size:8pt;
	text-decoration:none;
	color:#CC0000;
	background:#CCCCCC;
	font-Weight:bold;
	display:block;
	width:105px;
	height:20px;
	padding-top:5px;
}
div.Links a:hover
{
	color:#000000;
	background:#DDDDDD;
}
span.Search
{
	display:block;
	height:20px;
	width:200px;
	position:absolute;
	top:0px;
	left:550px;
	width:250px;
	height:20px;
}
form, fieldset
{
	margin:0;
	padding:0;
	border:none;
}
span.Search #search
{
	border:solid 1px #999999;
	padding:0px;
	height:18px;
	width:170px;
}
span.Search #searchbutton
{
	border:solid 1px #999999;
	padding:2px;
	height:20px;
	width:50px;
}
span.Search #searchbutton, span.Search #search
{
	font-Size:8pt;
	float:left;
	margin:2px 0 0 0;
}
/* END OF TOP */


div.Graphic
{
	width:950px;
	position:relative;
	min-height:450px;
	font-Size:0;
}


/* FOOTNOTE */
div.Bottom
{
	height:20px;
	width:950px;
	font-Size:8pt;
	clear:both;
	float:left;
	position:relative;
	border-top:dashed 1px #999999;
}
div.Copyright
{
	position:absolute;
	left:0px;
	height:20px;
	width:390px;
	text-align:left;
	padding:2px 0 0 5px;
	color:#333333;
}
div.FootLinks
{
	position:absolute;
	top:0px;
	left:600px;
	text-align:right;
	height:20px;
	width:350px;
}
/* END OF FOOTNOTE */

/* COMMON TEXT */
h1
{
	font-Size:10pt;
	color:#000066;
	margin:0;
	padding:0;
}
h2, h3
{
	font-Size:8pt;
	font-weight:normal;
	color:#666666;
	margin:0;
	padding:0;
}
p.Text
{
	font-Size:10pt;
}
div.FootBreak
{
	width:780px;
	clear:both;
	height:30px;
	float:left;
}
a.TextLink
{
	color:#666666;
}
a.TextLink:hover
{
	color:#000000;
}
