/***********************************************/
/* keyboard-crazy.css                           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	font-family: Arial,sans-serif;
	color: #000000;
	font-size: 11px;
	background-color: #ffffff;	
	margin: 0px;
	padding: 0px;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #999999;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a.top, a.top:visited{

	/* font formatting for <a> in the globallink div pane when in visited or unvisited state */

		padding: 3px 11px 3px 11px;
		border-right: 1px solid #f0f0f0;
  		font-size: 12px;
		font-weight: bold;
  		color: #000000;
		text-decoration: none;
		text-align: center;
}

a.top:hover{

	/* font formatting for <a> in the globallink div pane when in mouse hover state */

  		background-color: #EECC00;
		color: #000000;
		text-decoration: none;
}

a.leftmenu, a.leftmenu:visited{

	/* font formatting for <a> in the globallink div pane when in visited or unvisited state */

		display:block;
		padding: 6px 0px 6px 20px;
		border-right: 1px solid #f0f0f0;
		border-left: 1px solid #f0f0f0;
		border-bottom: 1px solid #f0f0f0;
  		font-size: 12px;
		font-weight: bold;
  		color: #818FC3;
		text-decoration: none;
		text-align: left;
}

a.leftmenu:hover{

	/* font formatting for <a> in the globallink div pane when in mouse hover state */

		text-decoration: none;
		background-color: #EBEDF5;
		text-decoration: none;
}

a.leftsubmenu, a.leftsubmenu:visited{

	/* font formatting for <a> in the globallink div pane when in visited or unvisited state */

		display:block;
		padding: 1px 0px 1px 20px;
		border-right: 1px solid #f0f0f0;
		border-left: 1px solid #f0f0f0;
		border-bottom: 1px solid #f0f0f0;
  		font-size: 10px;
		font-weight: bold;
  		color: #818FC3;
		text-decoration: none;
		text-align: left;
}

a.leftsubmenu:hover{

	/* font formatting for <a> in the globallink div pane when in mouse hover state */

		text-decoration: none;
		background-color: #EBEDF5;
		text-decoration: none;
}

a.news, a.news:visited{

	/* font formatting for <a> in the globallink div pane when in visited or unvisited state */

		display:block;
		padding: 3px 0px 3px 10px;
		border-right: 1px solid #f0f0f0;
		border-left: 1px solid #f0f0f0;
		border-bottom: 1px solid #f0f0f0;
  		font-size: 11px;
  		color: #000000;
		text-decoration: none;
		text-align: left;	
}

a.news:hover{

	/* font formatting for <a> in the globallink div pane when in mouse hover state */

		color: #000000;
		background-color: #EBEDF5;
		text-decoration: none;
}

a.right, a.right:visited{

	/* font formatting for <a> in the globallink div pane when in visited or unvisited state */

		display: block;
  		font-size: 11px;
		text-align: right;
  		color: #000000;
		text-decoration: none;
		
}

a.right:hover{

	/* font formatting for <a> in the globallink div pane when in mouse hover state */

		color: #000000;
		text-decoration: underline;
}

li
{
	margin: 0px 0px 0px -20px;
}

table{
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin: 0px 0px 20px 0px;
}

td{
	padding: 10px 10px 10px 10px;
}

table.contact{
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	margin: 0px 0px 20px 0px;
}

td.contact{
	padding: 0px 0px 0px 0px;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}

/************** header tag styles **************/

h1{
	color: #000000;
	font-size: 11px;
	font-weight: 100;
}

h2{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#header{
	position: absolute;
	top: 15px;
	width: 364px;
	height: 19px;
	left: 21px;
}

.col{
	position: absolute;
	left: 0px;
	top: 137px;
}

#topmenu{
	position: absolute;
	top: 109px;
	left: 274px;
	text-align: left;
	width: 732px;
}

#content{
	position:absolute;
	width: 600px;
	top: 173px;
	left: 21px;
	height: inherit;
}

.contentmenu{
	float: left;
	top: 0px;
	left: 0px;
	width: 170px;
	z-index: 1;
}

.contenttitle{
	position: absolute;
	top: 0px;
	left: 191px;
	width: 367px;
	z-index: 1;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
}

.contentarticle{
	width: 380px;
	background-color: #ffffff;
	margin: 150px 0px 30px 200px;
	min-height: 50px;
	_height: 50px;
	left: 191px;
	top: 29px;
}

.newsheadlines{
	border-top: 1px solid #f0f0f0;
	width: 380px;
	background-color: #ffffff;
	margin: 190px 0px 30px 200px;
	min-height: 50px;
	_height: 50px;
	left: 191px;
}

.newsarticle{
	width: 380px;
	background-color: #ffffff;
	margin: 200px 0px 30px 200px;
	min-height: 50px;
	_height: 50px;
	left: 191px;
}

.contactbody{
	width: 380px;
	background-color: #ffffff;
	margin: 40px 0px 30px 200px;
	min-height: 50px;
	_height: 50px;
	left: 191px;
}

.contentfooter{
	width: 640px;
}

.contentfooterpadding{
	height: 10px;
}

#rightfloat{
	position: absolute;
	top: 207px;
	left: 616px;
	width: 154px;
}

.rightfloatcontent{
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	padding: 4px 6px 4px 6px;
}

/********************* end **********************/
