@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/banner_grad.jpg);
	background-repeat: repeat-y;
	background-position: 100%;
	background-color: #CCCC99;
	font-family:Arial, Helvetica, sans-serif;
	
}
	
h1#header {
	font-size:300%;
	color:#603811;
	background-color: #CCCC99;
	border-width:2px;
	border-style:solid;
	border-color:#996633;
	margin: 0px;
	padding: 0px;
	
}
h1{
	font-size:300%;
	color:#603811;
	
}

h2 {
	font-size:200%;
	color:#996633;	
}

h3{ 
     font-size:150%;
}
h4 {
	font-style:italic;
	text-align:center;
	
}
.currnet {
	color: #990;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 120%;
}

.nav_side { text-decoration: none;
}

ul#navigation {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

a:link { 
	color:#603811;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 120%;
}
a:visited { 
	color:#996633;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 120%;
}
a:hover { 
	color: #ff0000;  
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 120%;
}
a.external:link {
	color: blue;
	font-size: 100%;
}
a.external:visited{
	color: gray;
	font-size: 100%;
}
a.external:hover {
	color: red;
	font-size: 100%;
}


.tagline {
	font-size: 60%;
	font-family: Tahoma, Geneva, sans-serif;
	
}
fieldset {
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}

#pageContainer {
	background-image: none;
	background-repeat: no-repeat;
	width: 900px;
	margin-top: 3em;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.lynda_banner {
	padding: 0px;
	float: right;
	height: 600px;
	width: 160px;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 10px;
}

p {
	margin-right: 5px;
	margin-left: 5px;
}
