﻿body 
{
    margin: 0;
	font-family:: Verdana,Geneva,Kalimati,sans-serif;
	font-size: 10pt;
}

form {margin: 0; padding: 0;}

h1
{
    padding: 0;
    margin: 0;}

p{
	font-size: 10pt;
	margin: 10px 5px;
}

ol, ul, div
{
	font-family:: Verdana,Geneva,Kalimati,sans-serif;
	font-size: 10pt;
}

a:link {color: #006699; text-decoration: none;}      /* unvisited link */
a:visited {color: #006699; text-decoration: none;}   /* visited link */
a:hover {color: #333;}  /* mouse over link */

#maindiv{
	width: 1024px;
	padding: 0;
	border-left: solid 1px #006699;
	border-right: solid 1px #006699;
	margin: 0 auto 0 auto;
	background-color: White;
}

#masthead {
	margin: 0 0 -43px 0;
	padding: 0px;
	border-right: solid 1px black;
	white-space: nowrap;
	height: 130px;
    width: 1024px;
}

#masthead img {
	padding:0;
	margin: 0;
}

#pagehead{
	background-color: #333333;
	margin: 43px 0 0 0;
	padding:3px;
	font-size: 10pt;
	color: white;
	font-weight: bold;
}

#container {
	position: relative;
	float: left;
	padding: 0 0 8px 0;
	background-position: left top;
	background-image: url('images/contentBkg.gif');
	background-attachment: scroll;
	background-repeat: no-repeat;
	width: 1024px;
	min-height: 550px;
	top: 0px;
	left: 0px;
	background-color: White;
}

#menu {
	width: 150px;
	margin-top:6px;
	float: left;
	font-size: 18px;
	text-align: center;
	white-space: normal;
	font-family: "Trebuchet MS", Arial, Helvetcia, sans-serif;
}

#menu a {color: Black;}

#menu h3 
{
    text-align: left;
    font-size: 10pt; 
    background-color:  #333; 
    color: White; 
    padding-left: 5px; 
    border: solid 1px black; 
    font-weight: bold; 
    margin: 2px 10px;
}

#content {
	float: left;
	padding-top: 8px;
	margin-top: 1px;
	font-size: 14px;
}

#rightNav 
{
	margin-top:6px;
	margin-right: 5px;
	margin-left: 5px;
	width: 155px;
	float: right;
}

#footer 
{
	width: 1024px;
	clear: both;
	padding: 5px 0 5px 0;
	background-color: #006699;
}

#pageContent
{
	padding: 0;
	width: 700px;
	font-family: Verdana;
}

#articleContent
{
	padding: 0;
	width: 850px;
	font-family: Verdana;
}

#content h2{margin-bottom: 2px; margin-top: 0; font-size: 14pt; border-bottom: solid 1px black;}

.deptHint{color: Silver; font-size: 10pt; font-weight: bold; margin-bottom: 0;}

#deptcontent h1{font-size: 15pt; margin-top: 10px; margin-bottom: 2px; border: none;}
#deptcontent h2{font-size: 12pt; margin-top: 10px; margin-bottom: 2px; border: none;}
#deptcontent h3{font-size: 11pt; font-weight: bold; border-bottom: solid 1px  #006699}
#deptcontent h4{font-size: 11pt; border-bottom: solid 1px  #006699}

#rightNav h4 {font-size: 1em; border-bottom: solid 1px  #006699; margin-bottom: .5em;}
#rightNav ul {margin: 0; padding-left: 1.15em; font-family:: Verdana,Geneva,Kalimati,sans-serif;}
#rightNav li {font-size: .75em; line-height: 1.2em; margin-bottom: .25em;}
#rightNav a {text-decoration: none; font-size: larger;}


/* Equal-height column fix */

#copyright
{
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 10pt;
    color: White;
    text-align: center;
 }

#section h1 {font-size: 10pt; background-color:  #006699; color: White; padding: 2px; border: solid 1px black; font-weight: bold; margin-bottom: 8px; margin-top: 12px;}
#section h2 {font-size: 8pt; border: none;}
#section h3, #breadcrumb h3{font-size: 11pt; border: none; margin-top: 0; margin-bottom: 0;}
#section p  {margin-top: 0; margin-bottom: 2px;}
#section hr {height: 1px; color: #333;}

#section h3 a:link {font-size: 10pt; color: #006699; text-decoration: none;}      /* unvisited link */
#section h3 a:visited {font-size: 10pt; color: #006699; text-decoration: none;}   /* visited link */
#section h3 a:hover {color: #333;}  /* mouse over link */
/*#section h3 a:active {color:#0000FF} selected link */

#breadcrumb {font-size: 10pt; border: none; margin-top: 0; margin-bottom: 0;}
#breadcrumb a {font-weight: bold;}
