﻿/* default.css */
/* Eastward Graphics */

/*
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: 15px;
	background: #000;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: centre;
}

#container {
	text-align: center;
}

#corebox {
	width: 780px;
	margin: 0 auto;
	height: 500px;
}

#wrapper {
	/* width: 780px; */
	text-align: center;
	/* background-color: white; */
}

#sidebarleft {
	width:300px;
	height: 350px;
	/* text-align: right; */
	list-style: none;
	margin: 40px 20px 20 20px;
	padding: 50px 0 0 10px;
	/* border: 6px solid #000000; */
	float: left;	
}

#sidebarright {
		width:400px;
	height: 350px;
	/* text-align: right; */
	list-style: none;
	margin: 20px 5px 0 80px;
	padding: 30px 10px 0 40px;
	/* border: 6px solid #000000; */
	float: right;	

}

#sidebarleft ul {
	font-size: 10pt;
	color: blue;
}

#sidebarleft ul li {
	list-style: none;
	font-variant: small-caps;
	letter-spacing: 3px;
	text-align: right;
}

#sidebarleft ul li ul {
	
}

#main {
	width: 760px;
	text-align: center;
	padding: 20px;
	margin: 0 auto 0 auto;
}

#image30pad {
	margin-top: 10px;
	margin-bottom: 30px;
}

#fixedmain {
	width: 760px;
	height: 350px;
	text-align: center;
	padding: 20px;
	margin: 0 auto 0 auto;
	background-color: black;
	color: #00FFFF;
}

#singlemain {
	width: 760px;
	text-align: justify;
	padding: 40px 50px 40px 50px;
	margin: 0 auto 0 auto;
	color: #00FFFF;
}

#subheading {
	color: #FFFF99;
}

h3 {
	color: #FFFFFF;
}

h2 {
	color: #FF0000;
	font-size: small;
	margin-bottom: 15px;
}

h1 {
	color: #000000;
	font-size: small;
}

h2 {
}

h3 {
}

ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
	text-align: justify;
}

ul {
	margin-bottom: 1.4em;
	line-height: 1.8em;
	text-align: justify;
}

blockquote {
	margin-bottom: 1.4em;
	line-height: 1.8em;
	text-align: justify;
}

p {
	margin-bottom: 1.4em;
	line-height: 1.8em;
	text-align: justify;
}

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

a:hover {
	text-decoration: underline;
}

/* Header */

#header {
	height: 61px;
	text-align: centre;
	background: url(images/img02.gif) repeat-x;
}

.highside {
	margin: 0;
	padding: 0;
	height: 25px;
	text-align: center;
	/* background: url(images/highside.gif) repeat-x; */
	background: url(images/topside2.jpg) repeat-x;
}

.lowside {
	clear: both;
	margin: 0;
	padding: 0;
	height: 25px;
	text-align: center;
	/* background: url(images/lowside.gif) repeat-x; */
	background: url(images/bottomside2.jpg) repeat-x;
}

/* Header > Logo */

#logo {
	width: 700px;
	height: 19px;
	margin: 0 auto;
	padding: 6px 0 0 0;
	text-align: center;
}

#logo h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
}

#logo h1 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
}

#logo h1 {
	float: left;
}

#logo h2 {
	float: right;
}

#logo a {
}

/* Header > Menu */

#menu {
	width: 600px;
	height: 27px;
	margin: 0 auto 0 auto;
	text-align: center;
}

#menu ul {
	margin: 0;
	padding: 7px 0 0 0;
	list-style-type: none;
}

#menu li {
	display: inline;
	font-variant: small-caps; 
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	margin: 0 5px 0 0;
	padding: 2px 25px 0 25px;
	background: url(images/img03.gif) repeat-x;
	border: 1px solid #222222;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-image: url(images/img04.gif);
	text-decoration: none;
}

#menu .active a {
	background-image: url(images/img05.gif);
}

/* Wrapper */

#wrapper {
	background: url(images/img06.gif) repeat-x;
}

#stripeline {
	height: 61px;
	text-align: centre;
	background: url(images/img02.gif) repeat-x;
	clear: both;
}

#stripelinelink {
	width: 700px;
	height: 19px;
	margin: 0 auto;
	padding: 6px 0 0 0;
	text-align: center;
	color: #00FFFF;
	font-varient: small-caps;
}

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

#stripelinedata {
	width: 600px;
	height: 27px;
	margin: 0 auto 0 auto;
	font-variant: small-caps;
	text-align: center;
}

/* Footer */

#footer {
	clear: both;
	padding: 0px 50px;
	border-top: 4px solid #393F4D;
	/* old footer background: #444C5D; */
}

#footer p {
	width: 700px;
	margin: 0 auto;
	font-size: x-small;
	color: #FFFFFF;
}

#footer a {
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: underline;
}

#redletter {
	color: #FF0000;
	font-variant: small-caps;
}

#copyright {
	color: #EBEBEB;
	font-variant: small-caps;
}

#privacy {
	letter-spacing: 2pt;
	color: #00FFFF;
	font-variant: small-caps;
}

/* Footer > Legal */

#legal {
	padding: 10px;
	text-align: center;
	color: aqua;
	margin: 0;

}

#legal a {
	color: aqua;
	text-decoration: none;
}

/* Footer > Links */

#links {
}