/* CSS Document */

*
{
	margin: 0px;
	padding: 0px;
}

html
{
	height: 100%;
}

a 
{
  color: #bd0000;
  text-decoration: none;
  font-weight: bold;
}

a:focus 
{ 
  outline: none; 
}

input, textarea
{
	padding: 2px;
	margin-bottom: 5px;
}

h1
{
  color: #bd0000;
  font-weight: normal;
  font-size: 20pt;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: -2px;
}

h2
{
  color: #bd0000;
  font-weight: bold;
  font-size: 12pt;
  margin-top: 15;
  margin-bottom: 10px;
}

h3
{
  color: #333;
  font-weight: bold;
  font-size: 10pt;
  margin-top: 10;
  margin-bottom: 8px;
}

p
{
	padding-bottom: 12px;
}

table
{
  font-size: 10pt;
}

.clear
{
  clear: both;
}

li
{
  margin-left: 15px;
}

body
{
  font-size: 10pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
  text-align: center;
  
  background: #e8e8e8 url('../images/bg.png') repeat-x;
  height: 100%;
}

/* TinyMCE specific rules */
body.mceContentBody
{
   background:#fff;
   text-align:left;
}

#print_logo
{
  display: none;
}

#page
{
  width: 930px;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  
  background: url('../images/bg_page.png') repeat-y;
}

#head
{
  height: 315px;
  background: url('../images/header2.png') no-repeat;
}

#menu_top
{
  height: 120px;
  padding-right: 50px;
}

#menu_top ul
{
  float: right;
	margin: 0px;
	min-height: 56px;
}

#menu_top li
{
	float: left;
	list-style: none;
	padding-right: 20px;
	padding-top: 16px;
}

#menu_top li a
{
	color: #fff;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}

#menu_top li a:hover
{
	color: #bd0000;
}

#menu_top li.active a
{
	color: #bd0000;
	font-weight: bold;
}

#wrapper
{
  text-align: left;
  padding: 80px;
  padding-top: 10px;
}

#content
{
  float: left;
  width: 490px;
  margin-bottom: 50px;
}

#menu_right
{
  float: right;
  width: 230px;
  margin-bottom: 50px;
}

#menu_right ul
{
	width: 230px;
	padding-bottom: 0px;
	margin: 0px;
}

#menu_right li
{
	list-style: none;
	border-bottom: 1px solid #a5a5a5;
}

#menu_right li a
{
	color: #333;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 2px;
}

#menu_right li a:hover
{
	color: #bd0000;
}

#menu_right li.active a
{
	color: #bd0000;
}

#control-bar
{
  font-size: 10pt;
  text-align: right;
  margin-bottom: 20px;
}

#control-bar a
{
  text-decoration: none;
  color: #bd0000;
}


