/***********************************************/
/* site_styles.css                            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #808080;
	line-height: 1.3;
	font-size: small;
	font-weight: normal;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

a:link, a:visited, a:hover {
	color: #000033;
	text-decoration: underline;
	font-weight: bold;
}

/* overrides decoration from previous rule for hovered links */
a:hover {
	color: #006600;
}

a:visited {
	text-decoration: underline;
}
	
h1, h2, h3, h4, h5, h6 {
/* 	font-family: "Times New Roman", Times, serif;*/
	font-family: Arial, Helvetica, sans-serif;

	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #000000;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #000000;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
	list-style-type: circle;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#wrapper {
	background-color: #c0c0c0;
	max-width: 800px;

	width: expression(document.body.clientWidth > 801? "800px": "auto");
	margin: 10px auto 0px;
	height: auto;
	padding: 0px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#sidebar{
	float: left;
	display: inline;
	padding: 0;
	margin: 0;
	background-color: #c0c0c0;
	background-image:url(images/navigation.jpg);
	background-repeat:no-repeat;
	background-position: top right;
	width: 175px;
	height: auto;
}

#contentbar {
	background-color: #FFFFFF;
	background-image:url(images/content.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: small;
	font-weight: normal;
	height: auto;
/*	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
*/
}

#navbar {
	background-image:url(images/nav_back.jpg);
	background-repeat: no-repeat;
	background-position: top;
	border-bottom:#808080;
	border-top:#808080;
	margin: 0px;
	padding: 0px;
}

#footer{
    clear: both;
    width: 100%;
	background-color: #808080;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 0px;
	color: #333333;
}




/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}
#header {
	background-image: url(images/inviting_back.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 275px;
	width: 800px;
}


#headlines p{
	padding: 5px 0px 5px 0px;
}
.navlink {
	border: thin none #7f98c0;
	/*	width: 13.5em; */
/*	margin: 1em; */
/*	padding: 0.25em 0em 0.25em 0.25em; */
/*	font-family: "Times New Roman", Times, serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:medium;
	font-weight: bold;
	text-align: center;
	background-position: center;
	font-style: normal;
	font-variant: normal;
}
.selectedlink {
	border: thin none #7f98c0;
	width: 13.5em;
	margin: 1em 0.25em 1em 0.5em;
	padding: 0.25em 0em 0.25em 0.25em;
/*	font-family: "Trebuchet MS", sans-serif; */
/*	font-family: Georgia, "Times New Roman", Times, serif; */
	font-family: Arial, Helvetica, sans-serif;

	font-size: small;
	background-color: #BFCCDF;
}
.hilite {
	background-color:#E1E1E1;
}
.redhilite {
	background-color:#669966;
}

.shortrule {
	color: #000000;
	background-color: #000000;
	height: 3px;
	width: 411px;
	text-align:center;
	background-position: center center;
}

.bottomrule {
	color: #808080;
	background-color: #808080;
	height: 3px;
}
