body {
	margin: 0;
	padding: 0; 
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: black;
	text-align: center;
	background:#d5d6d7;
}

.container { 
	width: 1000px; 
        height: 701px; 
	background: #d5d6d7 url("images/Screen_Webside.jpg") no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.header { 
	background: none; 
	position: relative;
	top: 0px;
	left: 150px;
	width: 700px;
	height: 152px;
	padding: 0 0 0 0px;  
} 
.header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.contentcontainer { 
	width: 700px;  
	background: none;
	position: relative;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow: auto; 
	height: 540px;
} 

.mainContent { 
  	position: relative;
	margin: 0px 150px 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 0px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
  	background: none;
   	top: 0px;
  	left: 0px;
	width: 518px;
} 

.mainContentwide { 
  	position: relative;
	margin: 0px 150px 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 0px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
  	background: none;
   	top: 0px;
  	left: 0px;
	width: 665px;
} 

.mainContentdownload { 
  	position: absolute;
	margin: 0px 600px 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 0px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
  	background: none;
   	top: 0px;
  	left: 0px;
	width: 665px;
} 

.sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 10px 5px;
	
}


.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;
}
.caption {
  font-size: 14px;
  font-weight: bold;
}

/*This is used for hidden stuff, stuff that you don't want people to see with CSS enabled*/
/*Try disabling CSS and you'll see some messages that you don't see with CSS enabled*/
.hidden{
	display: none;
}

/*Use this to centerize any image/text*/
.centerize{
	text-align: center;
}


/*Ignore this*/
.clearing{
	height: 0;
	clear: both;
}
.smalltext{
	color:#fff;
}
#wrapper .smalltext{
	color:#000;
}

#taal, #taal p{
	position:relative;
	padding: 0;
	margin: 0 auto;
	background: none; 
  color: black;
  top: 10px;
  text-align: right;

}
#taal a{
  color:black;
}

#taal a:hover{
  color:white;
}

a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

h1 {
	font-size: 4em;
	color: #673400;
}

h2 {
	font-size: 1.6em;
	color: #673400;
}

h3 {
	font-size: 1.4em;
	color: #673400;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

td {
    background: none;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color:black;
	padding: 0px;
	text-align:left;
}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

hr {
	display: none;
}

a img {
	border: none;
	}

.linkspage_button{
	border:0px;
}


/* UL NAVIGATION ADDED BY QUE~ */

#navigation{
	font-size: 11px;
	width: 150px;
	height: auto;
	position: absolute;
	top: 156px;
	left: -150px;
	list-style: none;
	background: none;
}

#navigation li{
	background: none;
 	display: inline;
}

/* END UL NAVIGATION */

#content {
	margin-top:22px; 
	font-size: 1.2em;
}


/* BEGIN E107 CORE CLASSES MAINTAINER QUE~ */

.button{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
}

.tbox.chatbox {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.spacer {
	padding: 2px 0 2px 0;
}


.indent{
	padding:4px;
	border: 1px solid #06c;
}

.smalltext {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.mediumtext {
	font: 12px 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.tbox{
	background-color: #F4F7FA;
	border: #5e5d63 1px solid;
	color: #000000;
	font: 10px verdana, tahoma, arial, helvetica, sans-serif;
}

.helpbox {
	border: 0px;
	background-color: transparent;
	color:#000;
	font: 9px tahoma, verdana, arial, helvetica, sans-serif;
}

.fborder {
	border: 0px;
	background-color: transparent;
	
}

.forumheader{
        background-color: transparent;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	color:#000;
	padding: 4px;
	border: 1px solid #673400;
}

.forumheader2{
	background-color: transparent;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 10px;
	color:#000;
	padding: 4px;
	border: #673400 1px solid;
}

.forumheader3{
	background-color: transparent;
	font: 9px verdana, tahoma, arial, helvetica, sans-serif;
	color:#000;
	padding: 4px;
	border: #673400 1px solid;

}

.forumborder{
	border:  #000080 1px solid;
	background-color: transparent;
}

.fcaption {
	height:35px;
	border: #673400 1px solid;
	padding: 2px 2px 2px 2px;
	background-color: #673400;
	font: 12px verdana, tahoma, arial, helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	background-image: url("images/tileage.jpg");

}
.fcaption a{
	padding-right:4px;
	color:#fff;

}

/* START NAVIGATION

/* THIS PART IS FOR THE NAVIGATION LINKS 
.nav1 a:link, .nav1 a:visited, .nav2 a:link, .nav2 a:visited, .nav3 a:link, .nav3 a:visited, .nav4 a:link, .nav4 a:visited, .nav5 a:link, .nav5 a:visited, .nav6 a:link, .nav6 a:visited, .nav7 a:link, .nav7 a:visited, .nav8 a:link, .nav8 a:visited{
	color: black;
	width: 100px;
	height: 20px;
  line-height: 20px;
	background: none;
	padding: 0;
	text-align:center;
}

.nav1_onpage a:link, .nav1_onpage a:visited, .nav2_onpage a:link, .nav2_onpage a:visited, .nav3_onpage a:link, .nav3_onpage a:visited, .nav4_onpage a:link, .nav4_onpage a:visited, .nav5_onpage a:link, .nav5_onpage a:visited, .nav6_onpage a:link, .nav6_onpage a:visited, .nav7_onpage a:link, .nav7_onpage a:visited, .nav8_onpage a:link, .nav8_onpage a:visited{
	color: white;
	width: 100px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	background: none;
	padding: 0;
	text-align:center;
}

.nav1 a:link, .nav1 a:visited, .nav1_onpage a:link, .nav1_onpage a:visited{
	position: absolute;
	top: 0px;
	width: 100px;
	left: 0px;
}

.nav2 a:link, .nav2 a:visited, .nav2_onpage a:link, .nav2_onpage a:visited{
	position: absolute;
	top: 0px;
	left: 100px;
}
.nav3 a:link, .nav3 a:visited, .nav3_onpage a:link, .nav3_onpage a:visited{
	position: absolute;
	top: 0px;
	left: 200px;
}

.nav4 a:link, .nav4 a:visited, .nav4_onpage a:link, .nav4_onpage a:visited{
	position: absolute;
	top: 0px;
	left: 300px;
}

.nav5 a:link, .nav5 a:visited, .nav5_onpage a:link, .nav5_onpage a:visited{
	position: absolute;
	top: 0px;
	left: 400px;
}

.nav6 a:link, .nav6 a:visited, .nav6_onpage a:link, .nav6_onpage a:visited{
	position: absolute;
	top: 0px;
	left: 500px;
}

.nav7 a:link, .nav7 a:visited, .nav7_onpage a:link, .nav7_onpage a:visited{
	position: absolute;
	top: 0px;
	left: 600px;
}

.nav8 a:link, .nav8 a:visited, .nav8_onpage a:link, .nav8_onpage a:visited{
	position: absolute;
	top: 0px;
	left: 700px;
}

/* HOVER EFFECTS 

.nav1 a:hover, .nav1 a:active,
.nav2 a:hover, .nav2 a:active,
.nav3 a:hover, .nav3 a:active,
.nav4 a:hover, .nav4 a:active,
.nav5 a:hover, .nav5 a:active,
.nav6 a:hover, .nav6 a:active,
.nav7 a:hover, .nav7 a:active,
.nav8 a:hover, .nav8 a:active{
	background: none;
	color: black;
	font-weight: bold;

}

/* USE A DIFFERENT COLOR WHEN USER IS ON THAT PAGE 

.nav1_onpage a:link, .nav1_onpage a:visited,
.nav2_onpage a:link, .nav2_onpage a:visited,
.nav3_onpage a:link, .nav3_onpage a:visited,
.nav4_onpage a:link, .nav4_onpage a:visited,
.nav5_onpage a:link, .nav5_onpage a:visited,
.nav6_onpage a:link, .nav6_onpage a:visited,
.nav7_onpage a:link, .nav7_onpage a:visited,
.nav8_onpage a:link, .nav8_onpage a:visited{
	background: none;
}

/* END NAVIGATION */

.dent {
/*	background-color: #464545;*/
	border-right: none;
}

.denthi {
/*	background-color: #f66;*/
	border-right: none;
}

.newsroom {
/*	background-color: #333333;*/
	color: #fff;
	cursor: pointer;
	text-align: right;
}
.newsroom A:link, .newsroom A:visited {
	color: #fff;
}
.newsroom A:link, TR .newsroom A:visited {
	text-decoration: none;
}

.newsroomHilite {
	background-color: #907b3a;
	color: #fff;
	cursor: pointer;
		text-align: left;
}
.newsroomHilite A:link, .newsroomHilite A:visited {
	color: #fff;
}
.newsroomHilite A:link, .newsroomHilite A:visited {
	text-decoration: none;
}

