﻿/********************
***  Style reset  ***
********************/
*
{
   margin: 0;
   padding: 0;
}

/**********************
***  Global Styles  ***
**********************/
html { background: #252525; }
body {
   color: #000;
   margin: 0 auto;
   font: 13px "Trebuchet MS", arial, verdana, sans-serif;
}
html {
   color: #000;
   margin: 0 auto;
   font: 13px "Trebuchet MS", arial, verdana, sans-serif;
}
body {
   width: 890px;
   background: #252525 url('../images/logo.gif') no-repeat 0 40px;
   padding: 40px 0;
}
.menu {
	color : #000000;
	font-size : 9px;
	font-family : Verdana,Arial,Tahoma;
	text-align: center;
	text-decoration: none;
}
.menu a {
	color : #000000;
	text-decoration: none;
}
.menu a:hover {
	color : #660000;
	border-bottom: 1px dotted;
}
h1 {
   font: 40px "Arial", sans-serif;
   background-color: transparent;
   color: #fff;
   padding-left: 150px;
}
h2 {
   font: 18px "Trebuchet MS", sans-serif;
   background-color: transparent;
   color: #252525;
   padding-left: 95px;
}
.style1 {
	text-align: center;
}
.style2 {
	border:0px;
}
.style3 {
	font-size: 11px;
}
.style4 {
	border: 2px solid #808080;
	margin-left:  auto;
    margin-right: auto;
}
p {
   padding: 6px 5px;
   text-align:justify;
}
a:active {
   color: #000000;
   text-decoration:none;
}
a:link {
   color: #000000;
   text-decoration:none;
}
a:visited {
   color: #000000;
}
a:hover {
   color:maroon;
}
ul {
   list-style-type: none;
}

/***********************
***  Top Navigation  ***
***********************/
ul#navigation
{
   height: 20px;
   width: auto;
   float: right;
   padding: 35px 0 0 0;
   margin: 0;
}
ul#navigation li a {
   display: block;
   float: left;
   margin: 0 0 0 4px;
   height: 24px;
   background: #252525;
   color: #fff;
   font-size: 10px;
   font-weight: bold;
   text-decoration: none;
   text-align: center;
}
ul#navigation li {
   display: inline;
}
ul#navigation li a span {
   padding: 6px 5px 0 5px;
   height: 18px;
   display: block;
   float: left;
}
ul#navigation li a:hover {
   background: #fff url('../images/navigation-bg-right.png') no-repeat right;
   color: #000;
}
ul#navigation li a:hover span {
   background: transparent url('../images/navigation-bg-left.png') no-repeat left;
   color: #000;
}

/*********************
***  Main Content  ***
*********************/
div#main-content {
   margin: 59px 0 0 0;
   padding: 15px 15px 10px 235px;
   background: #fff url('../images/bg.png') repeat-y left;
}
div#main-content h3 {
   font: 18px Georgia, "Trebuchet MS", verdana, arial, sans-serif;
   padding: 10px 0 0 10px;
   font-weight: normal;
}
div#main-content h4 {
   background-color: transparent;
   color: #979797;
   font-size: 14px;
   padding: 0 0 5px 15px;
   font-weight: normal;
}
div#side-col {
   margin: 59px 0 0 0;
   padding: 5px 0 10px 0;
   font-size: 10px;
   float: left;
   display: inline;
   width: 225px;
   background: #fff;
}

div#side-col p {
   padding: 0 15px 5px 15px;
}

/********************
***  Welcome Box  ***
********************/
div#welcome {
   background: #fbf9ed; 
   margin: 0 0 10px 0;
   border: 3px solid #f0eed9;
}

/********************
***  Page Footer  ***
********************/
p#footer {
   background-color: transparent;
   color: gray;
   background: #fbf9ed;
   border: 3px solid #f0eed9;
   font-size: 11px;
   padding: 2px 0 2px 0;
   text-align: center;
}
