@charset "UTF-8";
/* CSS Document */

html
{
	overflow:scroll;
}

body
{
	margin: 0;
	padding: 0;
	background:url(images/bg.jpg) repeat-x top;
}

a
{
	font-family:  "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	color:#990000;
	text-decoration:none;
}

a:hover
{
	color:#990000;
	text-decoration:underline;
}

#page
{
	margin: 0 auto;
	padding:0 10px 0 10px;
	width: 900px;
}

#header { 
	width: 900px;
	height: 170px;
	padding:8px
}

/* Language Selection Top right box styles*/
#header .trb 
{
	float: right;
	color: #990000;
}

.trb a
{
	color:#990000;
	text-decoration:none;
}

.trb a:hover
{
	color:#990000;
	text-decoration:underline;
}
/*  end of trb  */


#header .logo h3
{
	
	font-family:  "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
}



#menu {
	float: right;
	line-height:normal;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 50px;
	
}

#menu ul
{
	 list-style:none;
}

#menu li {
	display:inline;
	float: right;
	font: 75% "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a span{
	 /* background: url("images/seperator.gif") bottom right no-repeat; */
	color: #FFFFFF;
	display: block;
	float: right;
	margin: 0;
	width: 80px;
	padding: 5px 10px;
	text-decoration: none;
	font-weight:normal;
}
 #menu a:hover span {
      color: #993300;
	  background: #eee url("images/hover.gif") bottom center no-repeat;
      }
#menu a:hover {
	background: #eee url("images/hover.gif") bottom center no-repeat;
	color: #993300;
	padding-bottom: 12px;  
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
 #menu a span {float:none;}
    /* End IE5-Mac hack */

#content 
{
	
	margin:0 auto;
	padding: 5px;
	width: 900px;
	
}


#subcontent 
{
	font-family:  "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	
	margin:0;
	
}
#subcontent p
{
	font-family:  "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
}

#subcontent .table_head
{
	font-family:  "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#000000;
	padding-left: 10px;
}

#subcontent .table_content
{
	font-family:  "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	padding-left: 10px;
}

#subcontent h3
{
	font-family:  "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #669966;
}

#subcontent .boxleft
{
	float:left;
	width: 375px;
	padding:15px;
}
#subcontent .boxright
{
	float:right;
	width: 375px;
	padding:15px;
}

#subcontent .boxright h4, #subcontent .boxleft h4
{
	font-family:  "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #669966;
}

#subcontent .boxright  p, #subcontent .boxleft p
{
	font-family:  "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

#lastcontent {
	padding:0;
	background:#61805d;
	
	width:900px;
		
}

#lastcontent .box1
{
	
	font-family:  "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
	background:#61805d;
	
	
}



#lastcontent h4
{
	font-family:  "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	padding:0;
	margin:0;
	
}

#lastcontent .box1 ul
{
	font-family:  "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background:#61805d;
	
}

#footer {
	margin: 0 auto;
	width: 900px;
}

#footer h4{
	font-family:  "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-align:center;
}

