/*Structure of this Stylesheet: 
 I - All main boxes
 II - defining the #top box
 III - defining the #content box
 IV - defining the #inner (right) sidebar box 
 */

/* I - All main boxes   */
body{
  background: #cccccc;
  margin: 0;
  padding: 0;
  font: 12px Helvetica, Arial, sans-serif;
  line-height: 1.5em;
  color: #000;
	text-align: center;
}
#footer{
	text-align: center;
	background: #666666  left top;
	font-variant: small-caps;
	letter-spacing: .75em;
}
#left{
	float: left;
	width: 610px;
	background: #cccccc;
}
#main{
	margin: 20px auto;
	text-align: left;
	width: 780px;
	background: #FFF;
}
#right{
	float: right;
	width: 170px;
	background: #FFF url(images/topleft.gif) no-repeat top left;
}
#top{
	margin: 10px 0 0 10px;
	width: 600px;
	background: #6699ff url(images/toptopleft.gif) no-repeat top left;
	color: #F5F5F5;
}
/*II - Defining the #top box */
#top dd{
	margin: 0;
	font-size: .8em;
}
#top a{
	color: #F5F5F5;
	border-bottom: 1px #F5F5F5 dotted;
	padding:1px 10px 0px 5px;
	margin: 1px 0 0 10px;
	text-decoration: none;
}
#top a:hover{
	border-bottom: 1px #F5F5F5 solid;
}
#top .left{
	float: left;
	width: 280px;
	margin: 10px 0 0 10px;
	background: url(images/top-bg.gif) repeat-y top right;
}
#top .right{
	float:right;
	width: 275px;
	margin: 10px 10px 0 0;
}
#topbottom{
	clear: both;
	background: url(images/toptopbottom.gif) bottom right no-repeat;
	height: 10px;
}
/* III - Defining the #content box*/

#content{
	background: #FFF url(images/topleft.gif) no-repeat top left;
	padding: 10px;
}
#content a:link {
	color: #0066ff;
	font-weight: bold;
	text-decoration:none;
	border-bottom: 1px dotted #0066ff;
}

#content a:hover {
	border-bottom: 1px solid #0066ff;
}

#content a:visited:after {
	color: #828282;
	font-weight: normal;
	content: "\00A0\221A";
	font-size: 75%;
}

#content a:visited {
	font-size: 100%;
	font-weight: bold;
	color: #828282;
	text-decoration:none;
	border-bottom: 1px dotted #828282;
}

#content a:visited:hover {
	border-bottom: 1px solid #828282;
}

#headline{
	background: url(images/header.jpg) no-repeat top left;
        padding-left: 10px;
	width: 590px;
	height: 90px;
	position: relative;
}
#headline h1{
	position: absolute;
	bottom: 5px;
	left: 7px;
	color: #333333;
	margin: 0;
	padding: 0;
	text-decoration: none;
	background: none;
	font: small-caps bold 2em "Lucida Grande", Verdana, Helvetica, sans-serif;
	width: 500px;
}

#miniheadline{
	background: url(images/miniheader.jpg) no-repeat top left;
	width: 590px;
	height: 40px;
	position: relative;
}

#miniheadline h1{
	position: absolute;
	top: 4px;
	left: 7px;
	color: #333333;
	margin: 0;
	padding: 0;
	text-decoration: none;
	background: none;
	font: small-caps bold 2em "Lucida Grande", Verdana, Helvetica, sans-serif;
	width: 500px;
}
h1{
	font: bold small-caps 1.5em "Lucida Grande", Verdana, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	background: url(images/h2.gif) top left no-repeat;
	padding: 3px 0 0 8px;
}
h2{
	font: bold small-caps 1.25em "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 2px;
	color: #666666;
}

#centeredformbuttons {
	text-align: center;
	clear: none;
}

#contentbottom {
	background: url(images/bottomleft.gif) no-repeat left bottom;
	height: 10px;
}

/* IV - Defining the #inner (right) sidebar box           */
#inner{
	padding: 0 10px;
}
#featureimage {
	height: 92px;
	text-align: center;
	border-bottom: 1px #999 solid;
	text-decoration: none;
	top: auto;
	bottom: auto;
	vertical-align: middle;
}
#loginpanel{
	margin: 0;
	border-bottom: 1px #999 solid;
	font-size: .8em;
	padding: 0 0 24px;
	text-align: right;
}
#loginpanel form input{
	float: none;
}
#loginpanel form label{
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	clear: none;
	padding-right: 10px;
}
#loginpanel form a{
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
}
h5{
	background: url(images/h5.gif) center left no-repeat;
	font: small-caps bold 1.5em "Lucida Grande", Verdana, Helvetica, sans-serif;
	color: #333333;
	padding-left: 8px;
	padding-top: 8px;
	margin: 4px 0 3px 3px;
}
.nav{
	margin: 2px 2px 6px;
	padding: 0;
}
.nav li{
	display: inline;
	list-style-type: none;
}
.nav li a{
	display: block;
	background: #EFEFEF;
	padding: 1px 1px 1px 5px;
	margin: 1px;
	text-decoration: none;
	color: #000;
}
.nav li a:hover{
	padding-left: 2px;
	border-left: #6699ff solid 3px;
	background: #ffffff;
}
#currentpage a{
	padding-left: 2px;
	border-left: #6699ff solid 3px;
	background: #ffffff;
	font-weight: bold;
}

#browserdetect {
	height: 80px;
	text-align: center;
	text-decoration: none;
	margin-top: 20px;
	margin-bottom: 20px;
}