/* CSS Document */

img {
	border:0px;
}
	
html {
  /* this is a hack to force scrollbars on at 
     all times so that the page does not jump
     when going from short to long pages */
  height: 100%;
  margin-bottom: 1px;
  background: #000000;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	margin: 0px auto 0px auto;
}

h1 { font-size: 150%; }
h2 { font-size: 120%; font-weight: bold; }
h3 { font-size: 110%; font-weight: bold; }

.footer { font-size: 100%; font-weight: bold }
.smalltext  {font-size: 80%; }
.smallital  {font-size: 100%; font-style:italic; text-align:right; color:#c8975f; }
.largetext {font-size: 120%}
.largeboldwhite {font-size: 120%; color: #FFFFFF; font-weight: bold;}
.largeboldwhiteleftpad {font-size: 120%; color: #FFFFFF; font-weight: bold; padding-left: 30px}


#container {
	text-align: center;
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#top {
	height: 85px;
	width:800px;
	background-image:url(images/top.jpg);
	background-repeat:no-repeat;
}
#middle {
	width:800px;
	background-image: url(images/middle_bkg.jpg);
	background-repeat:repeat-y;
}
#left {
	float:left;
	width:170px;
}	
#main {
	float:left;
	text-align:left;
	padding:20px 20px 0px 20px;
	width:534px;
	background-color:#e1effb;
}	
#right {
	float:right;
	width:55px;
}	
#bottom {
	height:13px;
	width:800px;
	background-image:url(images/bottom.jpg);
	background-repeat:no-repeat;
}

/* LINKS */
a.main:link {  color: #94b6a6; font-weight: bold; text-decoration: none;  }
a.main:visited { color: #94b6a6; font-weight: bold; text-decoration: none; }
a.main:hover { color: #c8975f; font-weight: text-decoration: none; }

a.footer:link {  color: #ffffff; font-size:110%; font-weight: bold; text-decoration: none; }
a.footer:visited { color: #ffffff; font-size:110%; font-weight: bold; text-decoration: none; }
a.footer:hover { color: #485951; font-size:110%; font-weight: bold; text-decoration: none; }

/* LISTAMATIC */

#menubox { 
	width: 209px;
	font-size: 16px; 
}
#menubox ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menubox a {
	display: block;
	padding: 6px 0px 18px 0px;
	width: 209px;
	background-image:url(images/menu_up.jpg);
	background-repeat:no-repeat;
	color: #94b6a6;
	font-weight: bold;
}
#menubox a:link, #menubox a:visited {
	display: block;
	width: 209px;
	text-decoration: none;
	font-weight: bold;
}
#menubox a:hover, #menubox .active {
	display: block;
	width: 209px;
	color:#c8975f;
	background-image:url(images/menu_over.jpg);
	background-repeat:no-repeat;
	font-weight: bold;
}