* {
	margin: 0;	
}

body {
	margin: 10px 0;
	background: white; 
	/*background: #DEB887;*/
	font-family: Arial;
	font-size: 13pt;
	color: gray18;
	

}

h1, h2, h3 {
	color: #000000;
	text-transform:capitalize;
}


blockquote {
	margin-left: 2em;
	padding-left: 1em;
	border-left: 1px solid #EEEEEE;
}

ul {
	margin-left: 3em;
}


ol {
	margin-left: 3em;
}


a {
	color: #0072BC;
}

a:hover {
	text-decoration: none;
	color: #59C700;
}

img {
	border: none;
}


/* Post */

.post {
	padding: 20px 20px 0 20px;
}

.post .title {
	margin-bottom: 0px;
	padding: 3px 0 15px 0;
	background: url(../../images/img04.gif) repeat-x left bottom;
	font-face:Arial;
}

/* Shadows */

#sideshadows
{
	background-position: top;
	margin: 0 auto; 
	width:948px; 
	background-image: url(../../images/no_shadow.jpg); 
	background-repeat: repeat-y;
}

#bottomshadow
{
	background-position:bottom; 
	margin: 0 auto; 
	width:948px; 
	background-image: url(../../images/no_bot_shadow.jpg);
}


/* Header */

#header
{
	width: 900px;
	background-color: White;
	margin: 0 auto;
}

/* TopMenu CSSClass */
.MenuFullClick
{
	display: block;
	text-decoration: none;
	font-size: 10pt;	
	padding-left:10px;
	padding-right:10px;
}

.MenuFullClick a:hover
{
	display: block;	
	color: Black;  /* makes link in menu black on hover */
}


/* TopMenu CSSClass */

.NewMenu a:hover
{
color: Black;  /* makes link in menu black on hover */
}

		
/* DIV CSSClass */		
#topmenubar {
width: 900px;		
margin: 0 auto;		
background-color:White;
display: block;
text-transform:capitalize;
}


/* Content: Includes Menubar and Main Body */
#content 
{
	width: 900px;
	margin: 0 auto; 
	/*background-color:#EECFA1;*/
background-color:#b3c9ea;
	font: Arial;
	font-size: 13pt;

}

/* Content > Sidebar */
#sidebar
{
	float: left;
	width: 140px;
	padding-left:10px;
	
}

/* Content > Left menu */
.leftmenu{
list-style-type: none;
margin: 20px 0;
padding: 0;
width: 150px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
list-style-type:none
}

.leftmenu li a
{	
background: white url(../../images/left_menu1.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;
}


* html .leftmenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.leftmenu li a:visited, .glossymenu li a:active{
color: white;
}

.leftmenu li a:hover{
background-image: url(../../images/left_menu2.gif);
}

/* Content > Main Body */
#main {
	float: right;width: 740px;padding-bottom:20px;
}

/* Footer */
#footer
{
	background-position: #E2E2E2 url(../../images/footer_bg.gif) repeat-x;
	clear: both;
	width: 860px;
	margin: 0 auto;
	padding: 10px 20px;	
	/*background: #E2E2E2 url(../../images/footer_bg.gif) repeat-x;*/
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: x-small;
	color: black;
}

#footer a
{
	color: #A52A2A;
	font-weight:bold;
}

#footer a:hover
{
	color: green;
	
}