/* CSS Document */

A:link,  A:visited {
	color: #0000FF;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

TD {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #5A5A5A;
	font-size: 11px;
	line-height: 150%;
}

BODY {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #D3CDA0;
	background-image: url(images/page_bg.gif);
	background-repeat:repeat-x;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #5A5A5A;
	font-size: 11px;
	line-height: 160%;
}


BODY.popup {
	margin: 0px;
	background-color: #B4B8BB;
	background-image: none;
}


HR {
 	height: 1px;
	color: #E0E0E0;
	background-color: #EEEEEE;
	border: 0px;
	display: block;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}

UL {
	list-style-type: square;
}	

.whiteBg {
	background-color: #FFFFFF;
}

/* layout divs */

#container {
	width: 770px;
	padding: 0px;
	margin: 0 auto; /* align div to center */
	text-align: left;
	overflow: auto; /* stretch container div around floated divs */
	border-left: 4px solid #FFF;
	border-right: 4px solid #FFF;
	border-bottom: 4px solid #FFF;
	border-top: 4px solid #FFF;
	background-color: #FFF;
	background-image: url(images/left_column_bg.gif);
	background-repeat: repeat-y;
}

#header {
	width: 770px;
	height: 240px;
	float: left;
}


#menuLinks {
	width: 770px;
	height: 35px;
	background-color: #695837;
	float: left;
}

#menuDecor {	
	width: 770px;
	height: 21px;
	background-image: url(images/menu_decor.gif);
	background-color: #41341A;
	float: left;
}

#leftColumn {
	width: 261px;
	float: left;
	padding-bottom: 30px;
}

#rightColumn {
	width: 505px;
	margin-left: 4px;
	float: left;
	background-color: #FFF;
}

#footerDecor {
	clear: both;
	width: 770px;
	height: 23px;
	float: left;
	background-image: url(images/footer_decor.gif);
	background-repeat: no-repeat;
	background-color: #41341A;
}

#footer {
	width: 770px;
	height: 35px;
	margin: 0px;
	background-color: #695837;
	color: #999;
	float: left;
}

#copyright {
	width: 400px;
	margin: 0px;
	color: #FFF;
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 35px;
	text-indent: 20px;
	float: left;
}

#toTop {
	float: left;
	margin: 30px;
	margin-bottom: 0px;
	font-weight: bold;
}


/* -- */


/* content */

#content {
	width: 495px;
	float: left;
	margin-top: 30px;
	padding-left: 10px;
	background-color: #FFF;
}

#content  H3 {
	height: 21px;
	background-color: #D2B95D;
	background-image: url(images/h3_bg.gif);
	background-repeat: no-repeat;
	line-height: 21px;
	color: #FFF;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	text-indent: 30px;
}

#contentWrapp {
	margin: 10px 10px 30px 10px;
}

#contentWrapp P {
	margin: 10px 0px 20px 0px;
}


H5 {
	font-size: 13px;
}

H6 {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 2px;
	margin: 10px 0px 10px 0px;
	clear: both;
}

P.citation {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}

/* -- */


/* -- boxes -- */

.box1 {
	width: 261px;
	float: left;
	margin-top: 30px;
	background-color: #FFFBEE;
	clear: both;
}

.box1  P {
	margin: 0px ;
	padding: 10px 15px 10px 20px;
	border-bottom: 1px solid #888;
	border-right: 1px solid #E0E0E0;
}

.box1  P A:link, .box1  P A:visited  {
	color: #5A5A5A;
}

.box1 H3 {
	width: 261px;
	height: 21px;
	background-color: #9D4A0D;
	background-image: url(images/h3_bg.gif);
	background-repeat: no-repeat;
	line-height: 21px;
	color: #FFF;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	text-indent: 30px;
}

.box1 H3 A:link, .box1 H3 A:visited {
	color: #FFF;
	text-decoration: none;
}

.box1 H3.grayBg {
	background-color: #695837;
}

/* -- */



/* menu */

UL.menu {
  	width: 770px; 
 	margin: 0px 0px 0px 0px;
 	padding: 0px;
  	list-style: none;
	color: #CBB35A;
	text-align: center;
}
 
UL.menu A {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #CBB35A;
    text-decoration: none;
  	display: inline;
 	line-height: 35px;
	height: 35px;
	padding-left: 8px;
	padding-right: 8px;
	font-weight: bold;
}

UL.menu A:link, UL.menu A:visited {	
	color: #CBB35A;
}
 
UL.menu A:hover {
    text-decoration: none;
	color: #FFF;
}
 
UL.menu LI {
 	display: inline; /* Removes gaps in IE/WIN */
}

/* -- */



/* menu2 */

UL.menu2 {
  	list-style: none;
	color: #000;
	text-align: center;
}
 
UL.menu2 A {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #CBB35A;
    text-decoration: none;
  	display: inline;
 	line-height: 35px;
	height: 35px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
}

UL.menu2 A:link, UL.menu2 A:visited {	
	color: #555;
}
 
UL.menu2 A:hover {
    text-decoration: none;
	color: #FFF;
}
 
UL.menu2 LI {
 	display: inline; /* Removes gaps in IE/WIN */
}

/* -- */



DIV.galThumb {
	float: left;
	border: 0px solid #DDDDDD;
	background-color: #E0E0E0;
	padding: 5px;
	margin: 5px 10px 5px 0px;
}

DIV.galThumb A:link, DIV.galThumb A:visited {
	display: block;
	border: 1px solid #EFEFEF;
}


DIV.galThumb A:hover {
	border: 1px solid #0000FF;
}






/*  MISC */

.alignLeft {
	float: left;
}
.alignRight {
	float: right;
}

.clear {
	clear:both;
	margin-top:-1px;
	height:1px;
	overflow:hidden;
	font-size: 0px;
} 

.clearRight {
	clear: right;
}

.clearLeft {
	clear: left;
}

.clearMargin {
	margin: 0px;
}

IMG.space {
	margin-bottom: 15px;
	margin-right: 10px;
}

IMG.frameLight {
	border: 2px solid #DDDDDD;
	margin-bottom: 5px;
	float: left;
}

.text10pxGray {
	font-size: 10px;
	color: #888;
}

.padding10px {
	padding: 10px;
	padding-bottom: 0px;
}

.padding10pxTop {
	margin-top: 10px;
}

.text10pxWhite {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.text10pxWhite A:link, .text10pxWhite A:visited {
	color: #FFFFFF;
	text-decoration: none;
}

A.greenlink, A.greenlink:visited {
	color: #9FBF71;
}


/* -- */


/*** FORM ***/

FORM {
	margin: 0px;
}

INPUT.text {
	height: 14px;
}

SELECT, INPUT, TEXTAREA {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
} 

INPUT.text, TEXTAREA {
	border-top: 1px solid #777777;
	border-left: 1px solid #777777;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	padding: 2px;
	width: 180px;
}

INPUT.submit {
	background-color: #E83E35;
	border: 0px solid #FFFFFF;
	color: #FFFFFF;
	width: 72px;
	height: 18px;
}

INPUT.reset {
	background-color: #858585;
	border: 0px solid #FFFFFF;
	color: #FFFFFF;
	width: 72px;
	height: 18px;
}
