#main{
	width: 780px; /*width of featured content slider*/
	background-color: #FFFFFF;
	border-bottom: 5px solid #FFF;
	margin: 0 auto;
	border: 1px solid #cccccc;
	min-height: 1200px;
}
.gutter {
padding: 10px;
}

#rightcol {
	float: right;
	width: 190px;
	background-color: #FFFFFF;
	height: 430px;
	text-align: left;
	border: 1px dashed #999999;
}

#rightcol a {
color: #FFF;
font-weight: normal;

}

#leftcol {
	width: 760px;
	color: #000000;
}
.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 10px solid #000000;
	border-bottom-width: 10px;
	width: 450px; /*width of featured content slider*/
	height: 345px;
	background-color: #000000;
}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute;  /*leave as is*/
	top: 0px;
	background: white;
	width: 450px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 345px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
	opacity: 1;
	left: 0px;
}

.pagination{
	width: 450px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: center;
	background-color: #999999;
	padding: 3px;
}

.pagination a{
padding: 3px;
text-decoration: none; 
color: #00007D;
background: white;
}


.pagination img{
	border: none;
	padding: 3px;
	background: #666666;
}


.heading_txt_white {
	color: #333333;
	border-bottom: 1px dashed #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: medium;
}

#side_nav {
	list-style-type: none;
	margin: 0 auto;
}

#side_nav li {
	border-bottom: 1px dashed #1682B3;
	padding-bottom: 5px;
}

#side_nav a {
	color:#000000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
}
/*Now on Disoplay Main Navigation Menu*/
#main_nav {
	width: 780px; /*width of featured content slider*/
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	margin:0 0 0 0px;
	font-family: Arial, Helvetica, sans-serif;

	
}

#main_nav img{
padding-bottom:5px;
}

#nolink{
	background-color:#339999;
	color:#fff;
	font-weight: bold;
	text-decoration: none;
	padding:5px 0px 5px 0px;

}
#main_nav a{
	background-color:#339999;
	color:#fff;
	font-weight: bold;
	text-decoration: none;
	padding:5px 0px 5px 0px;

}

#main_nav a:hover {
	color:#fff;
	background-color: #92C9C9;
	font-weight: bold;
	text-decoration: none;
	padding:5px 0px 5px 0px;
}	

/*Library Main Menu*/
#header {
width: 780px;
height: 80px;
margin: 0 auto;
position:relative;
}


#main_menu {
	list-style-type: none;
	width: 780px;
	margin: 0;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;

}

#main_menu a {
	color:#336666;
	font-weight: bold;
	text-decoration: none;
}

#main_menu li {
	font-weight: bold;
	font-size: 75%;
	display: inline;
	padding: 5px;

}

#main_menu a:hover {
	color:#666633;
	font-weight: bold;
	text-decoration: none;
}

