@charset "utf-8";
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 {
	list-style: default;
}
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;
}

h1 {
	padding-left: 0px;
	font-size:30px;
	background-image: url(gfxR/star.gif);
	background-repeat: no-repeat;
	text-align:center;
	line-height: 30px;
	font-family: Verdana, Geneva, sans-serif;
}
h3 { font-size: 17px; }

@charset "utf-8";
body  {
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 18px;
}

body a {text-decoration:none; color:#FC6; border-bottom: 1px solid #FC3;}

 #TopPic { 
	background: transparent url(gfxR/header.gif) no-repeat top center;
	height: 780px;
	
	}
	
 #container { 	width: 900px; 	background-image: url(gfxR/container_bg.png);	color: #fff;	margin: 0 auto;		margin-top: -360px;		text-align: left; }
 #sidebar1 {	float: right; 	width: 240px; margin-right: 40px;	font-size: 10px;	padding: 15px 10px; text-align: justify; line-height: 14px;}

 #mainContent {
	margin: 0 300px 0 40px;
	padding: 0 20px;
	text-align: justify;
	font-size: 14px;
	color: #ddd;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

