@charset "UTF-8";

/*---------------------- 3-COLUMN STYLES -----------------------*/

body {
	background: url(../graphics/header-background.jpg) repeat-x; /* Background Image for the header*/
}

#col1, #col2, #col3{
	float: left;
	width: 280px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 40px;
	margin: 0 auto;
	}
	
#col1 h2, #col2 h2, #col3 h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #5391c4;
	font-weight: normal;
	font-style: oblique;
	margin-bottom: -10px;
	}
	
#col1 p, #col2 p, #col3 p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #4d4e52;
	}		
	
#col1 a:link, #col2 a:link, #col3 a:link{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: oblique;
	color: #c07f00;
	text-decoration: none;
	}
	
#col1 a:visited, #col2 a:visited, #col3 a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: oblique;
	color: #bd9c5a;
	text-decoration: none;
	}	
	
#col1 a:hover, #col2 a:hover, #col3 a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: oblique;
	color: #dc9200;
	text-decoration: underline;
	}	
	
#col1 li, #col2 li, #col3 li{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 120%;
	color: #4d4e52;
	list-style-type: none;
	padding-left: 20px;			/* Determines how far the image is offset to the left of the text. */
	margin-top: 12px;
	margin-left: -20px;			/*Moves the whole line left or right */
	background-image: url(../graphics/blue-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px; /* First value moves bg image left/right, second value moves it up/down */
	font-style: oblique;
	}	