﻿/* Standard CSS main CSS sheet Johnson Leflore and Associates
	Fixed width for 800 wide screen */
	
/* Main container for fixed width display
	Margin auto creates reference within container for absolute locations */
	
#bodystuff {

	background-image:url('images/sunriseback.png')

}	
	
	
#container {
	position:relative; 
	margin:0px auto; 
	width:760px; 
	position:relative; 
	border:4px black solid; 
	background-color:#C72921; 
	color:white; left: 0px; 
	top: 0px; 
}
/* Header for page --check?? May be removed??? */
#header {
	height:360px; 
	margin-left:20px; 
	margin-top:20px; 
	border: thin black solid; 
	width:720px; 
	background-image:url('images/Sunrise.jpg')	
}

#container_body {
	padding:15px
	
	}


}


/* Defines footer div */
#footer {
	text-align:center;
	font-size:.8em;
	margin-left:auto;
	margin-right:auto;
	
}

h1 {
	font-size:1.2em; 
	font-family:Arial, Helvetica, sans-serif};

h2 {
	font-size:14pt;
	font-weight:bold;
	text-align:center;
}

h3 {
	font-size:14pt;
	font-weight:bold;
	text-align:left;
}

h4 {
	font-size:13pt;
	font-weight:normal;
}

/* Styles are classed as 100 and above in the main css file */

.style1 {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1.2em; 
	margin-left:40px;
}

.style2 {
	font-size:1.15em; 
	font-family:Arial, Helvetica, sans-serif;
}

.style5 {
	height: 2px; 
	color:white; 
	width: 721px;
}

.style6 {
	margin-left:50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

.style7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

.style7 a:link {
	color:#CCCCFF;
}


.style7	a:visited	{
	color:#FFCCFF;
	
}
.style7 a:hover {
	color:#FFCCFF;
	
}




.style8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color:#CCFFCC;
}

.style8 a:link {
	color:#CCCCFF;
}


.style8	a:visited	{
	color:#FFCCFF;
	
}
.style8 a:hover {
	color:#FFCCFF	}


}




.style a {
	color:black;
}
.style3	a:visited	{
	color:#555555;	
}
.style3	{
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 9pt;
	margin-top: 3px;
	margin-bottom: 0;
	font-weight:bold;
	text-align:center;
	border-top: solid thin #CC9900;
		
}

.style4 a {
	color:black;
}
.style4	a:visited	{
	color:#555555;	
}
.style4 {
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 9pt;
	margin-top: 10px;
	margin-bottom: 0;
	font-weight:bold;
	text-align:center;
}

.style13 a {
	color:black;
	text-decoration:none;
	}
	
.style13	a:visited	{
	color:#555555;
	text-decoration:none;		
}
.style13 {
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 9pt;
	margin-top: 3px;
	margin-bottom: 0px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}

a.style21:link {
	color:#CCCCFF;
	
}

a.style21:visited {
	
	color:#FFFFFF;
}
