/* Layout tags - "* " is IE6 hack */
#header
{
	padding: 10px 0px 0px 20px;
	border-top: 5px solid #369;
	border-bottom: 1px solid #333;
	background-color: #FFF;
	text-align:left;
}

#header h1
{
	font-size: 30px;
	font-family:arial;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	color:#000;
	border-width:0px;
	text-align: left;
}

#header b
{
	color: #006;
}

#main
{
	background: #FFF;
	width:750px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/grad.gif);
	background-repeat: repeat-y;
	background-position: 190px 0px;
	background-attachment: fixed;
}

#footer
{
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 0px 0px 0px 0px;
	height: 30px;
	clear: both;
}

/* Logo box */
#logo
{
	position: absolute;
	top: 10px;
	left: 25px;
	width:148px;
	height:188px;
	z-index:1;
	background-color:#FFF;
	border:1px solid #000;
	text-align:center;
}

#logo h1
{
	font-weight: normal;
	font-size: 22px;
	font-family: georgia,times,serif;
	letter-spacing: 1px;
	color: #933;
	text-align: center;
	margin:0px;
	padding:0px;
}

/* Secondary tier layout boxes */
#showcase
{
	padding:0px 0px 0px 0px;
	overflow:auto;
}

#showcase .exp
{
	margin:0px;
}

#intro
{

}

#intro p:first-line
{
	font-weight:bold;
}

#advert p
{
	font-family: georgia,times;
	font-style:italic;
}

#advert img
{
	float:right;
	border: 1px solid #999;
	margin:0px 0px 10px 10px;
}

#content
{
	border-right:1px solid #CCC;
}

*>#content
{
	min-height:500px;
	margin:0px 0px 0px 200px;
	background-color: #FFF;
}

* html #content
{
	height:500px;
	margin:0px 0px 0px 200px;
	background-color: #FFF;
}

#initial
{
	margin:0px 0px 0px 0px;
	padding:150px 0px 0px 10px;
	width:180px;
	float:left;
}

#secondary
{
	width:130px;
	float:right;
}

/* Control block classes */
.item
{
	padding:5px;
	border-bottom:1px dotted #999;
	margin:0px 0px 5px 0px;
}

.column
{
	padding:10px;
}

/* System wide base element tags */
form
{
	margin:0px;
}

body
{
	margin: 0px;
	font-family: verdana,arial;
	font-size: 10px;
	color: #333;
	background-color: #FFF;
}

h1
{
	font-weight: normal;
	font-size: 20px;
	font-family: georgia,times,serif;
	letter-spacing: 1px;
	color: #006;
	text-align: center;
	margin:0px 0px 10px 0px;
	padding:0px 0px 5px 0px;
	border-bottom:1px solid #999;
}

h2
{
	font-weight: normal;
	font-size:16px;
	font-family: georgia,times;
	color: #006;
	margin: 0px 0px 4px 0px;
	text-align: center;
}

h3
{
	font-weight: bold;
	font-size: 11px;
	font-family: verdana,arial;
	color: #000;
	margin: 0px 0px 2px 0px;
	text-align: center;
}

h4
{
	font-family: verdana,arial;
	font-weight: normal;
	font-size: 12px;
	text-transform:uppercase;
	letter-spacing:2px;
	color: #666;
	margin: 0px 0px 2px 0px;
	text-align: center;
}

h5
{
	font-family: georgia,times;
	margin: 0px 0px 2px 0px;
	text-align: center;
}

p
{
	padding:0px;
	margin:0px 0px 5px 0px;
	letter-spacing:1px;
	line-height:20px;
	text-align: justify;
}

a
{
	color: #933;
	text-decoration: none;
	border-bottom:1px solid #933;
}

a:hover
{
	color:#000;
	text-decoration:none;
}

.footitem
{
	float:left;
	padding:10px;
	margin:0px 0px 0px 220px; 
	height: 30px;
	font-size: 10px;
	letter-spacing:2px;
	vertical-align: bottom;
}
/* Top Nav */
#nav
{
	padding:0px 0px 0px 190px;
	margin:0px 0px 0px 0px;
}

#nav a
{
	font-family:georgia,times;
	font-size:18px;
	text-transform:uppercase;
	margin:0px;
	padding:5px;
	border:0px;
}

#nav a:hover
{
	border-bottom:3px solid #000;
}

#nav ul 
{ 
	border-top:0px solid #000;
	margin:0px 0px 3px 0px;
	padding:6px 0px 5px 0px;
}

#nav li
{
	display:inline;
	list-style-type:none;
	padding:0px;
	margin:0px 0px 0px 0px;
}

/* Secondary Sub Menu(s) */
.menu
{
	width:130px;
	text-align:left;
	
	border:0px solid #000;
}

.menu ul
{
	padding:0px;
	margin:0px;
}

.menu li
{
	list-style-type:none;
	margin:0px 0px 2px 0px;
}

.menu a
{
	font-family:georgia,times;
	font-size:14px;
	display: block;
	width: 129px;
	padding: 0px;
	margin: 0px;
	border-bottom:0px;
}

.menu a#current
{
	background-color:#39f;
}

.bodyimage
{
	float:left;
	margin: 0px 10px 5px 0px;
	border: 1px solid #666;
}