body {background: url(images/bg.gif); background-color: #ffffff; background-attachment: fixed;}

div.button
{
	font-family: Verdana, Geneva, sans-serif; 
	color: white; 
	font-size: 9px; 
	text-align: center;
	line-height: 2;
	text-decoration: none;
	z-index: 2;
	background-image: url(images/button.png);
	height: 32px;
	width: 90px;
	margin-left: 3px; 
	float: left;
}

div.button:hover
{
	background-position: -90px 0;
}

div.breadcrumb
{
	color: white;
	background-color: #cc3333;
	border: 1px solid #900;
	line-height: 3;
	text-indent: 25px;
	font-family: Verdana, Geneva, sans-serif;
	color: white;
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
}

div.breadcrumb a
{
	font-family: Verdana, Geneva, sans-serif;
	color: white;
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
}

div.breadcrumb a:visited
{
}

div.breadcrumb a:hover
{
	text-decoration: underline;	
}

h1
{
	text-indent: 30px;
	color: #990000;
	font-size: 18px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	letter-spacing:1px;
	font-variant:small-caps;
}

h2
{
	text-indent: 30px;
	color: #990000;
	font-size: 14px;
	letter-spacing:1px;
	font-variant:small-caps;
	font-family:Verdana, Geneva, sans-serif;
}

h3
{
	font-family: Verdana, Geneva, sans-serif;
	text-align:justify;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	margin:15px;
}

p
{
	font-family: Verdana, Geneva, sans-serif;
	text-align:justify;
	font-size: 11px;
	margin:15px;
}

#maincontent
{
	border-right: 1px solid #900;
}

#maincontent ol, #maincontent ul
{
	font-family: Verdana, Geneva, sans-serif;
	text-align:justify;
	font-size: 11px;
	margin:15px;
}

ul.update
{
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-align:justify;
	font-size: 11px;
	margin:15px;
}

a.button
{
	display: block;
	width: 10em;
	text-decoration: none;
	color: #FFFFFF;
}

div.cbutton
{
	display: block;
	background-color: #cc3333;
	border: 1px solid #900;
	width: 10em;
}

div.cbutton:hover
{
	background-color: #F00;
}

div.cbutton a
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #fff;
	text-decoration: none;
}



/* DROP DOWN MENU STUFF STARTS HERE */

#nav, #nav ul 
{
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 5;
}

#nav a
{
	display: block;
	width: 10em;
	text-decoration: none;
	color: #FFFFFF;
}

#nav li ul a 
{
	display: block;
	width: 10em;
	text-decoration: none;
	color: #FFFFFF;
}

#nav li ul a:visited
{
	color: #FFF
}

#nav li ul a:hover
{
	background-color: #F00;
}

#nav li 
{
	float: left;
	width: 10em;
}

#nav li ul 
{
	position: absolute;
	width: 10em;
	left: -999em;
	background-color:#900;
	font-weight: bold;
	color:#FFF;
	display: block;
	line-height: 2.5;
	background: url(images/menubg.gif) bottom left no-repeat;
}

#nav li:hover ul 
{
	left: auto;
}

/* END DROP DOWN MENU */
