/**********************************************************
* Universal Settings							          *
**********************************************************/

body{
	margin: 0;
	padding: 0;
	font: 100% arial, hevetica, sans-serif;
	text-align: center;
	/*color: #A5A5A5;*/
	color: #959595;
	background: #FFFFFF url(Images/bg_top.gif) repeat-x;
}

p{
	padding: 10px 10px;
	font: 110% arial, hevetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 { color: #79A968; margin: 0 0 .5em;}

h1
{
	font: 160%;
}

h1 a
{
	text-decoration: none;
	color: #79A968;
}

h2
{
	font: 140%;
}

h3
{
	font: 130%;
}

li{
	padding: 3px;
}

table {
	padding: 10px;
	border-style: solid;
	border-color: #79A968;
	border-width: 0px 0px 7px 0px;
	border-collapse: collapse;
	text-align: center;
	font: 100% arial, hevetica, sans-serif;
	font-size: 1.1em;
}

table th {
	/*border:1px solid #79A968;
	padding:3px 7px 2px 7px;*/
	font-size:1em;
	text-align:center;
	background-color:#79A968;
	color:#ffffff;
}

table td {
	/*font-size:1em;*/
	padding:6px 10px 5px 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #A5A5A5;
	background-color: white;
}

table caption{
	color: #79A968;
	font-weight: bold;
	font-size: 1.2em;
}

table th a{
	text-decoration: underline;
	color: #FFFFFF;
}

table td a{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

img {
	padding: 5px;
}
/**********************************************************
* Top Bar - The Upper Layer         					  *
**********************************************************/

.right_box
{
	float: right;
	width: 200px;
	background: #FFFFFF;
	border: #A5A5A5 1px dotted;
}

/**********************************************************
* Main - The Central Eyepiece					          *
**********************************************************/

#main
{
	width: 90%;
	text-align: left;
	margin: 0px auto;
	color: #353535;
}

/**********************************************************
* Header and Footer								          *
**********************************************************/

#header
{
	height: 100px;
	width: 100%;
	position: relative;
}

.img_header
{
	position:absolute;
	top:5px;
	right:10px;
}
#footer
{
	clear: both;
	height: 10px;
	color: #FFFFFF;
	font-size: 8px;
	background: #102C4C url(Images/bg_cat.gif) repeat-x;
}

#footer a
{
	text-decoration: none;
	color: #FFFFFF;
}

/**********************************************************
* Navigation Tabs							              *
**********************************************************/

#nav
{
	width: 650px;
	padding: 0px;
	margin: 0px auto;
	font: 120% arial, hevetica, sans-serif;
}

#nav ul
{
	margin: 25px;
	padding: 0;
	list-style-type: none;
}

#nav li
{
	display: inline;
	padding: 0 15px;
}

#nav li a
{
	color: #272900;
}

#nav li a:hover
{
	color: #266A2E;
}


/**********************************************************
* Brand Bar										          *
**********************************************************/

#brand
{
	display: block;
	padding: 0px;
	background: #FFFFFF;
	/*background: #FFFFFF url(Images/bg_cat.gif) repeat-x;*/
	text-align: center;
}

/**********************************************************
* Blurp		          								      *
**********************************************************/

.blurp
{
	display: inline;
	margin: 0px auto;
}



