/* CSS Script for LifeJobs Redesign. Created by Webmaster Tim Carl on September 20, 2007 

DO NOT ADD A FONT SIZE TO THE LINKS CSS. THIS WILL DISTORT THE DROP DOWN MENU. KEEP THE LINKS AT THE DEFAULT FONT SIZE.

*/ 

/* Body text for main content */ 
.normal { 
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;  
color: #OOOOOO } 

/* Default setting for inported text */ 
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000033;
} 

/* Default setting for footer */ 
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
} 

/* Standard style for links */ 
a:hover { 
color: #5a4099; 
text-decoration: none;  
font-weight: 14px; 
font-family: Arial, Helvetica, sans-serif;} 

a { 
color: #e2322a; 
font-weight: 14px;  
text-decoration: underline; 
font-family: Arial, Helvetica, sans-serif;} 

.link2 a:hover { 
color: #e2322a; 
font-size: 14px;
text-decoration: none;  
font-weight: normal; 
font-family: Arial, Helvetica, sans-serif;} 

.link2 a { 
color: #FFFFFF; 
font-size: 14px;
font-weight: normal;  
text-decoration: underline; 
font-family: Arial, Helvetica, sans-serif;} 

/* Second style for links */ 
.link1 a:hover { 
color: #FFFFFF; 
text-decoration: none;  
font-weight: normal; 
ont-family: Arial, Helvetica, sans-serif;} 

.link1 a { 
color: #FFFFFF; 
font-weight: normal;
text-decoration: underline; 
font-family: Arial, Helvetica, sans-serif;} 

/* Style for homepage title. */ 
.largehome{
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	
}

/* Style for other text such as spacers between links. Example on the footer of homepage between the links. */ 
.other {
color: #FFFFFF; 
font-size: 12px }

/* First header */ 
h1 { 
font-family: Arial, Helvetica, sans-serif; 
font-weight: bold; 
font-size: 16px;
color: #e2322a } 

/* Second header */ 
h2 { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 14px;
color: #000000 }

/* First header */ 
.header1 { 
font-family: Arial, Helvetica, sans-serif; 
font-weight: bold; 
color: #e2322a } 

/* Page Header */ 
.header2 { 
font-family: Arial, Helvetica, sans-serif; 
font-weight: bold; 
color: #000000 }

/*Repeating Background */
.background {
	background-image: url(http://199.253.176.78/SiteMaker/websitefiles/LifeJobs2539141/images/FreedomImages/freedombackgroun.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center center;
}
