@charset "UTF-8";
/* CSS Document */

html, body {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
}

.hidden {
	display: none;
}

#page-container {
	width: 1000px;
	margin: auto;
	background: rgb(212,210,197);
	text-align: left;
}

#header {
	height: 100px;
	background:white
	url(../images/header.gif);
}


#nav {
	text-align: center;
	padding-top: 78px;
	
}

#nav a {
	text-decoration: none;
	color: rgb(0,40,104);
	font-size: 12pt;
	
}

#sidebar-a {
	float: right;
	width: 318px;
	height: 456px;
	margin-top: 25px;
	margin-left: 5px;
	margin-right: 5px;
	overflow-y: auto;
	background-repeat:no-repeat;
	background:url(../images/side_info.gif);
	color: white;
	
	
}

#sidebar-text {
	padding: 10px;
	text-indent: 20px;
	font-size: medium;
	
}

#sidebar-text a {
	color: rgb(125,150,255)
}



#content {
	width: 625px;
	height: 450px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 15px;
	text-align: center;
	
	
}



#arrows {
	width: 625px;
	margin-top: 10px;
	margin-right: 15px;
	}

#previous {
	float: left;
	margin-left: 25px;
	margin-bottom: 5px;

}

.textmiddle {vertical-align:middle;}

#previous a {
	text-decoration: none;
	color: rgb(125,150,255);
	
}

#next {
	float: right;
	margin-bottom: 5px;
	
}

#next a {
	text-decoration: none;
	color: rgb(125,150,255);
}

#content {
	margin: 25px;
}

#footer {
	clear: both;
	padding-top: 5px;
	height: 48px;
	background: #FFFFFF
	url(../images/footer.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	color: rgb(19,61,120);
	text-align: center;
	line-height: 5px;
}

#footer a {
	text-decoration: none;
	color: rgb(19,61,120);
	}

h1 {
	text-align: center;
	margin: 0;
	padding: 0;
	color: rgb(255,243,107);
	font-size: large;
}
