*
{
	margin:0;
	padding:0;
}
img
{
	border:none;
}

body
{
	background-color:#e5e5e8;
	background-image:url(../images/body_bkg.jpg);
	background-repeat:repeat-x;
}

#container
{
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	width:100%;
}

#header
{
	background-image:url('../images/header1.jpg');
	background-repeat: no-repeat;
	height:208px;
	margin:0;
	padding:0;
	width:100%;
}


#topmenu
{
	padding:0px 25px;
	position:absolute;
	right:30px;
	top:2px;
}

html > body #menu_left
{
	background-image:url('../images/menu_left_bak.png');
	background-repeat: no-repeat;
	float:left;
	height:39px;
	padding:10px 0px;
	position:relative;
	width:6px;
}

html > body #menu_middle
{
	background-image:url('../images/menu_middle_bak.png');
	background-repeat: repeat-x;
	float:left;
	height:39px;
	padding:10px 0px;
	position:relative;
}

html > body #menu_right
{
	background-image:url('../images/menu_right_bak.png');
	background-repeat: no-repeat;
	float:left;
	height:39px;
	padding:10px 0px;
	position:relative;
	width:4px;
}


html > body #logo
{
	background-image:url('../images/logo.png');
	background-repeat:no-repeat;
	height:60px;
	position:absolute;
	top:85px;
	right:50px;
	width:651px;
}

#search
{
	position: relative;
	float:right;
	color:#fdf6b2;
	font: 12px Verdana;
	top:128px;
}

ul.menu-nav li
{
	color:#fdf6b2;
	display:inline;
	font: 12px Verdana;
	margin:0 18px;
}

ul.menu-nav li a:link, ul.menu-nav li a:visited, ul.menu-nav li a:active
{
	color:#fdf6b2;
}

ul.menu-nav li a:hover
{
	color:#e8e0e0;
}

ul.menu li
{
	color:#7b2860;
	font: 13px Verdana;
	margin:0 12px;
}

ul.menu li a:link, ul.menu a:visited, ul.menu a:active
{
	color:#7b2860;
}

ul.menu li a:hover
{
	color:black;
}

p.buttonheading
{
	border:none;
	display:inline;
}

span.createdate
{
	color:gray;
	display:block;
	font-size:0.9em;
	margin-bottom:1em;
}

a.readon
{
	font-size:0.9em;
}

.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#e5e5e8;}
.spiffy1a{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #696969;
  border-right:1px solid #696969;
  border-top:1px solid gray;
  background:#b8b8b8}
  .spiffy1b{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-bottom:1px solid #696969;
  border-left:1px solid #696969;
  border-right:1px solid #696969;
  background:#b8b8b8}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #181818;
  border-right:1px solid #181818;
  background:#c7c7c7}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #c7c7c7;
  border-right:1px solid #c7c7c7;}
.spiffy4{
  border-left:1px solid #696969;
  border-right:1px solid #696969}
.spiffy5{
  border-left:1px solid #b8b8b8;
  border-right:1px solid #b8b8b8}
.spiffyfg{
  background:#e5e5e8;
    border-left:1px solid gray;
  border-right:1px solid gray;
  }





#content
{

/*background-color:#f6f6f6;*/
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	width:95%;
}

#left_container
{
	float:left;
	height: expression( this.scrollHeight < 374 ? "375px" : "auto" ); /* sets min-height for IE */
	min-height:375px;
	width:15%;
}

/*#left_header
{
	position:relative;
	background-image:url('../images/menu_header.png');
	background-repeat:no-repeat;
	/*height:35px;*/
/*	padding:0 0 0 20px;
}*/


#left_content
{
	font-family:Verdana, sans-serif;
	padding:15px 10px 10px 40px;	
}

/*#news_header
{
	position:relative;
	background-image:url('../images/news_header.png');
	background-repeat:no-repeat;
	height:35px;
	padding:0 10px 0 0px;
}

#news
{
	position:relative;
	float:left;
	font-size:0.95em;
	font-family:Verdana, sans-serif;
	height:300px;
	margin:0px;
	overflow:auto;
	padding:10px 0 0 10px;
}*/

#right_container
{
	float:left;
	width:85%;
}


#right_content
{
	font-family:Verdana, sans-serif;
	padding:15px;		
}		
		
		
/*#service
{
	position:relative;
	background-color:white;
	background-image:url('../images/service_tab.png');
	background-repeat:no-repeat;
	border:1px solid gray;
	float:right;
	font-size:0.95em;
	font-family:Verdana, sans-serif;
	height:60px;
	margin:0 0 0 5px;
	overflow:auto;
	padding:40px 0 30px 10px;
	width:300px;
}*/

#footer 
{
	clear:both; /* makes the footer sit below whichever column is longest */
}
	
#footer_inner
{
	padding:.5em 1em; /* creates space between the box and the content */
	height:15px;
	text-align:center;
}
	
/*#footer a:link, a:visited, a:active
{
	color:#fdf6b2;
}

#footer a:hover
{
	color:#e8e0e0;
}

*/

a:link, a:visited, a:active
{
	color: #476c8e;
	font: 12px Verdana;
	text-decoration:none;
}

a:hover
{
	color: black;
	font: 12px Verdana;
	text-decoration:none;
}

h1.componentheading
{
	color:#476c8e;
	font-family:Verdana;
	font-size:1.25em;
}

h2.contentheading
{
	color:#476c8e;
	display:inline;
	font-family:Verdana;
	font-size:1em;
}

li,ul
{
	list-style-type: none;
}

td
{
	font: 12px Verdana;
	padding-right:6px;
}

td a:link, td a:visited
{
	color: #7b2860;
	font: 12px Verdana;
	text-decoration:none;
}
	
td a:hover
{
	color: black;	
	font: 12px Verdana;
	text-decoration:none;
}

p
{
	font-family:Verdana, sans-serif;
	font-size:0.8em;
	margin-bottom:1em;
}
