html{
	margin:0;
	padding:0;
}

body {
	min-width:820px; /* Prevent content from becoming unreachable in Gecko */
}

/* position:absolute for all browsers - the whole page scrolls */
div#headerwrap {
	position:absolute;
	width:100%;
	top:1px;
	left:1px;
	height:10px;
	Padding-Bottom: 10px;
}
/* position:fixed for modern browsers - header and footer do not scroll */
/*body>div#headerwrap {
	position:fixed;
}*/
div#header {
	height:110px;
	width:100%;
	margin:0;
	font-family: Monotype Corsiva;
	font-size: 30pt;
	text-align:center;
}
/* set a left margin to compensate for IE/Win always making room for a scrollbar */
div#middlewrap {
/* set left margin and bottom padding for IE5/Win */
	padding:30px 0 0 0;
	margin-left:0;
/* set left margin and bottom padding for others */
	voice-family: "\"}\""; 
	voice-family:inherit;
	margin-left:16px;
	padding-bottom:50px;
}
/* set left margin for modern browsers */
body>div#middlewrap {
	margin-left:0;
}
div#middle {
	width:820px;
	margin:0 auto;
}
div#sidebar {
	width:180px;
	float:left;
}



/* Styling rules to make this demo page look nice. */
body,
html{
	font-family:"Trebuchet MS", Georgia, Verdana, serif;
	color:#dddddd;
	background:#000048;
}
div#header,
div#footer {
	clear:both;
	background:#000048;
	color:#dddddd;
	text-align:center;
}
div#middle,
div#sidebar {
	background:#eee;
}

h1,
h2 {
	padding:0;
	margin:0;
}
div#sidebar h2 {
	padding-left:5px;
}
div#footer h2 {
	text-align:center;
	padding:0;
	margin:0;
}
div #footer p {
	margin:0;
	padding:0;
}

h1 {
	font-family: Monotype Corsiva, Times New Roman;
	font-size:48px;
	text-align:center;
	padding-top:5px;
}
h2 {
	font-family: Monotype Corsiva, Times New Roman;
	font-size:36px;
	text-align:left;
	padding-top:5px;
	color: #330066;
}

h3 {
	font-family: Monotype Corsiva, Times New Roman;
	font-size:28px;
	text-align:left;
	color: #FFFFFF;
}

h4 { 
	font-family: Monotype Corsiva, Times New Roman;
	 font-style: italic;
	 font-size: 36px;
	 text-decoration: underline;
	 color: #f9f2d9;
}
h6  {
	font-family: Monotype Corsiva, Times New Roman;
	font-size:24px;
	text-align:left;
	color: #330066;
}

img { float: left;
	  border: solid #000000 1px;
	  margin: 0 25px 0 0;
}

p {
	margin-bottom:0;
	font-size:0.8em;
	line-height:1.4em;
}
pre {
	font-size:0.9em;
	line-height:1.4em;
}
ul {
	font-size:0.8em;
	line-height:1.4em;
}
a {
	border-bottom: 0px solid #f9f2d9;
	text-decoration: none;
	color: #339900;
}
a:hover {
	border-bottom: 0px solid #8a8a8a;
	font-style: italic;
	color: #cc3399
}



/* Posts */


.post {
	margin-bottom: 10px;
	padding: 1px 10px 2px 35px;
	background: #DDDDDD;
	border: 3px solid #bbbbbb;
	font-size: 20px;
	color: #330066;
}

.post h2, .post h3 {
	margin-left: -30px;#3300ff
}
#content {
	width: 990px;
	margin: 0 auto;
	padding-top: 10px;
}
#contentmain {
	width: 100%;
	margin: 0 auto;
	padding-top: 140px;
}
#colOne {
	float: left;
	width: 110px;
	margin: 10px 0 0 10px;
}

#colOne ul {
	margin-left: 0;
	padding-left: 0px;
	list-style: none;
}

#colTwo {
	float: left;
	width: 95%;
	padding: 0 30px 0 10px;
	margin: 0 20px 0 20px;
}
	
/*-------------------- menu STYLES --------------------*/

a.menu_TOP{
display:block;
line-height: 16pt;		/*was 14*/
text-align: center;
text-decoration:none;
border-right: #948B6D 1px solid;
border-left: #948B6D 1px solid;
}



 /* SUB LEVEL MENU CONTROL */


a.menu_SUB{
display:block;
text-align: center;
padding: 2px 2px 2px 4px;
text-decoration:none;
filter:alpha(opacity=150);
border-bottom: #999999 1px solid;
}


 /* MORE SUB LEVEL MENU CONTROL */


.menu_DIV{
border-top: #000000 0px solid;
border-bottom: #666666 0px solid;
border-right: #666666 1px solid;
border-left: #666666 1px solid;
filter:alpha(opacity=100);
z-index:100;
}
