html, 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,
b, u, i, center,
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-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1;
}
ol, ul {

}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

/* remember to define focus styles! */
:focus {
outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
body
{
	background-color: #002b5c;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#wrapper
{
	width: 720px;
	margin: 0 auto;
	padding-top: 35px;
}
#logo
{
	width: 170px;
	height: 130px;
	float: left;
}
#menu
{
	float: right;
}
#menu ul
{
	list-style: none;
	padding-top: 30px;
}
#menu ul li
{
	float: left;
	padding-left: 6px;
	line-height: 1.6em;
}
#menu ul li a
{
	height: 28px;
	background-color: #002754;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	text-decoration: none;
	font-size: 10px;
	color: #FFFFFF;
}
#menu ul li a:hover
{
	background-color: #071a37;
}
#content
{
	clear: both;
	padding-top: 55px;
}
#sidebar
{
	width: 155px;
	float: left;
}
#sidebar h2
{
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
#txt
{
	width: 481px;
	float: right;
	color: #d1d1d1;
	font-size: 12px;
	line-height: 1.2em;
	background-image: url(images/txt.png);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 20px;
}
#txt a
{
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}
#txt a:hover
{
	text-decoration: underline;
	font-weight: bold;
}
#txt div
{
	margin: 0 auto;
	padding-top: 10px;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	background-position: center 192px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	width: 420px;
}
#footer
{
	clear: both;
	float: right;
	font-size: 12px;
	padding-top: 15px;
	padding-right: 12px;
}
#footer a
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}