/* -----------------------------------------------------
global styles
------------------------------------------------------*/

body
{
	margin: 0;
	padding: 0;
	text-align: center;
	background: #ddd;
	font: 1em arial, hevetica, sans-serif;
}

a:link { color: #B52C07; text-decoration: none;}
a:visited { color: #b93411; text-decoration: none;}
a:focus { color: #000; text-decoration: none;}
a:hover { color: #7d8206; text-decoration: none;}
a:active { color: red; text-decoration: none;}

h1, h2, h3, h4, h5, h6 { 
	margin: 0 0 .5em; 
	font-weight: bold;
	clear: both;
	}

h1{
	color: #312654;
	font-size: 140%;
	}

h2
{
	color: #7d8206;
	font: 130% georgia, times, "times new roman", serif;
	font-size: 125%;
}

h3
{
	color: #7d8206;
	font: 110% georgia, times, "times new roman", serif;
	font-size: 110%;
}

/* ------------------------------
page layout
------------------------------ */

/* ------------------------------
container styles - all content
------------------------------ */

#container
{
	margin: 10px auto;
	width: 900px;
	text-align: left; /* keep container centered in body, but left align text in container */
	background: #fff;
	border: 1px solid #676767;
}


/* ------------------------------
banner styles - top headline
------------------------------ */
#banner
{
	/*height: 45px;*/
	width: 100%;
	/*position: relative;*/
	border-bottom: 1px #fff solid;
}

#banner h1
{
	font-size: 180%;
	margin: 0;
	/*position: absolute;*/
	
}


/* ------------------------------
navBar styles
------------------------------ */

.navBar
{
	background: #9FA41D;
	color: #272900;
	padding: 0;
	margin-bottom: 22px;
	
}

.navBar ul
{
	margin: 0 0 0 20px;
	padding: 2px 0;
	list-style-type: none;
	border-left: 1px solid #C4C769;
	
}

.navBar li
{
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #C4C769;
}

.navBar li a
{
	text-decoration: none;
	color: #272900;
}

.navBar li a:hover
{
	text-decoration: none;
	color: #fff;
	background-color: #272900;
}

/* ------------------------------
leftCol styles
------------------------------ */
#leftCol { 
	float: left;
	width: 21%;
	display: inline;
	margin: 0;
	padding: 0px 12px 0px 24px;
	}

/*#leftCol p { 
	font-size: .8em;
	line-height: 120%; 
	margin: 0 0 .8em 0; }*/
	
#leftCol img { 
	/*text-align: center;*/
	padding: 5px; 
	border: 1px solid #aaa; 
	}

/* ------------------------------
middleCol styles
------------------------------ */

#middleCol {
	float: left;
	width: 46%;
	line-height: 120%;
	margin: 0;
	padding: 0pt 12px 0pt 24px;
	border-right: 1px solid #C5C877;
	border-left: #C5C877 1px solid;}

/* ------------------------------
rightCol
------------------------------ */

#rightCol
{
	float: left;
	width: 21%;
	margin: 0;
	padding: 0px 3px 0px 24px;
	}


#rightCol ul
{
	margin: 1em 0;
	padding: 0;
}

#rightCol ul li
{
	
	list-style-type: none;
	line-height: 100%;
	font-size:90%;
}

/*bottom right menu*/ 
#popular { 
		border-bottom: 1px solid #C5C877; 
		clear: both;
		margin: 0em 0em 0em 0em;
		padding: 0em 0em 0em 0em;

	}  

#popular ul
{
	border-left: 1px solid #C5C877;
	text-align: right;
	font-size: 90%;
	padding-right: 2em;
	}

#popular  li
{
	list-style-type: none;
	display: inline;
	margin: 0;
	
}

#popular a
{
	padding: 0em .5em 0em .5em;
	border-left: 1px solid #C5C877;
}
	
/* ------------------------------
footer styles
------------------------------ */

#footer
{
	clear: both;
	color: #272900;
	/*text-align: right;*/
	text-align: center;
	font-size: 90%;
	background: #9FA41D;
	padding: 5px;
	margin: 0;
	}
/* ------------------------------
user defined styles
------------------------------ */

/* Use for hidden h1 title for search engines */
#title {
	display: none;
	/*margin-left: -500em;*/
	/*font-size: .25%;*/
	}

.left {float: left; text-align: left;}

.right {float: right; text-align: right;}

/* author's name */
.citation{
		text-align: right;
		font-family: "Times New Roman", serif;
		font-size: 0.7em;
		font-style: italic;
		text-decoration: none;
		border-bottom: 1px #d2d2d2 double;
		padding: 0em 0em 1em 0em;
		margin: 0em 0em 1em 0em;}


/* ------------------------------
image styles
------------------------------ */

.imgLeft {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
	border: none;
	}


.imgRight {
	float: right;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	border: none;
	}
	
.imgCenter {
	text-align: center;
	}
	
img{
	border: none;
	}

.frame { 
	padding: 5px; 
	border: 1px solid #aaa; 
	} 

.floatstop { clear: both; }

span.captionCenter{
	clear:both;
	display:block;
	text-align:center;
	margin:0 3px;
	font-weight: bold;
	font-size: 0.7em;}
	
span.captionLeft{
	clear:both;
	display:block;
	text-align:Left;
	margin:0 3px;
	font-weight: bold;
	font-size: 0.7em;}