﻿/*-----RESET-----*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

img {border-style: none;}

banner
{
width: 920px; 
height: 106px
}

/*-----BASIC ELEMENTS-----*/

a 
{
	color:#0000EE;	
}

a:visited
{
	color:#0000EE;
}

a:hover
{
	color:Black;
}

a.newsscroll:link {color:black; text-decoration:none;}
a.newsscroll:visited {color:black; text-decoration:none;}
a.newsscroll:active {color:black; text-decoration:none;}
a.newsscroll:hover {color:Navy; text-decoration:underline;}


blockquote
{
	margin:0 35px;
}


h1
{
	color:#3161a5;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18pt;
	margin:15px 0;
}

h2
{
	color:#3161a5;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14pt;
	margin:10px 0;
}

h3
{
	color:#3161a5;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	margin:8px 0;
}

h4
{
	color:#3161a5;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin:5px 0;
}

h5
{
	color:#3161a5;
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	margin:0;
}

li
{
	margin-left:15px;
}

p
{
	margin:10px 0;
	line-height:1.4em;
}

ul
{
	margin-left:10px;
}


/*-----GENERIC CLASSES-----*/

.bold
{
	font-weight:bold;
}

.clear
{
	clear:both;
}

.center
{
	text-align:center;
}

.floatLeft
{
	float:left;
}

.floatRight
{
	float:right;
}

.hide
{
	display:none;
}

.margin20
{
	margin:20px;
}

.smallText
{
	font-size:7pt;
}

.style3 {
	background-color:White;
	border-top: solid 1px #9F7210;
	border-bottom: solid 1px #9F7210;
	font-size:10pt;
	font-weight:bold;
	padding-left:5px;
}

.header
{
	color: #3161a5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.subtitle 
{
	color: #3161a5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	margin:10px 0;
}

.title
{
	color: #3161a5;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	margin:15px 0;
}


/*-----BASIC LAYOUT-----*/

body
{
	background:#4E4848;
	color:#000000;
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
}

#pageWrapper
{
	border:solid 1px #999999;
	margin:0 auto;
	margin-top:10px;
	width:920px;
}


#header
{
	height:108px;
	position:relative;
	width:100%;
}

#main
{
	position:relative;
	width:100%;
    background-color: #000000;
}

#footer
{
	color:#CCCCCC;
	font-size:8pt;
	margin:0 auto;
	width:920px;
}




/*-----HEADER-----*/

#headerLeft
{
	float:left;
	height:108px;
	width:272px;
}

#headerRight
{
	background: url(/IHD/images/ihd-top-pic2.gif) no-repeat;
	float:right;
	height:108px;
	width:600px;
}


/*-----MAIN-----*/

#contentWrapper
{
	background:#FFFFFF;
	float:left;
	min-height:450px;
	width:735px;
}

#content
{
	background-color:#FFFFFF;
}

.equalHeight
{
	/* THIS CLASS IS USED WITH JQUERY TO SET THE COLUMN HEIGHTS TO BE EQUAL */
}

#navLeft
{
	background:#000000 url(/IHD/images/French_blueblack.jpg) no-repeat top;
	float:left;
	font-size:10pt;
	min-height:450px;
	width:185px;
}

#navLeft .menuItem
{
	background-color:#215DB5;
	border:solid 1px #DADADA;
	color:#FFFFFF;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:9pt;
	font-weight:bold;
	height:25px;
	line-height:25px;
	margin:5px 0 5px 15px;
	padding-left:5px;
	text-decoration:none;
	width:135px;
}

#navLeft a:hover
{
	background-color:#7E83BB;
}

#navTop
{
	background:url(/IHD/images/ihd-topnav-backg.gif) repeat-x;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	height:25px;
	line-height:25px;
	text-align:center;
	width:735px;
}

#navTop a
{
	text-decoration:none;
	color:#215db5;
}

#navTop a:hover
{
	color:#F7F3E0;	
}

#phMain
{
	margin:25px 10px 0 15px;
	
}


/*-----FOOTER-----*/

#footerLeft
{
	float:left;
}

#footerRight
{
	float:right;
	text-align:right;
}

#footer a
{
	color:#CCCCCC;
}


