/*******************************************************************************
*	_styles.css
*	Copyright 2007-2008, William Rice
*******************************************************************************/

/*------------------------------------------------------------------------------
	Header
------------------------------------------------------------------------------*/
#header
	{
	background-color:	#fff;
	width:				800px;
	Height:				79px;
	border:	thin solid	#ccc;
	}

#headdingdummy
	{
	text-align:			left;
	margin-top:			1px;
	margin-left:		1px;
	float:				left;
	background-color:	#fff;
	width:				200px;
	Height:				75px;
	padding: 0;
	}

#title
	{
	margin-top:		10px;
	float:			left;
	margin-left:	10px;
	text-align:		center;
	font-family:	"Times New Roman", Times, serif;
	font-size:		42px;
	float:			left;
	width:			350px;
	padding: 0;
	border: 0;
	color:			000;
	}

#login
	{
	text-align:			right;
	margin: 1px 1px 1px 1px;
	float:				right;
	background-color:	#fff;
	width:				200px;
	Height:				66px;
/*	border:	thin solid	#edb; */
	vertical-align: middle;
	padding: 0px;
	}
#login form
	{
	margin: 1px;
	border: 0px;
	padding: 0px;
	}
#login form input
	{
	margin: -1px;
	}

/*------------------------------------------------------------------------------
	Navigation
------------------------------------------------------------------------------*/
#menu
	{
	padding:			0px;
	margin:				0px 0px -16px -30px;
	background:			#fff;
	color:				#000;
	font-family:		arial, helvetica, sans-serif;
	white-space:		nowrap;
	list-style-type:	none;
	}
#menu li
	{
	display:			inline;
	}
#menu li *
	{
	padding:			0.2em 1em;
	}
#menu li a
	{
	background:			#f0e0c0;
	background:			#ddd;
	color:				#000;
	text-decoration:	none;
	}
#menu li a:hover
	{
/*	background:		#cb8;
*/	background:		#ccc;
/*	color:			#fff;
*/	}
	
/*------------------------------------------------------------------------------
	Main Body
------------------------------------------------------------------------------*/	
#main
	{
	background:	#f8f0e0;
	background:	#eeeeee;
	color:		#000;
	width:		800px;
	padding:	0px;
	margin:		0px	0px	0px	0px;
	}

#main img
	{
	float:left;
	}

#main p
	{
	}

/*******************************************************************************
*	Don't know
*******************************************************************************/

/*------------------------------------------------------------------------------
	Body Blocks
------------------------------------------------------------------------------*/
.block_right
	{
	padding:0;
	padding-top:			5px;
	float:				right;
	width:				320px;
	}

.block_left
	{
	padding:0;
	float:				left;
	width:				350px;
	}

.pic_left, .pic_right, .txt_left, .txt_right
	{
	margin:		10px;
	}

.pic_left, .txt_left
	{
	float:		left;
	clear:		left;
	}

.pic_right, .txt_right
	{
	float:		right;
	clear:		right;
	}

.pic_left, .pic_right
	{
	}

.txt_left, .txt_right
	{
	vertical-align:	middle;
	width:		370px;
	}

.txt_left
	{
	}

.txt_right
	{
	}

.pic_left
	{
	}

.pic_right
	{
	}

/*------------------------------------------------------------------------------
	Redifining built ins
------------------------------------------------------------------------------*/
*
	{
	}
body
	{
	border-width: 0 0 0 0;
	padding: 0 0 0 0;
/*
	background: url(misc/_bg_r.bmp) repeat-y 100% 0;
	font-family:		Georgia, "Times New Roman", Times, serif;
*/
	font-family:		arial, san serif;
	font-size:			10pt;
	background-color:	#ffffff;
	width:				800px
	}

h2
	{
	vertical-align:	top;
	text-align:		center;
	font-family:	arial, san serif;
	color:			#653;
	color:			#000;
	}

h3
	{
	vertical-align:	top;
	text-align:		center;
	font-family:	arial, san serif;
	color:			#5084a8;
	}
/*
table td
	{
	border-width: 2pt;
	border-color: black;
	background-color: white;
	}
*/
/*------------------------------------------------------------------------------
	bottom line
------------------------------------------------------------------------------*/
.bottom
	{
	clear:	both;
	}

.footer
	{
	font-family:	arial, san serif;
	font-size:		.7em;
	text-align:		right;
	}

.bottomline
	{
	position:		absolute;
	bottom:			0px;
	right:			0px;
	width:			400px;
	font-family:	arial, san serif;
	color:			#ffffff;
	font-size:		7pt;
	}

.initcap
	{
	font-size: 24px;
	font-family:		Georgia, "Times New Roman", Times, serif;
	}

.line
	{
	padding-left:		4px;
	border-left:		5px solid brown;
	}

.recommend_pic
	{
	float:		left;
	width:		100px;
	}
.recommend_txt
	{
	float:		right;
	width:		650px;
	}

.logo_left
	{
	padding-right:	20px;
	float:			left;
	clear:			left;
	}

.logo_right
	{
	padding-right:	20px;
	float:			right;
	clear:			right;
	}

