/*  GLOBAL STUFF  */

body,th {
	background-color: #FFFFFF;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	margin: 15px;
	text-align: center;
}
a {

	color: #666666;
	text-decoration: none;
	outline: none;
}
a:hover {
	border-bottom-color: #FF9900;
	text-decoration:underline;
}


h2 {
 	padding: 1px 5px;	
	line-height: normal;
  margin-top: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;	
	padding-top:10px;
}


img {
	border: 0;
}

/*  CLASSES  */


.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear {
	clear: both;
}
.underline {
	border-bottom: solid 1px;
}


/*  STRUCTURE (in order of appearance)  */

#bg {
	margin: 0 auto;
	width: 814px;
	background: url(img/bg.png);
}
#bg_top {
	background: url(img/bg_top.png) top no-repeat;
}
#body {
	padding: 17px;
	background: url(img/bg_bottom.png) bottom no-repeat;
	text-align: justify;
}
#header {
	margin-bottom: 10px;
	padding: 20px 0 0 0px;
    width:780px;
    display:block;
	/*background: #F9F9F9 url(img/header.png);*/
	font-size: 30px;
}
#header .slogan {
	padding-left: 3px;
	font-size: 18px;
}
#side {
  border:2px solid #eee;
	background-color: #F9F9F9;
}
#menu {
	padding: 7px 0px;
	line-height: normal;
	width:780px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display:inline;
	
}
#menu li {
	display:inline;
	width: 180px;
	padding: 10px;
}
#menu a {
	border: none;
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
#menu a:hover {
	background-color: #FCFCFC;
	color: #FF9900;
}
#menu a.pressed:hover {
	background-color: #F3F3F3;
}

#menu .pressed {
	width: 180px;
	padding: 10px;
	background-color: #F3F3F3;
	color: #FF9900;
	font-weight:bold;
}

#menu .pressed a{
	color: #FF9900;
}

#side_content {
	padding: 0 10px 10px 10px;
	border-top: #FFFFFF solid 10px;
}
#content {
	margin: 0px;
	width: 100%;
	line-height: 18px;
	float: left;
}
#footer_clear {
	clear: both;
}
#footer {
	margin-top: 10px;
	padding: 8px;
	height: 14px;
	background-color: #F9F9F9;
	font-size: 11px;
	text-align: center;
}
#footer a {
	color: #666666;
}
#footer a:hover {
	border-bottom-color: #000000;
}
.alternate_color2{

background-color: #eeeeee;
}
.alternate_color1{
background-color:#ffffff;
}
.entry{
 width:100%;
}
table.special td{
padding:0px 10px;

}
.hover_color{
 background-color: #D8FCE2;
}
.visited_color
{	
	cursor:default;
	background:#D8FCE2;
}
