/*  CONTAINER DIV  */
/*  Set the maximum width for the page layout and positions everything inside it */
/*		auto will center the container on the page	*/
/*  The wooden frame is loaded in this div  */

#container {
	width: 782px;
	margin: 0 auto 0 auto;
	text-align: left; 
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background: #ffffff;
} 

#header {
	position: relative;
	width: 782px;
	/* border: 3px solid red; */
}

#navbar {
	width: 782px;
	height: 25px;
	background: url(../images/menuBar_gradient.jpg) repeat-x;
}

#content {
	position: relative;
	float: left;
	width: 768px;
	height: 395px;
	font: Arial,sans-serif;
	color: black;
	margin: 0px;
	padding: 12px;
} 


#contentLong {
	position: relative;
	float: left;
	width: 768px;
	font: Arial,sans-serif;
	color: black;
	margin: 0px;
	padding: 12px;
} 


#contentNoTag {
	position: relative;
	float: left;
	width: 768px;
	height: 450px;
	font: Arial,sans-serif;
	color: black;
	margin: 0px;
	padding: 12px;
} 

#tagline {
	position: relative;
	width: 778px;
	height: 40px;
	font-size: 110% ;
	font-family: Verdana,sans-serif;
	font-style: italic;
	color: black;
	text-decoration: bold;
	text-align: center;
}

#globalFooter{
	position: relative;
	width: 778px;
	float: left;
	font-size: 60% ;
	font-family: Verdana,sans-serif;
	color: gray;
	text-decoration: none;
	text-align: center;
	padding: 3px 5px 3px 5px;
	/*  border-top: 1px solid #cccccc; */
}



#supportersLeft {
	width: 370px;
	margin: 5px 5px 0px 10px;
	float: left;
	font-size: 85%;
	color: #444;
	/*  border: 1px solid black;  */
}

#supportersRight {
	width: 370px;
	margin: 5px 5px 0px 5px;
	font-size: 100%;
	float: right;
	padding: 0px 0px 0px 0px;
	/* border: 1px solid orange; */
}


#supportersLeft h1, h2, h3 {
	color: #990000;
	font-size: 90%;
	font-weight: bold;
	font-style: italic; 
	border: 0;
	margin: 0;
	padding: 0;
}


/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	font-family: Arial,sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-image:url('../images/whiteBlue.jpg');
	background-repeat:repeat;
}


a:link, a:visited {
	color: #005FA9;
	text-decoration: underline;
}

a:hover{
	text-decoration: bold;
}



img.border {
	margin: 0px 15px 0px 10px;
	border-style: double;
	border: #B9B7B1 3px;
}


img.left {
	float: left;
	margin: 0px 10px 0px 15px;
	border-style: double;
	border: #B9B7B1 3px;
}

img.right {
	float: right;
	margin: 0px 15px 0px 10px;
	border-style: double;
	border: #B9B7B1 3px;
}



#colLeft {
	width: 400px;
	margin: 5px 5px 0px 0px;
	float: left;
	color: #444;
	/* border: 1px solid red; */
}


#colLeft h1, h2, h3 {
	color: brown;
	font-weight: bold;
	border-bottom: 1px solid brown;
	margin: 0;
	padding: 0;
}

#colRight {
	width: 200px;
	margin: 5px 5px 0px 5px;
	float: left;
	color: #444;
	padding: 0px 0px 0px 40px;
	/* border: 1px solid orange; */
}

#contactLeft {
	width: 100px;
	margin: 5px 5px 0px 0px;
	font-size: 80%;
	float: left;
	color: #444;
	/* border: 1px solid red; */
}
#contactMid {
	width: 150px;
	margin: 5px 5px 0px 0px;
	font-size: 80%;
	float: left;
	color: #444;
	/* border: 1px solid red; */
}
#contactRight {
	width: 300px;
	margin: 5px 5px 0px 5px;
	font-size: 80%;
	float: left;
	color: #444;
	padding: 0px 0px 0px 0px;
	/* border: 1px solid orange; */
}

/*********************************
 *
 *    COMMONLY USED COLORS
 *
 *   #2E73B6   cidblue
 *	 #081C59   dark blue
 *   #990000   burgundy
 *
 *********************************/
 


 
/*                                 */
/* Layout for Pages with 3 Columns */
/*                                 */
.col1of3 { 
	float: left; 
	width: 150px;
} 

.col2of3 { 
	float: left; 
	width: 500px;
	margin: 0px;
	padding: 0px;
} 

.col3of3 { 
	float: left; 
	width: 200px;
} 




/*********************************
 *
 *    COMMONLY USED COLORS
 *
 *   #2E73B6   cidblue
 *	 #081C59   dark blue
 *   #990000   burgundy
 *
 *********************************/

.localHdr {
		color: #006600;
		font-style: italic; 
		font-weight: bold;
}
.indent1 { 	margin: 0px 10px 0px 25px; }

.pageTitle { 
		color: #990000;
		font-weight: bold;
		padding: 3px 0px 0px 12px;
}

.prompt { font-size: 90%;
		font-weight: bold;
}

.skipLinks {display: none;}

.breadCrumb {
	font-size: 70%
}

.italic { font-style: italic; }

.font75 { font-size: 75%; }
.font80 { font-size: 80%; }
.font90 { font-size: 90%; }
.font100 { font-size: 100%; }
.font110 { font-size: 110%; }
.font120 { font-size: 120%; }
.darkgreen { color:#006600;  font-weight: bold; }


.maroonH2 { color:#990000; 
			font-weight: bold; font-size: 110%; 
}

.maroonH3 { color:#990000; 
			font-weight: bold; font-size: 90%; 
}

.redbox   {	padding: 0px; margin: 0px 0px 5px 0px; font-size:12px; 
			border-top: 1px solid #990000; 
			background-color:#FFFFFF; text-align:center; font-family:arial}
