body {
	background-color: #E0DFE3;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color:#564b47;
	padding:20px;
	margin:0px;
	text-align: center;
	background-repeat: repeat;
	background-image: url(../images/notes-bckgrnd.gif);
	
}


#content {
	text-align: left;
	vertical-align: middle;
	width: 750px;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

			
p, h1, pre {
	margin: 0px;
	padding: 5px 10px;
	color: #333333;
}
h1 {
	font-size: medium;
	text-transform:uppercase;
	text-align: justify;
	color: #564b47;
	background-color: #CCCCCC;
}


a { 
color: #0000FF;
font-size: 11px;
background-color:transparent;
text-decoration: none; 
}
 
 #navBar{
	padding: 0px;
	background-color: #eeeeee;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: auto;
	float: right;
}

#masthead{
	width: 750px;
	background-color: #CCCCCC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	vertical-align: middle;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	background-image: url(/images/navbar_bck.png);
	background-repeat: repeat-y;
}

#globalNav{
	color: #CCCCCC;
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-left: 5px;
	float: none;
	text-align: left;
}

#globalNav-Rt{
	color: #333333;
	white-space: nowrap;
	background-color: #CCCCCC;
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 0px;
	float: right;
	font-style: normal;
	font-weight: bolder;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

/************** #advert styles **************/

#advert{
	font-size: 80%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-bottom-style: solid;
}

#advert img{
	display: block;
}


.feature{
	font-size: 80%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 2px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

#siteInfo{
	clear: both;
	font-size: 75%;
	margin-top: 0px;
	text-align: left;
	background-image: url(/images/navbar_bck.png);
	background-repeat: repeat-y;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666666;
	padding-left: 5px;
	background-color: #CFCFCF;
}
