* {
 padding: 0;
 margin: 0;
}
body {
 background:#333333;
 font-family: Arial, Helvetica, sans-serif;
 color: #FFFFFF;
 font-size: 100%;
 line-height: 1.7em;
}
#wrapper {
 width: 1000px;
 margin: 0 auto;
}
#navbar {
 margin: -2px 5px 5px 5px; /* If I want it separated I should put margin of about 5 */
 padding: 0px;
 background-color: #A3A3A3;
}
#header {
 margin: 0px 5px 0px 5px;
 height: 125px;
 padding: 0px;
}
#centercolumn { /* Parent Wrapper for inside boxes */
 margin: 0px 0px 0px 5px;
 display: inline; /* IE Hack */
 padding: 4px;
 width: 72.1%;
 float: left;
 min-height: 300px;
}
* html #centercolumn {height:300px} /* IE Min-Height Hack */ 

#rightcolumn {
 margin: 0px 5px 0px 0px;
 padding: 4px;
 display: inline; /* IE Hack */
 width: 24%;
 float: left;
 min-height: 300px;
}
* html #rightcolumn {height:300px} /* IE Min-Height Hack */ 

/* Navigation */
ul.navigation {
background-color: #000000;
padding: 0em 0.5em;
list-style-type: none;
}
			
ul.navigation li {
/*border-right: 1px solid #666666;*/
display: inline;			
}
			
.navigation a {
color: #FFFFFF;
padding: 0.5em;
font-weight:bold;
}

/* End of Navigation */

/* Added A links */
a:link {
color: #FFD357;
}

a:visited {
color: #FFD357;
}

a:hover {
text-decoration: none;
color: #FFFFFF;
background-color: #7ECBF5;
}
/* End of added A links */

.normal_text {
    font-size: 80%;
	color: #FFFFFF;
}

/* rounded box */
/* set millions of background images */
.rbroundbox { background: url(../images/nt.gif) repeat; }
.rbtop div { background: url(../images/tl.gif) no-repeat top left; }
.rbtop { background: url(../images/tr.gif) no-repeat top right; }
.rbbot div { background: url(../images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really neccessary */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 100%; margin: 1em auto; }
/* end */

.big_header {
	color:#FFD357;
	font-family:Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size:200%;
	font-weight:bold;
}

.big_header_2 {
	color:#FFFFFF;
	font-family:Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size:200%;
	font-weight:bold;
}

.emphasized_topnav {
	color:#FFFFFF;
	font-weight:bold;
}

.emphasized_homepage {
	color:#FFFFFF;
	background:#666666;
	font-size:150%;
}

.emphasized_homepage_big {
	color:#FFFFFF;
	background:#666666;
	font-size:200%;
}

.form {
	background-color: #E8E8E8;
	border: 1px solid #A2A2A2;
}
.form2 {
	padding-left: 4px;
	padding-right: 4px;
	color: #fff;
	background-color: #474747;
	border: 1px solid #474747;
}