/* CSS Document - All Pages */
body{
	margin: 0;
	background: url(../images/bg.jpg) repeat;
	/* bri's background
	background: url(../images/bg_center.gif);
	background-repeat: repeat-y;
	background-position: center;
	*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #555555;
}

/*------------------------------------------
/* LAYOUT 
/* Main Interface */
#container{
	margin: 0 auto;
	padding: 10px;
	background: white;
	width: 806px !important;
	width: 826px;
	width/**/:/**/806px;
}

#topHome {
	padding: 0;
	background: white url(../images/top_home_bg.gif) repeat;
}

#top{
	padding: 0;
	background: white url(../images/secondary_bg.gif) repeat;
	
}

/** menu **/
#menu{
	width: 298px;
	/*height: 444px;*/
	float: right;
	position: relative;
	background: url(../images/nav_bg.gif) no-repeat;
}

#menuHome{
	width: 298px;
	/*height: 444px;*/
	float: right;
	position: relative;
	background: url(../images/nav_bg_home.gif) no-repeat;
}



#menu ul{
	margin-top: 137px;
	list-style-type: none;
	line-height: 30px;
	text-align: left;
}

#menu li{
	margin-left: -2.4em;
	height: 30px;
}

#menuHome ul{
	margin-top: 137px;
	list-style-type: none;
	line-height: 30px;
	text-align: left;
}

#menuHome li{
	margin-left: -2.4em;
	height: 30px;
}

#gotoHome{
	position: absolute;
	right: 6px;
	top: 135px;
}

/** content **/
#contentBox{
	padding: 0px;
	width: 486px;
}

#header{
	position: relative;
	top: 0px;
	left: 0px;
	width: 486px;
	padding: 10px 0 0 10px;
	height: 24px;
	background: url(../images/header_bg.gif) no-repeat;
	font-size: 16px;
	letter-spacing: 1px;
}

#mainContent{
	margin:0;
	padding: 0 10px 10px 10px;
}

#gallery{
	margin: 0 auto;
	text-align: center;
}

/** footer **/
#bottom{
	width: 806px;
	position: relative;
	margin-top: 10px;
	text-align: left;
}

#bottom ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#bottom li{
	padding-right: 4px; /* it auto puts in 4px, we need 7*/
	
	display: inline;
	

}

#getInvolved{
	position: absolute;
	top: 0px;
	left: 508px;
}

/*------------------------------------------
/** Document Style **/

b{
	color:#333333;
	font-weight: normal;
}

h1{
	margin: 0;
}

h3{
	margin: 0;
	padding: 0;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}

.floatLeft{
	float: left;
	padding: 0 10px 10px 0;

}

.floatRight{
	float: right;
	padding: 0 0 10px 10px;

}

#mainContent ul{
	line-height: 20px;
}

#mainContent li{
	margin-left:-12px;
}

.small{
	font-size:10px;
}

a{
	text-decoration: none;
	color: #003C5C;
}

a:link{

}

a:visited{
	color:#333333;
}

a:hover{
	color:#3399CC;
}

a:active{

}

/* Poetry page thumb table and assets
----------------------------------------------- */

#homepage_thumbs {
		margin-top:12px; 
		padding:0; 
		width:467px;
		}

.homepage_thumb_spacer {
		height:10px; 
		font-size:7px;
		line-height:1px;
		}

.hp_thumb_pr {
		padding-right:18px;
		border: 1px solid red;
		}		

.initial { 
		background-color: #DBEAFF;  
		}

.normal { 
		background-color: #DBEAFF; 
		}

.highlight { 
		background-color: #B2D3FC; 
		}
		
/* Styles for Contribute
----------------------------------------------- */

.boardname
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	}
.secondaryboardname
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	font-style: italic;
	}
.generic
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	font-style: normal;
	}
.genericbold
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	font-style: bold;
	}
.upcomingevents
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555555;
	font-style: bold;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	}
.pageheader
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #555555;
	font-style: normal;
	}
.serifheader
	{
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #555555;
	font-style: normal;
	}
.bluelink
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003C5C;
	font-style: normal;
	}
.smallbluelink
	{
	font-family: Times New Roman, Times, serif;
	font-size: 10px;
	color: #003C5C;
	font-style: normal;
	}
.bluetitle
	{
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #003C5C;
	font-style: bold;
	}