tml, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: #333;
	line-height: 1;
	background: white;
	font: normal 12px arial;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* image space issue with XHTML Strict */
h1, h2, h3, h4, h5 {
	margin: 0 0 18px 0;
}
h1 {
	text-transform: uppercase;
	font: normal 18px arial;
}
h2 {
	font: bold 14px arial;
}
h3 {
	font: bold 12px arial;
}
img { vertical-align: bottom }
p { margin: 0 0 18px 0;}
td {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
a {
	color: #4580A4;
	text-decoration: none;
}
#wrapper {
	width: 940px;
	margin: 0 auto;
}
#header {
	width: 940px;
	height: 189px;
	background: url('images/header_bg.jpg') no-repeat;
}
#header_top {
	width: 940px;
	height: 120px;
	padding-top: 41px;
}
#logo {
	padding: 0 0 0 54px;
}
#slogan {
	padding-left: 200px;
}
#top_menu a {
	color: white;
	text-decoration: none;
}
#top_menu li {
	display: inline;
	background: url('images/menu_divider.gif') no-repeat top right;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;	
}
#last {
	background: none;
	padding: 0;
	margin: 0;
}
#side {
	float: left;
	width: 339px;
}
#main {
	float: right;
	width:561px;
	padding: 40px 0 40px 40px;
	line-height: 150%;
	text-align: justify;
}
#ticker {
	background: #f6f6f6;
	border: 1px solid #dedede;
	padding: 3px 10px;
}
#ticker a {
	color: #565656;
	padding: 0 5px;
}
#ticker a:hover {
	color: #4580A4;
}
#footer {
	background: url('images/footer_bg.jpg') no-repeat;
	width: 940px;
	height: 66px;
	padding-top: 20px;
	text-align: center;
	color: #fff;
}
#footer a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
.strong {
	font-weight: bold;
}
.clear {
	clear: both;
}
.white_top_border {
	border-top: 1px solid #fff;
}
