/*
	Shannon Clements Style Sheet
*/

/* Basics
------------------------------ */ 

html {
	/* Moz */
	height: 100%;
}
 


body {
	background: #6699FF;
	margin: 0px;
	padding: 0px 0px 0px;
	text-align: center;
	font: normal 82%/200% "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #5A5A4B;
}



/* Link Styles
------------------------------ */
a:link, a:active, a:visited { text-decoration: underline; color: #17A; }
a:hover, a:focus { text-decoration: underline; color: #6BD; }



h2 {
	font: 115% "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #002E5B;
}
h2 a:link, h2 a:visited {
	color: #8DB8CF;
	text-decoration: none;
}
h2 span {
	color: #8DB8CF;
}
h2 a:hover {
	color: #94c2e5;
	text-decoration: none;
}
h3 {
	font: 110% "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #002E5B;
	margin-top: 30px;
}
h3 a:link, h3 a:visited { text-decoration: none; }
h3 a:hover { text-decoration: underline; }

/* Page Navigation
------------------------------ */
ul.pagelist {
	clear: both;
	padding: 0;
	margin: 20px 0 0 0;
	list-style-type: none;
}
ul.pagelist li {
	display: inline;
}
ul.pagelist li a, ul.pagelist span.disabledlink {
	padding: 4px;
}
ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #5A5A4B;
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next { 
	margin-left: 10px;
}
.disabledlink {
	color: #ddd;
	cursor: default;
}
.pagenav {
	clear: both;
}
.disabled_nav {
	visibility: hidden;
}

/* Layout
---------------------------------*/

#top {
	text-align: left;
	padding: .5em;
	padding-bottom: 0;
	height: 58px;
	width: 720px;
	margin-left: 200px;
  	border-bottom: 0px
	width: 720px;
	background: #fff;
	padding: 20px 20px 0px;
	border-top: 3px solid #3366FF;
	border-right: 2px solid #3366FF;
	border-bottom: 3px solid #6699FF;
	border-left: 2px solid #3366FF;

}

#lftBar {
	text-align: left;
	margin: 20px auto;
	background: #fff;
	border-top: 3px solid #99BBFF;
	border-right: 2px solid #3366FF;
	border-bottom: 3px solid #3366FF;
	border-left: 2px solid #99BBFF;
        position:absolute;
        width:143px;
        top:9px;
        left:9px;
}
#content
{
	text-align: left;
	width: 720px;
	background: #fff;
	padding: 20px 20px 70px;
	border-top: 3px solid #6699FF;
	border-right: 2px solid #3366FF;
	border-bottom: 3px solid #3366FF;
	border-left: 2px solid #3366FF;
        margin-left: 200px;

}
#footer, #sort {
	text-align: right;
	width: 720px;
	background: #fff;
	padding: 0px 20px 0px;
	border-top: 1px solid #3366FF;
	border-right: 2px solid #3366FF;
	border-bottom: 3px solid #3366FF;
	border-left: 2px solid #3366FF;
        margin-left: 200px;
	font-size: 85%;
	clear: both;
}
