/* CSS Document */

body {
	background: #a35109 url(../images/r2d_bg.gif) repeat-x;
	text-align:center;
	color: #333;
	margin: 0;
	padding: 0;
	font-family: Avenir, "Lucida Grande", "Bitstream Vera Sans", lucida, helvetica, tahoma, arial, helvetica, sans-serif;
}

#container	{
	background: #fff url(../images/r2d_cbg.gif) repeat-y;
	color: #333;
	margin: 0px auto;
	padding: 0;
	width: 760px;  /* bmh */	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 760px;	 
	}
	
#nonavcontainer	{
	background: #f6ebd6;
	color: #333;
	margin: 0px auto;
	padding: 0;
	width: 760px;  /* bmh */	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 760px;	 
	height: auto;
}

html>#container	{
	width: 760px;
	} 
	
#masthead {
	background: #fff;
	width: 760px;
	height:210px;
}

#top {
	background: #fff url(../images/r2d_top.gif) repeat-x top left;
	height: 33px;
	text-align:left;
}

#header {
	padding:0;
	margin:0;
	background: #fff url(../images/banner.jpg) no-repeat top left; 
	/*Change header image by changing the image listed here. Image should be 760px by 145 px.*/
	height: 145px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}

#navcontainer {
	padding:0;
	margin:0;
	background: #a35109 url(../images/navbackground.jpg) no-repeat top left;
	/*Change image behind links here. Image should be 760px by 32 px.*/
	height: 32px;
	padding-left: 5px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}

#navcontainer ul {
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	font-weight:bold;
}

#navcontainer ul li { 
	display: inline; 
}

#navcontainer ul li a {
	padding: 5px 24px 5px 0px;
	color: #333;
	text-decoration: none;
	float: left;
}

#navcontainer ul li a:hover {
	color: #666;
}

#navcontainer ul li a#current {
	color: #a35109;
}

#content {
	padding:0;
	margin:0;
	color:#666;
	font-size: small;
	width: 760px;
	text-align:left;
	padding-bottom: 20px;
	clear: both;
}

#leftcontent	{
	float: left;
	margin: 0;
	padding: 10px;
	width: 410px;  /* box model hack */	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 480px;	 
	}

html>#leftcontent 	{
	width: 520px;
	} 

#leftcontent a{
	color:#666;
	text-decoration: underline;
	font-weight: bold;
}

#leftcontent a:visited {
	color:#666;
	text-decoration: underline;
	font-weight: bold;
}

#leftcontent a:hover {
	color: #333;
	text-decoration:underline;
	font-weight: bold;
}

#leftcontent h1 {
	color: #3E5012;
	font-size: medium;
}

#leftcontent h2 {
	color: #931D02;
	font-size: small;
	font-weight: bold;
}

#leftcontent p {
	font-size: small;
}

#leftcontent table.error {
	font-size: small;
	font-weight: bold;
	float: center;
	border-style: double;
	border-width: thin;
	border-color: #C96206;
}

#leftcontent table {
	font-size:small;
}

#leftcontent .photocaption {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style:italic;
}

#nonavleftcontent	{
	float: left;
	margin: 0;
	padding: 10px;
	width: 740px;  /* box model hack */	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 740px;	
	}

html>#nonavleftcontent 	{
	width: 740px;
	} 

#nonavleftcontent a{
	color:#666;
	text-decoration: underline;
	font-weight: bold;
}

#nonavleftcontent a:visited {
	color:#666;
	text-decoration: underline;
	font-weight: bold;
}

#nonavleftcontent a:hover {
	color: #333;
	text-decoration:underline;
	font-weight: bold;
}

#nonavleftcontent h1 {
	color: #931D02;
	font-size: medium;
}

#nonavleftcontent h2 {
	color: #931D02;
	font-size: small;
	font-weight: bold;
}

#nonavleftcontent b {
	color: #931D02;
	font-size: small;
}

#nonavleftcontent p {
	font-size: small;
}

#nonavleftcontent li {
	padding: 4px;
}

#nonavleftcontent table {
	font-size:small;
}

#nonavleftcontent table.login {
	float: right;
	border-style: double;
	border-width: thin;
	border-color: #C96206;
}

#nonavleftcontent .photocaption {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style:italic;
}


#rightside	{
	padding: 20px 10px 10px 0;
	margin: 0 0 0 550px;
	color: #666;
	background: transparent; 
	/* compensates for IE Win bungling */
	height: 100%;
	}	
	
.rightsection {
	margin-bottom: 20px;
}

#rightside h1 {
	font-size: small;
	font-weight: bolder;
	color:#C96206;
	padding-left: 10px;
	padding-bottom: 10px;
	margin: 0px;
}

#rightside ul {
	list-style-image: url(../images/bullet.gif);
	margin:0px;
	padding-top: 0px;
	padding-left: 24px;
}

#rightside li a:link{
	color:#666;
	text-decoration:none;
}

#rightside li a:visited{
	color:#666;
	text-decoration:none;
}

#rightside li a:hover{
	color: #333;
	text-decoration:underline;
}

.imageleft {
	float: left;
	padding: 7px;
	margin-left: 2px;
	margin-right: 6px;
	background-color: #ffffff;
	border: 1px solid #bac1a3;
}
	
#footer {
	background: #f6ebd6;
	clear: both;
	}

