/****************************************************************************************/
/* General styles */
body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.166;	
	margin: 0;
	padding: 0;
	border: 0;			/* This removes the border around the viewport in old versions of IE */
	width: 100%;
}

a {
	color: #1E3C5B;
	text-decoration: none;
	font-weight: bold;
}
a:visited{
	color: #7CA6D3;
}
a:hover{
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	color: #4F4F4F;
	/*background-color: inherit;*/
	margin: 10px 0 2px 0;
	font-weight: bold;
}
h1{
 	font-size: 200%;
}
h2{
 	font-size: 160%;
	margin-top: 20px;
}
h3{
 	font-size: 120%;
	margin-top: 15px;
	text-decoration: underline;
    margin-bottom: 15px;
}
h4{
 	font-size: 100%;
	margin-top: 10px;
	text-decoration: underline;
}
h5{
 	font-size: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
blockquote {
	margin: 2px 20px;
	font-size: 90%;
	line-height: 1.3em;
}
img {
	border: 0;
}

ul, ol, li {
	margin: 4px 12px;
	list-style-position: inside;
}

hr {
   border: 1px;
   height: 2px;
   color: #EEE1A4;
   background-color: #EEE1A4;
   margin: 6px 0;
}

.menu {
	clear: right;
	color: #4F4F4F;
	font-size: 80%;
}
.menu ul {
	list-style: none;
}
.menu li {
	display: inline;
}
.menu a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.menu a:visited {
	color: #000000;
}
.menu a:hover {
	background-color: #FDFBF2;
}

/****************************************************************************************/
/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
}
#header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 82px;
	background-color: #ebdc92;
}
#header .logo {
	float: left; 
	width: 15%;
}
#header .menu {
	padding: 20px 10px 0 0;
}

#cse-search-box {
	float: right;
	clear: right;
	padding: 5px 10px 0 0;
}

/****************************************************************************************/
/* column container */
.colmask {
	position: relative;	/* This fixes the IE7 overflow hidden bug */
	clear: both;
	float: left;
	width: 100%;			/* width of whole page */
}

/****************************************************************************************/
/* common column settings */
.colright, .colmid, .colleft {
	float: left;
	width: 100%;			/* width of page */
	position: relative;
}
.col1, .col2, .col3 {
	float: left;
	position: relative;
	padding: 0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
}

/****************************************************************************************/
/* 3 Column settings */
.threecol {	/* right column */
	background-color: #ebdc92;
}
.threecol .colmid { /* center column */
	right:15%;			/* width of the right column */
	background-color: #fdfbf2;
	border-right: 1px solid #95801c;
}
.threecol .colleft { /* left column */
	right:67%;			/* width of the middle column */
	/*background: #ebdc92 url(img/topics-top.jpg) repeat-x;*/
	background: #ebdc92;
	border-right: 1px solid #95801c;
}
.threecol .col1 {
	width:65%;			/* width of center column content (column width minus padding on either side) */
	left:101%;			/* 100% plus left padding of center column */
}
#srchResult iframe {
	width: 100%;
}
.threecol .col2 {
	width:18%;			/* Width of left column content (column width minus padding on either side) */
	left:17%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:13%;			/* Width of right column content (column width minus padding on either side) */
	left:85%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}

/****************************************************************************************/
/* center column */
.threecol .map a {
	font-weight: normal;
	padding: 0 8px;
}
.threecol .col1 {
	font-size: 90%;
}
.threecol .col1 ul, .threecol .col1 ol {
	margin: 0 0 1.0em 0;
}
.threecol .col1 li {
	list-style-position: outside;
	margin: 0 0 0.5em 3.0em;
}
.threecol .col1 .deletion {
	color: #000099;
	background-color: #E0E0E0;
	font-weight: bold;
}
.threecol .col1 .addition {
	color: #990000;
	background-color: #FFFFCC;
	font-weight: bold;
	font-style: italic;
}
.threecol .col1 .tools {
	padding: 4px 6px 4px 0;
	float: right;
	font-size: 11px;
	border-bottom: 1px dotted #95801c;
}
.threecol .col1 .tools a {
	padding-left: 8px;
}

/****************************************************************************************/
/* left column */
.threecol .col2 ul {
	list-style-image: url(img/bullet.gif);
	margin: 0 0 0 20px;
	padding: 0;
}
.threecol .col2 li {
	margin: 8px 0;
	padding: 0;
	list-style-position: outside;
	line-height: 1.0em;
}
.threecol .col2 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 75%;
	font-weight: normal;
}
.threecol .col2 a:hover {
	background-color: #fdfbf2;
	text-decoration: none;
}

/****************************************************************************************/
/* right column */
.threecol .col3 {
	text-align: center;
}
.blurb {
	width: 120px;
	border: 1px solid #000000;
	color: black;
	background-color: #fdfbf2;
	margin: auto;
	font-size: 90%;
}
.blurb .text {
	font-weight: normal;
	font-size: 85%;
}
.threecol .col3 .tools div {
	text-align: left;
	vertical-align: middle;
	padding: .3em;
}
.threecol .col3 .tools .title {
	font-weight: bold;
	text-align: center;
	padding: .1em 0;
	border-bottom: 2px solid #EEE1A4;
}
.threecol .col3 a {
	color: #000000;
	text-decoration: none;
	font-size: 90%;
}
.threecol .col3 p {
	margin: .3em .3em;
}

/****************************************************************************************/
/* Footer styles */
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #746314;
	width: 98%;
	clear: both;
	font-size: 70%;
	padding: 4px 1%;
	background-color: #ebdc92;
	text-align: center;
	border-bottom: 1px solid black;
}
#footer a {
	font-size: 140%;
}

/****************************************************************************************/
/* Other styles */
#webring {
	width: 400px;
	margin: 20px auto auto auto;
	text-align: center;
	font-size: 12px;
}

.caption {
	font-size: 10px;
	text-align: center;
}

.right {
	float: right;
}
