/***********************************************/
/* HTML tag styles                             */
/***********************************************/

table {
    font-size: 1em;
	line-height: 1.35;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0px;
	padding: 0px;
	color: #000000;
}

/************ HyperLink **************/

a:link {
	color: #014DA5;
	text-decoration: underline;
}

a:visited {
	color: #800080;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

/************ BackgroundStyle **************/

.bkg-menu {
	background-color: #494849;
	background-repeat: repeat-y;
	width: 189px;
}

/************ HeadingStyle **************/

h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 155%;
	font-weight: bold;
	color: #494849;
}

h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 140%;
	color: #433b67;
}

h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 128%;
	color: #494849;
}

h4 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 118%;
	color: #433b67;
}

/************ TextStyle **************/

.boldit {
	font-weight: bolder;
}

.bolder-grey {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 110%;
	color: #494849;
	margin-bottom: 5px;
}

.sml-grey {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: #555555;
}

.sml-org {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: #BF4006;
}

/************ ArrowStyle **************/

.arw {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: bold;
	color: #BF4006;
}

.arw-wht {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
}

/************ FormStyle **************/

textarea, input, select {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 1.3;
	color: #000000;
	margin-left: 0px;
}

/************ TableStyle **************/

.h-table {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 105%;
	color: #FFFFFF;
	background-color: #433b67;
	margin-bottom: 0px;
}

.txt-table {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 100%;
	color: #000000;
	background-color: #e3e2e8;
	margin-bottom: 0px;
}

.border-table {
	border: 1px solid #433b67;
}

/************ HorizontalBar **************/

hr {
	border-top: 2px dotted #d3d3d3;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

/************ BulletList **************/

ul{
	list-style-type: square;
}

ul ul{
	margin-top: 8px;
}

li {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#header {
	background-image: url(../images/bkg-header.gif);
	background-repeat: repeat-x;
	height: 91px;
}

#tagline {
	padding: 3px 0px 0px 0px;
	text-align: right;
}

#six-directions {
	background-color: #494849;
	text-align: center;
	background-repeat: repeat-x;
	border-bottom: 2px solid #FFFFFF;
}

#date {
	background-color: #e3e2e8;
	font-size: 90%;
	color: #494849;
	padding: 4px 10px 6px 0px;
	text-align: right;
	background-repeat: repeat-x;
}

#content {
 margin: 20px 40px 60px 40px;
 }

#footer {
	background-color: #433b67;
	width: 100%;
	height: 36px;
	color: #FFFFFF;
	font-size: 90%;
	text-align: center;
	padding-top: 10px;
	background-repeat: repeat-x;
	border-top: 2px solid #FFFFFF;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 30px;
	color: #494849;
	font-weight: bold;
	padding: 28px 0px 0px 12px;
}

#pageTitle {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 175%;
	color: #433b67;
	font-weight: bold;
	padding: 30px 40px 0px 40px;
}

/************* BreadcrumbStyle ***************/

.arw-breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: normal;
	color: #676667;
}

#breadcrumb {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: normal;
	color: #676667;
	padding: 20px 40px 0px 40px;
}

#breadcrumb a:link, #breadcrumb a:visited {
	color: #676667;
	text-decoration: underline;
}

#breadcrumb a:hover {
	text-decoration: none;
	background: none;
}

/************* SearchStyle ***************/

#search {
	background-image:  url(../images/bkg-search.gif);
	background-repeat: no-repeat;
	width: 189px;
	height: 62px;
	border-bottom: 2px solid #FFFFFF;
}

#search label {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 110%;
	color: #ffffff;
	display: block;
	margin-top: 8px;
	margin-bottom: 2px;
}

#search input {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
}

/************ MenuLinks **************/

#menu a:link, #menu a:visited {
	background-image:  url(../images/bkg-menu.gif);
	display: block;
	border-bottom: 1px dotted #bdbcbd;
	font-weight: bold;
	font-size: 100%;
	padding: 7px 10px 8px 10px;
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:hover {
	background-image:  url(../images/bkg-mnrollover.gif);
	text-decoration: none;
}

#logindetails
{
	background-image:  url(../images/bkg-menu.gif);
	display: block;
	font-weight: bold;
	font-size: 100%;
	padding: 7px 10px 8px 10px;
	color: #FFFFFF;
	border-bottom: 1px dotted #bdbcbd;
}

#adminconsole a:link, #adminconsole a:visited
{
	background-image:  url(../images/bkg-menu.gif);
	display: block;
	border-bottom: 1px dotted #bdbcbd;
	font-weight: bold;
	font-size: 100%;
	padding: 7px 10px 8px 10px;
	color: #FFFFFF;
	text-decoration: none;
}
/************ FooterLink **************/

 
#footer a:link, #footer a:visited {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #FFFFFF;
 text-decoration: underline;
}

#footer a:hover {
 color: #FFFFFF;
 text-decoration: none;
}

/************ Background Logo Display **************/
 
.dohlogo {
 background-image: url(../images/logo-doh.gif);
 background-repeat: no-repeat;
 background-position: right bottom;
}
