

* {
	margin: 0;
	padding: 0;
}

body {
	background: #000 url(../images/img011_blue_fade_little.jpg) repeat-x;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}

h1, h2, h3 {
	color: #313131;
}

h1 {
	margin-bottom: .5em;
	font-size: 182%;
	font-weight: normal;
	letter-spacing: -2px;
}

h2 {
	margin-bottom: .5em;
	font-size: 136%;
	font-weight: normal;
	letter-spacing: -1px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, blockquote, ol, ul {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 167%;
	font-size: 107%;
}

blockquote {
	margin-left: 2em;
}

ol {
	margin-left: 2em;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 1em;
	background:  url(../images/img07.gif) no-repeat left center;
}

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


img {
	padding: 2px 2px 2px 2px;
}

a:hover {
	text-decoration: underline;
	color:#3333FF;
}

/* nav */

#nav {
	width: 760px;
	height: 60px;
	margin: 0 auto;
	padding: 0px 0px 0px 40px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	padding: 0;
	display: inline;
	background: none;
}

#nav a {
	display: block;
	float: left;
	height: 40px;
	padding: 15px 10px 10px 10px;
	font-size: 92%;
	font-weight: bold;
	color:#D3DDF1;
}

#nav a:hover {
	text-decoration:underline;
	color:#FF3300;
}

#nav b {
	text-decoration: underline;
}

/* header */

#header {
	width: 700px;
	height: 180px;
	margin: 0 auto;
	background: #000;
}

#header h1 {
	margin: 0;
	padding: 150px 0 100px 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 189%;
	color:#CCCCCC;
}

#header h2 {
	margin: 0;
	padding: 0 0 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
}

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

/* body */
#main {
	background: #333 url(../images/bread_s_grey.jpg) repeat-x top;
}

#middle {
	width: 760px;
	margin: 0 auto;
	background:  url(../images/welcome.jpg) repeat-y;
}
#left {
	float:left;
	background: #222;
	padding: 20px 50px 10px 40px;
}

/* Content */

#content {
	float: left;
	width: 670px;
	padding: 2px 10px 10px 40px;
}

#page_title {
	float: left;
	width: 670px;
	padding: 0px;
	background:  url(../images/welcome.jpg) repeat-y;
}

.floating-box {
	float: right;
	padding: 8px 0px 5px 15px;
}


.floating-box img {
	border: 0px solid #FFFFFF;
}

.floating-box2 {
	float:left;
	padding: 0px 0px 0px 150px;
}

.floating-box3 {
	background-color:#F5F2B1;
	border: 1px solid #000;
	float: right;
	padding: 0px 20px 0px 20px;
}
.floating-box4 {
	background-color:#EFF8B1;
	border: 1px solid #000;
	float: right;
	padding: 0px 15px 0px 15px;
	font-size:13px;
}

/* Footer */

#footer {
	height: 40px;
	border-top: 1px solid #E3E3E6;
	border-bottom: 1px solid #E3E3E6;
}

#footer .main {
	width: 760px;
	margin: 0 auto;
}

#footer .content {
	float: left;
	width: 460px;
	height: 24px;
	color:#ffffff;
	padding: 16px 30px 0 30px;
	background: url(../images/footer.jpg) repeat-x;
	font-size: 10pt;
	font-style: oblique;
}

#footer .content a{
color:#000;
font-style: oblique;
font-size: 10pt; 
}

#footer .content a:hover{
color:#3333ff;
text-decoration: underline;
}


#footer .copyright {
	float: right;
	width: 220px;
	height: 24px;
	margin: 0 auto;
	padding: 16px 20px 0 0;
	background: url(../images/footer.jpg) repeat-x;
	text-align: right;
	font-size: 85%;
	color: #FFFFFF;
}
