* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input {
    padding: 1px;
}


h1, h2, h3, h4 {
	margin: 0;
}

h2, h3, h4 {
	margin-bottom: 20px;
	padding-bottom: 9px;
	letter-spacing: -0.035em;
	font-weight: normal;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

hr {
    
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-top-color: gray;
    border-bottom-color: gray;
    border-left-color: gray;
    border-right-color: gray;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 170%;
	text-align: justify;
    list-style: none;
}
p.message {

    color: #009900;
    
    text-align: center;
}



a {
	
}

a:hover {
	text-decoration: none;
}

img {
    float: none;
    padding: 0px;
    border: none;
}

td {
    padding: 10px;
}


/* Description Style */

#description {
    border-bottom: 1px solid #B9B9B9;
    border-left: 1px solid #B9B9B9;
    border-right: 1px solid #B9B9B9;
    border-top: 1px solid #B9B9B9;
   
}

#description p {
    padding: 5px;
}


/* Wrapper */

#wrapper {
	width: 1000px;
	margin: 0 auto;
}

#search {
}

#search input {
    color: #858585;
}


/* Header */

#header {
    padding-top: 80px;
	height: 135px;
}

#header2 {
    float: right;
    margin-right: 0;
    /*padding-top: 10px;
	height: 10px;*/
}

/* Logo */

#logo {
	float: left;
    /*these should add up to about the page width
    it fixes a really dumb problem in IE with
    displaying the menu.
    */
    margin-right: 400px;
    padding-right: 100px;
}

#logo h1{
	margin: 0;
	padding: 0px 0 0 70px;
	letter-spacing: -3px;
	font-size: 36px;
    border: none;
}

#logo h1 a {
	text-decoration: none;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 15px 78px 25px 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a{
	padding-left: 20px;
    padding-right: 20px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	
}

/* Content */

#content {
	float: left;
	width: 850px;
	padding: 0 0 0 75px;
}


/* Footer */

#footer {
	height: 108px;
    /*float: left;*/
    margin-right: auto;
    margin-left: auto;
}

#footer p {
	margin: 0;
	padding-top: 45px;
	text-align: center;
}

#footer a {
}

/* Table */
#tableEffect
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin-bottom: 20px;
	width: 95%;
	border-collapse: collapse;
	text-align: left;
}

#tableEffect td
{
	border-bottom: 1px solid #B9B9B9;
	padding: 6px 8px;
    /*font-weight: bold;*/
}
#tableEffect tbody tr:hover td
{
}
