/***
 *
 * Generic tag styles
 *
 ***/

body 
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	margin-right: 0px;
	padding-bottom: 40px;
	line-height: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 
{
	margin: 0px;
	padding: 0px;
   margin-bottom:19px;
	clear: both;
}

h1,
h2,
h3 
{
	font-size: 14px;
	line-height: 34px;
	font-weight: bold;
	display: block;
}

h4 
{
	font-weight: bold;
	font-size: 14px;
}

h5 
{
	font-size: 12px;
}

h6 
{
	font-size: 11px;
	padding-left: 4px;
	line-height: 16px;
	margin: 0;
	margin-bottom: 4px;
}

img
{
	border: 0px;
}

p 
{
	margin: 0px;
	margin-bottom: 20px;
	line-height: 18px;
	padding: 0px;
}

a 
{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	margin: 0;
	border: 0;
	padding: 0;
}


ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

li 
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
	line-height: 15px;
	font-size: 8pt;
}


/***
 *
 * Form specific classes 
 *
 ***/

form 
{
	position: relative;
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
	font-family: verdana, arial, helvetica, sans-serif;
}

input
{
   border: 1px solid #B6B1A9;
	font-family: verdana, arial, helvetica, sans-serif;
   margin: 0px;
}

input.text
{
	position: relative;
   padding: 0px;
  	margin-bottom: 8px;
   height: 16px;
   padding: 1px;
	line-height: 12px;
	font-size: 11px;
	width: 99%;
}

input.button 
{
   text-align: right;
   margin-top: 3px;
   font-size: 12px;
   height: 20px;
   line-height:18px;
   padding: 0px;
   background: #F0F0F0;
	width: 110px;
}

label
{
	font-weight: bold;
}

form p.buttons
{
	text-align: right;
}

form .required
{
	color: #990000;
}

/***
 *
 * selector styles
 *
 ***/


#masthead 
{
	position: absolute;
	top: 35px;
	left: 20px;
}


#navi 
{
	position: absolute;
	top: 150px;
	left: 20px;
	width: 110px;
	margin: 0px;
}

#holding 
{
	position: absolute;
	top: 96px;
	left: 20px;
	width: 110px;
	margin: 0px;
}

#contents 
{
	position: absolute;
	top: 150px;
	left: 150px;
	width: 780px;
	margin-bottom:20px;
	padding-bottom:20px;
}


#title 
{
	position: absolute;
	top: 96px;
	left: 150px;
	width: 750px;
	height: 34px;
	font-size: 14px;
	line-height: 34px;
	padding: 0px;
	margin: 0px;
	display: block;
	padding-left: 10px;
}


/***
 *
 * Generic Class Styles
 *
 ***/

.news 
{
	background: #3D85BE;
	border-color: #DAD7D1;
}

.small 
{
	font-size: 9px;
}

.message 
{
	color: #568743;
	font-weight: bold;
}

.error 
{
	color: #DA0000;
	font-weight:bold;
}

.byline 
{
	font-size: 8pt;
	color: #444444;
	font-style: italic;
}

/***
 *
 * Layout Classes
 *
 ***/

.column_2 
{
	width: 240px; 
	float: left;
	margin-right: 20px;
}

.column_3 
{
	width: 370px; 
	float: left; 
	margin-right: 20px;
}

.column_4 
{
	width: 500px; 
	float: left; 
	margin-right: 20px;
}

.column_6 
{
	width: 760px;
	float: left;
	margin-right: 0px;
}

/***
 *
 * Contents Classes
 *
 ***/

.contents h3 
{
	padding-left: 10px;
	width: 750px;
	margin-bottom: 20px;
	clear: both;
}


.column_6 h5 
{
	padding-left:10px;
	width: 750px;
	margin-bottom:4px;
}

ul.archive_index
{
	position: relative;
	width: 780px;
}

.archive_index li
{
	position: relative;
	display: block;
	float: left;

	width: 110px;
	height: 15px;

	margin-right: 20px;
	margin-bottom: 4px;
	
	font-size: 10px;
	line-height: 15px;
	text-align: center;
	
	background: #DAD7D1;
}

.archive_index li a {
	width: 110px;
	height: 15px;
}

