﻿/* CSS layout */
/*sr added*/
* { margin:0; padding: 0; }

/*sr modified: added margin*/
body {
	
	background-color: #666699;
	margin: 20px 0;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: fuchsia;
}


h2 {
	font-size: 14px;
	font-weight: bold;
	color: #339999;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff; 	
	background-color: #669999;
	
}

h4 {
	
	font-size: 14px;
	font-weight: bold;
	color: #339999;
	text-decoration: underline;
	

}

h5 {
	
	
	font-size: 14px;
	color: #663399;
	font-weight: bold;}

h6 {}

ul {
	line-height: 15px;
}

/*sr modified*/
li {
	margin: 1em 2em;
}
/*li {
	margin-bottom: -1em;
}*/


/*sr added*/
p {
	padding: 0px;
	margin: 5px; 
}

.bold {
	
	font-weight: bold;
}

.underline {
	
	text-decoration: underline;
}

.pinkbold {
	
	font-weight: bold;
	color: fuchsia;	
}

.pinkital {
	font-style: italic;
	font-weight: bold;
	font-size: 11px;
	color: fuchsia;
}

.greenital {
	font-style: italic;
	font-weight: bold;
	font-size: 11px;
	color: #669999;
	}


.boldital {
	font-weight: bold;
	font-style: italic;
}

.poem {
	
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-style: italic;
	color:#339999;
	letter-spacing: 1px;
	line-height: 16px;
}

/*sr modified*/
#wrapper {
	margin: 0 auto;
    padding: 0;
	background-color:#ffffff;
    width: 770px;
}
/*original 
#wrapper {
	margin: 0 auto;
    padding: 0;
    width: 810px;
}*/

/*sr modified*/
#masthead {
	width: 770px;
	height: 138px;
	background: url(images/fun_fund_header.jpg) no-repeat;
}
/*original
#masthead {
	margin: 20px 20px 0px 20px;
	background-color: #ffffff;
	height: 139px;
	background-image: url('survivors_files/images/bggrad.jpg');

	
}*/

/*sr deleted*/
/*#top_left {
	width: 200px;
	left: 0px;
	top: 0px;
	float: left;
	background-color: #ffffff;
	border-right: 1px #CC99CC solid;
}*/

/*sr modified*/
#header {
	margin-left:200px;
	padding-top: 15px;
	color: #333399;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	width: 412px;
	font-style: italic;
}
/*original
#header {
	margin-left:200px;
	padding-top: 12px;	
	color: #333399;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	width: 530px;
	

}
*/

/*sr deleted
#top_right {
	width: 79px;
	height: 96px;
	right: 116px;
	top: 46px;
	position: absolute;	
	font-family: Verdana;
	font-weight: 700;
	font-size: xx-small;
	text-align: center;
	border: 2px 339999 solid; 
}*/

/*sr modified*/
#container {
	margin: 0;
	border: 1px #CC99CC solid;
	position: relative;
	background-color: #333399;
	/*original
	margin: 0 20px 0 20px;
	background-color: #ffffff;
	border: 1px #CC99CC solid;
	background-color: #333399;
	position: relative;
	*/
}

#left_col {
	position: relative;
	display:inline;
	width: 185px;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	line-height: 25px;
	padding: 12px 3px 12px 10px;
	background-color: #333399;
	margin-top: 12px;
	
}

#left_col a {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px #cc99cc dotted;

}

#left_col a:hover {
	color: #cc99cc;
}

#page_content {
	margin-left: 199px;
	color: #333399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	padding: 12px 12px 12px 12px;
	border-left: 1px #CC99CC solid;
	position: relative;

}

#page_content a:visited {
	color: #663399;
}

/* IE6 Fix \*/

* html #page_content p {
	height: 1%;
	position: relative
}

* html #page_content img {
	position: relative
}


/*sr modified*/
#watermark {
	/*background-image: url('survivors_files/images/watermark.gif');
	background-repeat: no-repeat;
	background-position:center;*/
	background: url(images/watermark.gif) no-repeat center;
}

/*sr modified*/
#footer {
	
	text-align: center;
	/*background-color: #ffffff;*/
	margin: 0 auto;
	/*margin: 0 20px 0 20px;*/
	color: #333399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	
	

		
	
	
}
/*sr added if needed for images*/
img {
	border: none;
	position: relative;

}
img.left {
	float: left;
	margin: 3px 5px 3px 0px;
}
img.right {
	float: right;
	margin: 3px 0px 3px 5px;
}

