/* CSS1 browsers go to hell */
@import "layout.css";
@import "/home/css/index.css";

/***************************** GLOBAL 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, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, caption {margin: 0;padding: 0;border: 0;font-weight: inherit;/*font-style: inherit;*/font-family: inherit;}
a img, :link img, :visited img {border: 0;}
table {border-collapse: collapse;border-spacing: 0;}
ol, ul {list-style: none;}
q:before, q:after, blockquote:before, blockquote:after {content: "";}

/***************************** GLOBAL STYLES ******************************/
body { background: #070909;color: #ccc; min-width: 998px;font:normal 100.01% arial,helvetica,clean,sans-serif; }

p { font-size: 0.7em; margin-bottom: 0.8em; }

h1 { font-size:1.5em; }
h2 { font-size: 1em; }
h3 { font-size: 0.85em; }
h4 { font-size:0.75em; }

a:link, a:visited { color: #ffcc66; text-decoration: none;	}
a:hover { color: #ffcc66; text-decoration: underline; }

#announcementRss { padding: 15px; overflow: hidden; _height: 1%; }

#announcementRss .rsstitle {
	width: 215px;
	float: right;
	font-size: 0.75em;
	margin-bottom: 3px;
	font-weight: normal;
}

#announcementRss .rssdescription {
	overflow: hidden;
	_height: 1%;
	height: 90px;
}

#announcementRss .rssdescription p {
	width: 280px;
	font-size: 0.7em;
}

#announcementRss .rssdescription img {
	float: left; 
	margin-right: 5px;
	margin-bottom: 10px;
	
}

.apDiv1 {
	/*position:absolute;
	right:284px;
	top:570px;
	width:300px;
	height:250px;
	z-index:1;*/
}