/* CSS Document */

body {
background-color:#3676A3;
background-image:url(images/og.jpg);
background-repeat:repeat;
margin-top:0px;
margin-left:10px;
margin-right:20px;
}

/*Container Styles*/

#container{
	width: auto;
	height: 100%;
	background-color: #FFFF66;
	border-top-width: 1px;
	border-right-width: 1px;
	
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;

	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	
	border-left-color: #666666;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	
}

#secondaryContainer{
	background-color: #FFFF66;
	width: auto;
	height:auto;
	background-repeat:repeat;
	display:block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-top: 25px;
	clear:both;
}


#whatsNew{
	width:250px;
	height: 300px;
	background-color: #FFFFFF;
	float:left;
	padding:10px;
	display:inline;
	background-repeat:no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3676A3;
	border-right-color: #3676A3;
	border-bottom-color: #3676A3;
	border-left-color: #3676A3;
	background-repeat:repeat-x;
	background-position:right bottom;
	background-image:url(images/background3.png);
}

#otherResources{
	width:250px;
	height: 300px;
	background-color: #FFFFFF;
	float:right;
	padding:10px;
	display:inline;
	background-repeat:no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3676A3;
	border-right-color: #3676A3;
	border-bottom-color: #3676A3;
	border-left-color: #3676A3;	
	background-repeat:repeat-x;
	background-position:right bottom;
	background-image:url(images/background3.png);

}

#links{
	background-color: #FFFFFF;
	background-image:url(images/background3.png);
	margin-left: 270px;
	margin-right: 270px;
	min-width:350px;
	height: 300px;
	padding:10px;
	border: 1px solid #3676A3;
	background-repeat:repeat-x;
	background-position:right bottom;
}

/*Secondary Container Styles*/


#secondaryContainer h1{
	font-family: Arial, Helvetica, sans-serif;
	color: #655B5A;
	font-size:18px;
	margin:0px;
}

#secondaryContainer p{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #655B5A;
	font-size:12px;
}

/*Main Styles*/

#main{
	background-color:#FFFFFF;
	width:auto;
	margin-left: 175px;
	padding:20px;
	background-repeat: no-repeat;
	background-position: right top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #3676A3;
	border-right-color: #3676A3;
	border-bottom-color: #3676A3;
	border-left-color: #3676A3;
	background-image: url(images/mainB.jpg);
}

#main li{
	list-style-image: url(images/circle.gif);
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #655B5A;
	padding-left:20px;
}

#main h1{
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #3676A3;
	
}

#main h2{
	font-family: Arial, Helvetica, sans-serif;
	color: #70A7CF;
	font-size: 18px;
	padding-left:10px;
}

#main h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left:15px;
	padding-bottom:0px;
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	background-color: #70A7CF;
	color:#FFFFFF;
}

#main p{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #655B5A;
	padding-left:20px;
}

table{
padding-left:20px;
font-family:Georgia, "Times New Roman", Times, serif;
}

.placeContainer{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color:#CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 20px;
}


/*Floated Picture Styles*/

.pictureStyle{
	border:1px #666666 solid;
	padding: 5px;
	float:right;
	margin-top:5px;
	margin-left:10px;
	margin-right:22px;
	margin-bottom:10px;
}


/*Form Style*/
.formStyle{
	float:right;
	margin-left: 20px;
	margin-bottom:20px;
}

/*Side Bar Styles*/

#sidebar{
	width:175px;
	float:left;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;

}

#sidebar ul {
	padding-left:0;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
}

#sidebar li {
background-color:#70A7CF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left:5px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color:#FFFFFF;

}

#sidebar .title{
	
}

#sidebar a {
	
	font-family: Arial, Helvetica, sans-serif;
	background-color: #70A7CF;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-left:15px;

}


#sidebar a:hover {
	color: #FFFF66; 
}

#sidebar a:visted{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}





/*Bottom Box Styles*/
#links ul {
	list-style-type: none;
	list-style-image: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #655B5A;
	font-size:12px;
	margin:0px;
}


#links li {
	list-style-type: none;
	list-style-image: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3673A3;
	padding: 3px;
}

#otherResources ul{
	margin:0px;
	list-style-type: none;
	list-style-image: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #655B5A;
	font-size:12px;
}

#otherResources li{
	list-style-type: none;
	list-style-image: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3673A3;
	padding: 3px;
}


/*Footer Style*/
#footer{
	font-family:"Courier New", Courier, mono;
	color:#FFFFFF;
	text-align:center;
	margin-top:0px;
	clear:both;
	background-color: #666666;
	padding: 10px;
	font-size: 12px;
	height: 25px;
}
