/* CSS Document */

body {
	/*background-color: #A2D39C;*/
	background-image: url(../Images-Logos/sidebar1.jpg);
	background-repeat: repeat;
	/*repeat: no_repeat;*/
	}
	
h1 {
	font-family: Book Antiqua, Helvetica, sans-serif;
	color: #000000;
	font-size: 24px;
	font-style: bold;
	position: center;
	}
	
h2 {
	font-family: Book Antiqua, Helvetica, sans-serif;
	color: #000000;
	font-size: 18px;
	position: center;
	}

h3 {
	font-family: Book Antiqua, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	position: center;
	}
		
p{
	font-family: Book Antiqua, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 1.2em;
	}
	
/* id's used */
#main {
	border: 2px dashed #000000;
	background-image: url(../Images-Logos/new_kerobkgd3.jpg); 
	top: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	/*height: 580px;*/
	padding: 2px;
	}	
	
#content1 {
	border: 1px solid #000000;
	background-color: #f1d4e6;
	top: 205px;
	margin-left: 5px;
	width: 362px;
	height: 360px;
	padding: 10px;
	}
	
#content2 {
	border: 1px solid #000000;
	background-color: #f1d4e6;
	top: 205px;
	margin-right: 5px;
	width: 362px;
	height: 360px;
	padding: 10px;
	}
#content3 {
	border: 1px solid #000000;
	background-color: #f1d4e6;
	top: 205px;
	margin-left: 5px;
	margin-right: 5px;
	width: 760px;
	height: auto;
	padding: 5px;
}
	
#links {
	border: 1px solid #000000;
	background-color: ADD4E0;
	width: 760px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
}
	
*table {
	position: center;
	border: 0;
	}	
	
/* styling ul for nav */

ul {
	margin: 10px;
	padding: 0px
	list-style: none;
	}
	
ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
ul.resource li {
	padding-left: 15px;
	line-height: 20px;
	font-style: bold;
	font-size: 12px;
	}
	
ul.arrow li {
	background: url(img/arrow.gif) 0px 4px no-repeat;
	}
	
/* styling for links */

a {
	color: #006E00;
	}

a: visited {
	color: #428AC3;
	}
	
a: hover {
	color: #F49AC1;
	text-decoration: underline;
	}		
	
