/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

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, img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

a:link, a:visited {
	cursor: pointer;
	color: #144154;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

ol, ul {
	list-style: inside;
	line-height: 20px;
	list-style-type: disc;
}
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;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {
	padding: 8px 0;
}

h1 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-bottom: 15px;
}

h2 {
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

h3 {
	font: italic 12px/16px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
	
body {
	background: #9d9d9d;
	line-height: 15px;
	color: #144154;
	font: 75%/150% Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
}

#rotator {
	*margin-top: -3px;
}

#contentarea {
	background: #fff;
	min-height: 200px;
	_height: 200px;
	*margin-top: -2px;
	overflow: auto;
}

#menu {
	width: 268px;
	float: left;
	background: url(/images//bgmenu.gif) repeat-y;
	min-height: 200px;
}

#contentright {
	width: 682px;
	float: right;
}

p.special {
	font-weight: bold;
}

#welcometext {
	padding: 10px 20px 20px 20px;
}

.red {
	color: #88001e;
}

#silverlite {
	clear: both;

	padding-bottom:10px;
}

#footer {
	background: #7d001d;
	height: 60px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	padding-top: 25px;
	line-height: 13px;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

#title {
	background: url(/images//bg-title.gif) no-repeat;
	width: 667px;
	height: 35px;
	*margin-top: -1px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	padding: 15px 0 0 15px;
}

#adrotator {
	*margin-top: -3px;
}

.leftmenu {
	color: #fff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	padding: 10px 0 10px 23px;
	font-weight: bold;
	cursor: pointer;
}

.leftmenuhover {
	color: #dd454c;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	padding: 10px 0 10px 23px;
	font-weight: bold;
	cursor: pointer;
	background: url(/images/backgroundmenu.gif) no-repeat;
	width: 241px;
	height: 17px;
}

.leftmenusub {
	background: #88001e;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #fff;
	padding: 10px;
	cursor: pointer;
}

.leftmenusubhover {
	background: #dd454c;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #fff;
	padding: 10px;
	cursor: pointer;
}
