* {
	margin: 0;
	padding: 0;
	border: 1;
	font-family: Arial, sans-serif;
	font-size: 10pt;
}

html,
body {
	height: 100%;
	background-color: #ffffff;
	background-image: url('../images/bg.gif');
	background-repeat: repeat-x;
	background-position: left top;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -41px; /* negative value of (#footer height + vertical border size) */
}

#header {
	height: 60px;
	min-width: 750px;
	max-width: 960px;
	margin: 0 auto;
}

#header div {
	float: left;
	height: 100%;
	width: 320px;
	background-image: url('../images/logo.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

#header div a {
	height: 100%;
	width: 100%;
}

#header ul {
	width: 400px;
	float: left;
	margin: 36px 0 0 0;
}
#header li {
	list-style-type: none;
	float: left;
	width: 80px;
	height: 24px;
	line-height: 24px;
	text-align: center;
}

#header ul a {
	color: #505050;
	display: block;
	width: 100%;
	background-image: url('../images/tab.gif');
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	font-family: 'Lucida Sans', 'Lucida Sans Unicode', 'Century Gothic', Arial, sans-serif;
	text-transform: uppercase;
}

#header ul a:hover {
	color: #00247d;
	background-image: url('../images/tab.gif');
	background-repeat: no-repeat;
	background-position: left center;
}

#header ul #a {
	color: #cf142b;
	background-image: url('../images/tab.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
}

#header ul a#a:hover {
	color: #00247d;
}

#content {
	min-width: 750px;
	max-width: 960px;
	margin: 0 auto;
	
}

#main {
	float: left;
	min-width: 490px;
	max-width: 700px;
}

#sidebar {
	float: right;
	padding: 10px;
}

#sidebar ul {
	list-style-type: none;
	list-style-position: outside;
}

#footer {
	clear: both;
	width: 100%;
	background-color: #f0f0f0;
	border-top: 1px solid #c0c0c0;
	height: 40px;
	color: #303030;
}

#footer div {
	font-size: 9pt;
	line-height: 20px;
}

#footer div div  {
	padding: 0 12px;
	min-width: 200px;
}
#footer a:link,
#footer a:active,
#footer a:visited,
.footer_links  {
	color: #808080;
}

#footer a:hover {
	color: #606060;
}

#push {
	height: 40px;
}

.compatibility,
.compatibility abbr,
.compatibility a {
	color: #808080;
	font-size: 8pt;
}


h1 {
	font-size: 14pt;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Lucida Sans', 'Lucida Sans Unicode', 'Century Gothic', Arial, sans-serif;
	color: #cf142b;
	margin-top: 12px;
}
p {
	margin: 1em 0;
}

.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}

.clear {
	clear: both;
}

a:link,
a:active,
a:visited  {
	color: #00247d;
}

a:hover {
	color: #cf142b;
}