body {
       text-align: center;
}

#container {
	width:98%;
	border:none 1px green;
}

#main_header {
	position:relative;
        text-align:right;
}

#buttons_div {
	display:none;
}

/*this is where the main menu bar would go
 *  * check chromestyle.css for main menu bar*/
#main_menu {
	display:none;
}


/*main div is a wrapper around content, nav, extra divs*/
#main {
	border:none 3px red;
}

#content a,#content  a:visited {
	color:black;
	text-decoration:underline;
}


/* Nav submenu stuff */

#nav {
      display:none;
}

.showarrow 
{ 
	background: url(images/arrow.gif) no-repeat   left;
	padding:2px 0;
	margin-left:9px;
	padding-left:19px;
}

.showarrowsub { 
	background: url(images/arrow.gif) no-repeat   left;
	padding:2px 0;
	margin-left:19px;
	padding-left:19px;
}

.new_list{
	padding:2px 0;
	width:100%;
}

.new_list a,.new_list a:visited {
	width:100%;
        color:white;
	text-decoration:none;
	font-weight:bold;
}

#content {
	border:none 3px red;
	font-size:12px;
        background:#fff;
	width:99%;
}

#content table {
	border:none;
}

#content td,#content th  {
        font-size:12px;
}

/*Content Table Style*/
#content_tab {
	border:none 1px black;
	width:525px;
	padding: 5px 0px 0px 0px;
	margin: 0 1em 1em 1.5em;
}

#content_tab th {
	background-color:#96b796;
	padding: 5px;
	font-size:11px;
	text-align: center;
	vertical-align:middle;
}

#content_tab td {
	background:#cddbcd;
	font-size:11px;
	padding: 5px;
}

#content_tab td.half {
	width:50%;
}

#content_tab td.one_sixth {
	text-align:center;
	width:20%;
	vertical-align:middle;
}

/*End Style*/

/*Content Image Caption*/

#content td.caption {
	font-size:11px;
	text-align: center;
	font-weight: bold;
	vertical-align:middle;
}

/*End Style*/


* html #content { 
	overflow:visible;
        display: inline; 
	height:600px;
}

#content h3{
        margin:0 1em 1em 2em;
        color: #175797;
        font-size:12px;
        font-weight: bold;
        font-variant: small-caps;
}

#content ul {
	list-style-position: outside;
	margin: 0 1em 1em 1em;
}

.content_header {
        padding-top:10px ;
        margin: 0 1em 1em 2em;
	color: #00853f;
        font-size: 12px;
        font-weight: bold;}

.content_box {
        margin: 10px 7%;
        background:#d9e3ed;
	font-family:verdana;
        color:#175797;
        font-weight:normal;
}

.content_box_content {
        padding:4px 8px 8px 4px;
}

.content_box_content {
        padding:4px 8px 8px 4px;
}

.content_box_top div,.content_box_top{
        height: 13px;
        font-size: 1px;
}

.content_box_bottom div, .content_box_bottom {
         height: 18px;
         font-size: 1px;
}

/*End of Main Content Stuff*/

/* Begin Extra Div */


#extra {
        display:none;
}
.extra_box { 
        border:solid 1px black;
        color:#175797;
        font-weight:normal;
}


/* Start Footer */

#footer_box {
	display:none;
}

/* End Footer */

.arrow_list_not_links {
        list-style-image: url(/images/arrow.gif); 
}

.dkgreen a,.dkgreen a:visited {
	color:#006600;text-decoration:none;
}

.dkgreen li:hover, .dkgreen li:hover a, .dkgreen a:hover {
         background: #cddbcd;
}

form {
	margin:0 10px;
}

.buttonize {
	background:#d9e3ed; 
	border:outset 3px #657e97;
	padding:5px;
	text-decoration:none; 
	color:black;
}
