/* CSS Document */

    /* set the image to use and establish the lower-right position */
    .cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2{
      background: transparent url(images/img1.png) no-repeat bottom right}
    .cssbox{
    /* intended total box width - padding-right(next) */
      width:850px !important; /* IE Win = width - padding */
      width: 835px; 
    /* the gap on the right edge of the image (not content padding) */
      padding-right:15px; /* use to position the box */
      margin:5px auto}

    /* set the top-right image */
    .cssbox_head{background-position:top right;
    /* pull the right image over on top of border */
      margin-right:-15px; 
    /* right-image-gap + right-inside padding */
      padding-right:40px}

    /* set the top-left image */
    .cssbox_head h2{
	font-size: 1.1em; color: #6297BC;
      background-position:top left;
      margin:0; /* reset main site styles*/ 
      border:0; /* ditto */
    /* padding-left = image gap + interior padding ... no padding-right */
      padding:25px 0 15px 300px; 
      height:auto !important;
      height:1%} /* IE Holly Hack */

    /* set the lower-left corner image */
    .cssbox_body{
      background-position:bottom left;
      margin-right:25px; /* interior-padding right */ 
      padding:5px 0 25px 10px} /* mirror .cssbox_head right/left */
	  
	  #content {
	float: right;
	width: 515px;
	padding: 8px 25px 8px 15px;
	
	font-size: 1em;
	color: #929291;
	line-height: 1.7em;
	}
	.two {
	float: left;
	width: 230px;
	padding: 0 5px 0 15px;
	margin: 2px;
	}	
	#content a:link, #content a:visited {
	color: red;
	text-decoration: none;
	border-bottom: 1px dotted #8b7f73;
}
#content a:hover {
	color: #706153;
	border-bottom: 1px solid #706153;
}

	  #left_content {
	float: left;
	width: 180px;
	padding: 0px 7px 8px 5px;
	
	font-size: 1em;
	color: #929291;
	line-height: 1.7em;
	}
	
	.cssbox_body{
height: 550px; /* for IE */
min-height: 550px; /* for not-IE */
}

html>body .cssbox_body {
height: auto; /* for not-IE */
}

	body {
	text-align: left;
	font-size: 0.7em;
	font-family: Verdana, sans-serif;
	
	}
	
	div.content-right {
	float: left;
	margin-left: 20px;
	width: 484px;
	display: inline;}
	
	/* @group Text Styles */

div#content-inner p {
	margin: 2px 0 30px 0;
}
p.intro:first-letter {
	font-size: 1.4em;
	letter-spacing: -1px;
}
p.copyright {
	font-size: .80em;
	font-family: "Times New Roman", serif;
	color: #797069;
	text-transform: uppercase;
	margin: 5px 0;
		float: right;
}
h1 { font-size: 1.5em; color: #6297BC; } 
.green {font-size: 1.2em;	border-bottom:1px solid #e9e7e7; color: #9EC630; }

.sidebar {
	float: right;
	width: 170px;
	
	padding: 27px 0 0 5px;

	
}
#logo {
	float: right;
	width: 145px;
	height: 50px;
	padding: 0 60px 0 0px;
	
}

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 340px;
  max-width: 460px;
  width: 350px; 
}


form fieldset legend {
	color:#5F5F5F;
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}
/*Form Obj Form Tbl*/
		
.form1 { width:174px;
		height:14px;
		font-family:tahoma;
		font-size:11px;
		border-style: solid;
		border-width: 1px;
		border-color:#808080;
		background-color:#ffffff;
		color:#5F5F5F;
		margin-left:0px;
		margin-right:0px}		
		
.textarea { width:174px;
		height:95px;
		font-family:tahoma;
		font-size:11px;
		border-style: solid;
		border-width: 1px;
		border-color:#808080;
		background-color:#ffffff;
		color:#5F5F5F;
		margin-left:0px;
		margin-right:0px}
		
.buttonstyle {
	 width: auto;
    font-family: Verdana;
    font-size: 10px;
    color: #a2a287;
    background-color: #d9d7bd;
    font-weight: bold;	
}

/* @group Headings */


h3.dateline {
	font-size: .9em;
	font-weight: lighter;
	color: #dc3409;
	margin: 0 0 10px 0;
}
/* @side nav */

ul.side-nav {
	margin: 5px 2px 5px 7px;
	border-top: 1px solid #e9e7e7;
	font-size: .9em;
	color: #978f7c;
	text-transform: uppercase;
}
ul.side-nav li {
	margin: 0;
	list-style-type: none;
	padding: 1px 0;
}
ul.side-nav li a {
	display: block;
	border-bottom: 1px solid #e9e7e7;
	margin: 0;
	padding: 5px 0 5px 10px;
	background: url(images/side-nav-bullet.gif) no-repeat 5px 50%;
}
ul.side-nav li a:link, ul.side-nav li a:visited {
	color: #978f7c;
	text-decoration: none;
}
ul.side-nav li a:hover {
	background: url(images/side-nav-bullet-light.gif) no-repeat 5px 50% #f6f5f0;
	color: #9EC630;
}