/* CSS Document */

/* START RESET */
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,
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: Geneva, Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}

:focus { outline: 0; }

body {
	line-height: 1;
	color: #FFFFFF;
	text-align: center;	
	background-color: #BE2331;
	vertical-align: middle;
}

ol, ul { list-style: none; }

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: "" ""; }

/* END RESET */


.index_topic {
	font-size: medium;
	font-weight: bold;
	vertical-align: top;
	font-style: italic;
}

a.btn_red {
	background-image: url(../img/bkgr_nav2.png);
	background-repeat: repeat-x;
	padding: 0 20px 21px 20px;
}
a.btn_red:hover {
	background-image: url(../img/btn_blue.png);
	text-decoration: none;
}

.footer { font-size: x-small; font-style: italic; margin: 200px 0 0 0; }

a:link,
a:visited	{ text-decoration: none; color: #FFFFFF; }
a:hover		{ text-decoration: underline; color: #FFFFFF; }
a:active	{ text-decoration: underline; color: #BD9F23; }

#message {
	position: relative;
	top: -100px;
	width: 100%;
	color: white;	
	padding: 10px 0 10px 0;
	background: #000078 url(http://usyl.org/img/bkgr_hdr.png) repeat-x;	
}

#message a			{ text-decoration: none; color: #E9BA00; }
#message a:hover	{ text-decoration: underline; color: #FFFFFF; }

#close {
	height: 26px;
	float: right;
	margin: -30px 20px 0 0;
	background-image:url(http://usyl.org/img/bkgr_ticker.png);
}

#close:hover { cursor: pointer; color: white; background-image:url(http://usyl.org/img/bkgr_nav.png); }

#centerdiv {
	position: absolute;
	width: 900px;
	margin-left: 50%;
	left: -450px;
}

#centerdiv li	{ display: inline; }
#centerdiv p	{ margin: 15px; }
#centerdiv ul	{ clear: both; }
#centerdiv ul.index_topic li	{ float: left; padding: 0 10px 0 10px; }
#centerdiv ul.index_topic {
	position: inherit;
	width: 800px;
	margin-left: 50%;
	left: -285px;
}

