﻿/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 0px;
	background-image:url('../images/BG_Logo.jpg');
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	
}

table { margin-left:auto; margin-right:auto; text-align: left; }

.rlogo {
	background-image: url('../images/R_Logo.jpg');
}

.llogo {
	background-color: #FFA500;
	text-align: right;
}



h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	color: #FFFFFF;
}

h2 {
	margin-bottom: 1em;
	text-transform: uppercase;
	color: white;
}

h1 {
	margin-bottom: 1em;
	text-transform: uppercase;
	color: #FFFFFF;
}

img { border:medium;
border-color:black; }

h1 { font-size: 2.8em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.2em; }

ol {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 1.8em;
}

ul {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 1.8em;
}

blockquote {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 1.8em;
}

p {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 1.8em;
}

ol {
	margin-left: 3em;
}

ul {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
}

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: white;
}


hr { display: none; }

.hr {
}

/* Boxed */

.boxed {
padding-bottom: 15px;
}

.boxed .title {
	margin: 0;
	padding: 5px 15px;
	height:30px;
	background-image:url('../images/img4_div.jpg');
	text-transform: uppercase;
	font-size: small;
	
}
.boxed .title2 {
	background-image:url('../images/img4_div_b.jpg');
	
	
}
.boxed .title3 {
	margin: 0;
	padding: 5px 15px;
	height:24px;
	background-image:url('../images/img4_div.jpg');
	text-transform: uppercase;
	font-size: small;
	
}



.boxed .content {
	padding: 15px;
	background:black;
}

.boxed ul {
	margin-left: 0;
	list-style-position: inside;
}

.boxed ol {
	margin-left: 0;
	list-style-position: inside;
}

/* Logo */

#logo {
	width: 790px;
	height: 164px;
	margin: 0 auto;
	background: #000000 url(../images/img02.jpg) no-repeat;
}

#logo h1 {
	float: left;
	width: 600px;
	margin: 0;
	padding: 164px 0 0 0;
	text-align: right;
	letter-spacing: 5px;
	font-size: 18px;
}

#logo h2 {
	float: right;
	margin: 0;
	padding: 170px 20px 0 0;
	font-size: 11px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 790px;
	margin: 0 auto;
	background: #000000;
}

/* Content */

#content {
	float: left;
	width: 616px;
	padding-right:0px;
	padding-top:13px;
	background: url(../images/img03.jpg) no-repeat;
}

#welcome {
	padding-bottom: 20px;	
	}
#welcome2 {
	width: 600px;
	padding-left:6px;
	
	}
#welcome3 {
	width: 600px;
	padding-left:6px;
 
	}
#olist {
	clear:left;
	float: left;
	width: 260px;
	height:auto;
	padding-left: 17px;
	padding-top: 25px;
}

#ulist {
	float: right;
	width: 260px;
	height:auto;
	padding-left: 35px;
	padding-right: 18px;
	padding-top: 25px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 174px;
	padding-top:13px;
	background: url(../images/img04.jpg) no-repeat;
}

#sidebar blockquote {
	margin-left: 0;
	margin-right: 0;
}

/* Menu */

#menu {
	margin-bottom: 19px;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	padding-top: 1px;
	background: url(../images/img07.gif) repeat-x;
}

#menu li.first {
	background: none;
}

#menu a {
	display: block;
	width: 110px;
	padding: 7px 11px 7px 25px;
	text-transform: uppercase;
	background: url(../images/img08.gif) no-repeat 10px 50%;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: small;
	font-weight: bold;
}

#menu a:hover {
	background-color: orange;

	width:135px;

}

/* Footer */

#footer {
	width: 790px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(../images/img05.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: x-small;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}









