/* CSS Document */



body{
	margin:0px;
	background-color:#7F99B6;
	font-family:Tahoma, Georgia, Copperplate;
	background-image:url(backTop.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	}


a:link {color: #005976; text-decoration: none; }
a:active {color: #005976; text-decoration: none; }
a:visited {color: #005976; text-decoration: none; }
a:hover {color: #420706; text-decoration: underline; }

a.user_links:link {color: #420706; text-decoration: none; }
a.user_links:active {color: #005976; text-decoration: none; }
a.user_links:visited {color: #420706; text-decoration: none; }
a.user_links:hover {color: #005976; text-decoration: none; }

a.simple:link {color: #420706; text-decoration: none; }
a.simple:active {color: #005976; text-decoration: none; }
a.simple:visited {color: #420706; text-decoration: none; }
a.simple:hover {color: #420706; text-decoration: none; }


/*************     NEW LAYOUT     ***********/
.contentContainer{
	margin:0px;
	width:680px;
	background-image:url(bgrptContent.gif);
	background-repeat:repeat-y;
	background-position:left;
	margin-top:10px;
	display:block;
	}
#contentBottom{
	left:0px;
	width:680px;
	height:196px;
	background-image:url(bottomContent.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin:0px;
	}
#topBg{
	width:680px;
	background-image:url(topContent.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin-top:0px;
	}
#mainContent{
	left:0px;
	margin:0px 133px -58px 70px;
	font-size:13px;
	z-index:100;
	padding:0px 5px 60px 5px;
	min-height:400px;
	}
#loginContainer{
	position:absolute;
	top:0px;
	left:550px;
	width:300px;
	height:344px;
	}
	
#login{
	position:absolute; 
	width:127px; 
	height:206px; 
	z-index:1; 
	left: 625px; 
	top: 55px;
	display:block;
}

#userMenu{
	position:absolute; 
	width:200px; 
	height:206px; 
	z-index:1; 
	left: 605px; 
	top:5px;
	display:block;
}

#footerMenu{
	position:absolute;
	width:450px;
	text-align:center;
	margin-top:-90px;
	margin-left:85px;
	margin-right:133px;
	
}


/********************* text formatting ************************/

.title{
	font-size:15px;
	text-align:center;
	color:#660000;
	font-weight:bold;
	padding-bottom:5px;
	margin:0px;
	}
	
.title_small{
	font-size:11px;
	text-align:left;
	color:#660000;
	font-weight:bold;
	padding-bottom:5px;
	margin:0px;
	}
	
.title_small_view{
	font-size:.7em;
	text-align:center;
	color:#660000;
	font-weight:bold;
	padding-bottom:5px;
	margin:0px;
	}

.main_text{
	font-size:.9em;
	color:#000000;
	text-align:left;
	font-weight:normal;
	padding:0px;
	margin:0px;
	}
	
	
.about_text{
	font-size:11px;
	color:#000000;
	text-align:left;
	font-weight:normal;
	padding:5px;
	margin:0px;
	background-color:#F2F2EA;
	border:1px solid #D9D9BD;
	}


.view_letter{
	background-image:url(images/view_letter_bg.gif);
	background-color:#D9D9BD;
	border: 1px solid #CECEAA;
	color:#000000;
	width:440px;
	text-align:left;
	font-weight:normal;
	padding-left:5px;
	padding-bottom:0px;
	padding-top:0px;
	margin:10px;
	display:block;
	}
	
	

.view_scrap{
	background-image:url(images/view_scrap_bg.gif);
	background-color:#D9D9BD;
	border: 1px solid #CECEAA;
	color:#000000;
	width:440px;
	text-align:left;
	font-weight:normal;
	padding-left:5px;
	padding-bottom:0px;
	padding-top:0px;
	margin:10px;
	display:block;
	}	
	
.forum_entry{
	background-color:#F2F2EA;
	border: 1px solid #D9D9BD;
	font-size:11px;
	color:#000000;
	text-align:left;
	font-weight:bold;
	padding-left:5px;
	padding-bottom:0px;
	padding-top:0px;
	margin:5px;
	}

.small_red{
	font-size:.8em;
	color:#420706;
	text-align:left;
	padding:0px;
	margin:0px;
	}

.small_red_right{
	font-size:.8em;
	color:#420706;
	text-align:right;
	padding:0px;
	margin:0px;
	}

.letter_blurb{
	font-size:10px;
	color:#000000;
	text-align:left;
	font-weight:normal;
	padding:0px;
	margin:0px;
}

.author{
	font-size:11px;
	color:#07071A;
	text-align:center;
	font-weight:normal;
	padding:0px;
	margin:0px;	}
	
	
	
.letter_print{
	clear:both;
	font-size:.7em;
	color:#660000;
	text-align:left;
	font-weight:normal;
	background-color:#F2F2EA;
	border:1px solid #D9D9BD;
	padding-left: 5px;
	padding-right: 5px;
	}
	
.letter_print_over{
	clear:both;
	font-size:.7em;
	color:#660000;
	text-align:left;
	font-weight:normal;
	background-color:#D9D9BD;
	border:1px solid #CECEAA;
	padding-left: 8px;
	padding-right: 2px;
	margin-left:4px;
	margin-right:4px;
	}	

	
#page_print{
	clear:both;
	color:#660000;
	text-align:center;
	vertical-align:baseline;
	font-weight:normal;
	background-color:#F2F2EA;
	border:1px solid #D9D9BD;
	padding-left: 10px;
	padding-right: 10px;
	margin-left:10px;
	width:400px;
	}
	

	
.footer{
	font-size:12px;
	color:#660000;
	text-align:center;
	font-variant:small-caps;
	font-weight:normal;
	padding:0px;
	margin:0px;
	}



.menu_welcome{
	font-size:.8em;
	color:#550000;
	text-align:left;
	font-weight:normal;
	padding:0px;
	margin:0px;
}

	
.top_nav_left{
	font-size:.9em;
	color:#07071A;
	text-align:left;
	font-weight:bold;
	padding-bottom:5px;
	margin-left:5px;
	float:left;
	}
	
.top_nav_right{
	font-size:.9em;
	color:#07071A;
	text-align:left;
	font-weight:bold;
	padding-bottom:5px;
	margin-left:5px;
	float:right;
	clear:right;
	}
	
.profileImg{
	float:right; 
	clear:both;
	padding:3px; 
	border:1px solid #CECEAA;
	margin-bottom:10px;
	margin-top:-30px;
	margin-right:20px;
	}
	
/********************* Layers for main layout ************************/


.user_link_left{
	padding: 0px 0px 2px 0px;
	text-align:center;
	float:left;
	clear:left;
	width:100px;
	vertical-align:middle;
	}
.user_link_right{
	padding: 0px 0px 0px 0px;
	text-align:center;
	float:right;
	clear:right;
	vertical-align:middle;
	width:100px;
	}
	
.add_left{
	padding: 0px 0px 2px 0px;
	text-align:left;
	float:left;
	clear:both;
	vertical-align:middle;
	font-size:13px;

}

.add_right{
	padding: 0px 0px 0px 0px;
	text-align:right;
	float:right;
	clear:right;
	vertical-align:middle;
	font-size:13px;
}

.simple{
	}



/*****************for padding**************/	
.in_letter{     
	padding-top:30px;
	padding-right:26px;
	padding-bottom:5px;
	padding-left:25px;
	}
	
.in_scrap{   
	padding-top:30px;
	padding-right:25px;
	padding-bottom:5px;
	padding-left:25px;
	}
/*****************************************/	



#letter_right1{
	position:absolute;
	left:665px;
	top:312px;
	width:155px;
	height:150px;
	z-index:4;
	}	
	
	
#letter_right2{

	position:absolute;
	left:547px;
	top:339px;
	width:155px;
	height:150px;
	z-index:5;
	}	
	
	
#letter_right3{
	position:absolute;
	left:677px;
	top:429px;
	width:155px;
	height:150px;
	z-index:6;
	}		

#letter_right4{
	position:absolute;
	left:562px;
	top:406px;
	width:155px;
	height:150px;
	z-index:8;
	}	
	
	
#letter_right5{

	position:absolute;
	left:740px;
	top:318px;
	width:155px;
	height:150px;
	z-index:8;
	}	






#scrap_right1{

	position:absolute;
	left:681px;
	top:621px;
	width:152px;
	height:150px;
	z-index:4;
	}	
	
	
#scrap_right2{

	position:absolute;
	left:553px;
	top:654px;
	width:155px;
	height:150px;
	z-index:5;
	}	
	
	
#scrap_right3{
	position:absolute;
	left:680px;
	top:523px;
	width:155px;
	height:150px;
	z-index:10;
	}		

#scrap_right4{

	position:absolute;
	left:547px;
	top:525px;
	width:155px;
	height:150px;
	z-index:9;
	}	
	
	
#scrap_right5{

	position:absolute;
	left:724px;
	top:535px;
	width:155px;
	height:150px;
	z-index:8;
	}	






/*************Form Fields and Buttons *************************************************************************/


.button{
		color:#D9D9BD;
		font-weight: bold;
		font-size:.9em;
		text-align: center; 
		background-image:url(images/search_btn.gif);
		background-repeat:no-repeat;
		background-color:#FFF;
		width:61px;
		height:30px;
		border:1px solid #FFF;
		}


.buttonon {
		color: #D9D9BD;
		font-weight: bold;
		font-size:1em;
		text-align: center;
		background-image:url(images/search_btn.gif);
		background-repeat:no-repeat;
		background-color:#FFF;
		width:61px;
		height:30px;
		border:1px solid #FFF;
		}
		


.shadeform	{ 
		FONT: .8em  helvetica, arial, verdana, sans;
		background-image: url("images/shadeform.gif");
		text-align: left;
		BORDER: #6BAAC2 1px solid;}
		
.shadeform_big	{ 
		FONT: .8em helvetica, arial, verdana, sans;
		background-image: url("images/shadeform.gif");
		text-align: left;
		WIDTH: 450PX;
		BORDER: #6BAAC2 1px solid;}

