body {
  margin: 0 0 10px 0;
  padding: 0;
  background: #fff;
  font-family: Verdana, Sans-Serif;
  font-size: 0.8em;
  /*line-height: 1.5em;*/
  text-align: center;
}

body * {
  font-size: 100%;
}
  
#box_outside {
  width: 785px;
  margin: 10px auto;
  border: solid 1px #ddd;
  text-align: left;
}

#box_inside {
  margin: 0 3px 3px 3px;
  border-left: solid 1px #555;
  border-right: solid 1px #555;
  border-bottom: solid 1px #555;
  padding: 0;
/*  font-size: 90%;*/
}
 
#header
{
	height: 70px;
	background-color: #FFF;
	background-image: url(/images/head_logo.gif);
	background-repeat: no-repeat;
	background-position: 20px 6px;
}

#header h1 { display: none; }

#headlink 
{
	float: right;
	height: 68px;
	width: 130px;
	text-align: right;
}

#headlink a:link, #headlink a:visited
{
	color: #555;
	text-decoration: none;
}

#headlink a:hover, #headlink a:active
{
	color: #00f;
	text-decoration: underline;
}


#menu_bar
{
	font-size: 11px;
	background-image: url(/images/navbg.gif);
	background-repeat: repeat-x;
	background-color: #6699ff;
	margin: 0;
	height: 19px;
	padding: 2px 0 0 10px;
}

#menu_bar li.menu
{
	display: inline;
	list-style-type: none;
	padding: 1px 0 1px 1px;
}

#menu_bar li.border
{
	display: inline;
	padding: 1px 6px 3px 7px;  
	font-size: xx-small;
	background-image: url(/images/nav_divider.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#menu_bar a:link, #menu_bar a:visited
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 15px 3px 15px; 
	margin-top: 1px;
}

#menu_bar a:hover, #menu_bar a:active
{
	color: #333;
	font-weight: bold;
	background-color: #d0ddfc;
	padding: 0px 15px 3px 15px;
	margin-top: 1px;
}

#menu_bar a.selected:link, #menu_bar a.selected:visited
{
	color: #539630;
	font-weight: bold;
	background-color: #d0ddfc;
	text-decoration: none;
	padding: 0px 15px 3px 15px;
}

#menu_bar a.selected:hover, #menu_bar a.selected:active
{
	color: #333;
	font-weight: bold;
	background-color: #d0ddfc;
	padding: 0px 15px 3px 15px;
}

#fullcontent
{
    margin-bottom: 4px; 
}
    
#main
{
    position:relative; 
    margin-bottom: 4px;
	margin-top: 5px; 
    margin-right:210px;
    padding: 0px 9px 0px 5px;
    border-right: dashed 1px #DCDCDC;
}

#main a:link, #main a:visited
{
	font-weight: bold;
	color: #2549f0;
	text-decoration: none;
}

#main a:hover, #main a:active
{
	font-weight: bold;
	color: #539630;
	text-decoration: underline;
}

#tipDay
{
    float:right;
    width:175px;
    background:#FFF3AC;
}

#main hr
{
	height: 2px;
	border-style: none;
	border: 0;
	padding: 0;
	color: #CCC;
	background-color: #CCC;
	margin: 0.7em 10px 0.7em 80px;
}

#main h1 
{
	font-size: 160%;
	font-weight: bold;
	margin: 0.5em 0 0.5em 0;
	padding: 0;
}

#main h2
{
	font-size: 130%;
	font-weight: bold;
	margin: 0.5em 0 0.5em 0;
	padding: 0;
}

#main h3
{
	font-size: 110%;
	font-weight: bold;
	margin: 0.5em 0 0.5em 0;
	padding: 0;
}

.maintext 
{
	margin: 0 0 0 80px;
	padding: 0;
/*	line-height: 1em; */
}

.maintext h1, .maintext3 h1
{
	font-size: 140%;
	font-weight: bold;
	padding: 0;
	margin: 0.8em 5px 0.5em 5px;
}

.maintext h2, .maintext3 h2
{
	font-size: 120%;
	font-weight: bold;
	padding: 0;
/*	line-height: 1em; */
	margin: 0.8em 5px 0.5em 5px;
}
.maintext p, .maintext3 p
{
	margin: 0.5em 5px 0.8em 5px;
/*	line-height: 1em; */
}

.maintext .highlight, .maintext3 .highlight
{
	font-weight: bold;
	color: #4674C3;
}


.maintext3
{
	margin: 0 0 0 5px;
	padding: 0;
/*	line-height: 1em; */
}

#sidebar 
{
	float: right;
    width: 205px;
    padding-top: 0px;
    padding-bottom: 5px;
}

#sidebar .hr {
  height: 12px;
  background: url(/images/divider_horiz.gif) no-repeat scroll center;
  border:  red;
  border-style: none;
  margin: 15px 0 15px 0;
}

#sidebar .hr hr {
  display: none;
}

#sidebar p, #sidebar ol, #sidebar ul
{
	padding: 0;
	margin: 0.5em 5px 0.5em 5px;
}

#sidebar li 
{
	margin-left: 15px;
	list-style: square;
}

.side_down
{
	width: 100%;
	height: 35px;
	background-image: url(/images/side_down_.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#sidebar .side_head
{
	font-weight: bold;
	font-size: 12px;
	position: relative;
	margin: 0;
	top: 12px;
	left: 20px;
}

.side_list
{
	width: 100%;
	height: 35px;
	background-image: url(/images/side_list_.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.side_req
{
	width: 100%;
	height: 35px;
	background-image: url(/images/side_req_.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.side_test
{
	width: 100%;
	height: 35px;
	background-image: url(/images/side_test_.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#sidebar a:link, #sidebar a:visited
{
	font-weight: bold;
/*	color: #E07020;*/
	color: #2549f0;
	text-decoration: none;
}

#sidebar a:hover, #sidebar a:active
{
	font-weight: bold;
/*	color: #FFCC00;*/
	color: #539630;
	text-decoration: underline;
}

#footin 
{
	clear: both;
	text-align:center;
	font-size: 0.8em;
	color: #555;
	padding: 4px 0 4px 0;
}

.socialitem
{
	float: left;
	text-align: center;
	vertical-align: middle;
	margin: 0.4em 1em 0.4em 1em;
}
.socialitem img
{
	border: 0;
}
	
#footin a:link, #footin a:visited
{
	color: #555;
	text-decoration: none;
}

#footin a:hover, #footin a:active
{
	color: #00f;
	text-decoration: underline;
}

#linkbox 
{
	position: absolute; 
	visibility: hidden;
	left: 100px;
	top: 25px;
	width: 575px;
	height: 465px;
	border: 3px groove #0E13CB;
	background-color: #FFFFFF;
	z-index: 999;
}
#inlinkbox 
{
	font-size: 0.8em;
	text-align: left;
	margin: 10px 10px 10px 10px;
}
#inlinkbox a:link, #inlinkbox a:visited
{
	font-weight: bold;
	color: #33f;
	text-decoration: none;
}

#inlinkbox a:hover, #inlinkbox a:active
{
	font-weight: bold;
	color: #539630;
	text-decoration: none;
}


#inlinkbox h1 
{
	font-size: 1.2em;
}

#inlinkbox textarea
{
}

#fontpicksmall 
{
	font-size: 80%;
}
#fontpickmedium
{
	font-size: 100%;
}
#fontpicklarge
{
	font-size: 140%;
}
