body {
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/bg.png) repeat-x;
	background-color:#F1F4F7;
	color:#44484E;
}

h2 { margin-bottom: 10px; }

* { padding:0; margin:0;}

p {}
b, strong {}
i {}
/* Emphasizes a word (with italic or bold) */
em {}

/* links */
a {text-decoration: none;}
a:hover {}
a:focus { outline:none;}
a:visited {}

fieldset {}
span {}

/* Creates a numbered list */
ol {}
/* Precedes each list item, and adds a number */
li {}
/* Creates a bulleted list */
ul {}

/* Creates a definition list */
dl {}
/* Precedes each definition term */
dt {}
/* Precedes each definition */
dd {}

/* Inserts a horizontal rule */
hr {}

/* Indents text from both sides */
blockquote {}

#container_wrapper {
	width:844px;
	text-align:left;
	margin: 0 auto;
}

#top {background:url(../images/top-bg.png); height:123px; text-align:center;}
#top img {padding: 23px 0px 0px 0px;}


#footer { 
	width:824px;
	font-size:10px;
	float:left; 
	height:100px;
	border-top: 1px solid #94969A;
	color:#44484E;
	font-size:.7em;
	padding: 16px 0px 0px 0px;
	background-color:inherit;
}

#footerlinks {
	clear: both;
	width:824px;
	font-size:10px;
	float:center; 
	height:50px;
	border-top: 1px solid #94969A;
	color:#44484E;
	font-size:.7em;
	padding: 16px 0px 0px 0px;
	background-color:inherit;
}

#cross_links { border-top: 1px solid #94969A; padding: 15px 0 5px 0; text-align: center; }
#cross_links a { color: #0069AB; font-size: 12px; font-weight: bold; display: block; margin: 0 0 10px 0; }
#cross_links ul { margin: 0 auto 10px auto; list-style: none; width: 650px; overflow: hidden; }
#cross_links ul li { float: left; padding: 0 5px; }
#cross_links ul li a { color: #44484E; font-size: 10px; font-weight: normal; }
#cross_links ul li a:hover { color: #0069AB; }

#left { 
	text-align:left;
	font-size:10px;
	float:left;
	height:80px;
	width:192px; 
	padding:4px 0 0 0px;
	margin:0 0 0 8px;
}

#left img {float:left;}

#footer p{ 
	border-left: 1px solid #ccc;
	text-align:left;
	font-size:10px;
	float:left;
	padding: 4px 20px 0px 20px;
	height:80px;
}


#footer a, #footerlinks a { 
	font-size:10px;
	color:#44484E;
	background-color:inherit;
}

#footer a:hover, #footerlinks a:hover { 
	color:#0069AB;
	background-color:inherit;
}




