* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 20px;
	background: #404040 url(images/img01.gif) repeat-x;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #C3C3C3;
}
h1, h2, h3 {
	margin-bottom: 1em;
	text-transform: capitalize ;
	color: #000000;
}

h1 { font-size: 2.8em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.2em; }

p, blockquote, ol {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 1.6em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
}

a {
	color: #CCCCCC;
	text-decoration:none;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

img { 
border:0px solid #999999;
padding:3px;
}
.imgborder
{
padding:3px;
}
.borderpic
{
border:2px solid #999999;
}
img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 15px 0 15px;
}

hr { display: none; }

.hr {
}
.redding
{
color:#FF0000;
}
.white
{
color:#FFFFFF;
font-weight:200;
}


/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}
/* Content */

/* see other css */


#welcome {
	padding-bottom: 20px;
}

#olist {
	clear: left;
	float: left;
	width: 230px;
}
#olist h2, #ulist h2
{
color:#CCCCCC;
}
#ulist {
	float: left;
	width: 230px;
	padding-left: 20px;
}

/* Menu */

#menu {
	margin-bottom: 19px;
	margin-top:20px;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	text-transform: uppercase;
	border-bottom:solid 1px #FFFFFF;
	width: 150px;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: smaller
}

#menu a {
	display: block;
	width: 150px;
	text-decoration: none;
	padding: 1px 10px 7px 25px;
	background: url(images/img07.gif) no-repeat 10px 50%;
}
#menu a:hover
{
background: url(images/img08.gif) no-repeat 10px 50%	
}
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.align-center{margin-left:auto;
margin-right:auto;
}

/* additional classes */
.clear {	clear:both;	} 
.hide  { display: none; }
.gray
{
 color: #009900;
}
.dark
{
  color: #006600;
}
.bulletheader
{
font-weight:bold;
font-size:14px;
}
.speach
{
font-style:italic;
font-size:13px;
}
.quote
{
background-color:#333333;
}

/* Footer */

#footer {
	width: 760px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/img05.gif) repeat-x;
		border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: x-small;
	color: #333333;
}

#footer a {
	color: #000000;
}
