/* CSS Document */

/* 
* Elements 
*/
html
{
	font-size: 100% !important;
}

body
{
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	background: url(../images/idobg.gif);
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 1.3em;
}

a
{
	color: #990000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

hr
{
	color: #df5238;
	border-style: solid;
	border-width: thick;
}


/*
* Element IDs
*/
#date
{
	width: 33%;
	float: left;
	background-color: #df5238;
	height: 17px;
	font-size: small;
	color: #ffffff;
	text-align: right;
	padding-right: 1%;
}


#navbox
{
	color: #990000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 194px;
	background-color: #fbd8cf;
	float: left; /*margin-bottom: 25px;*/
}

#navlogoimg
{
	padding-left: 30px;
	padding-top: 15px;
}

#navbox ul
{
	list-style-type: none;
	list-style-position: outside;
	padding-left: 5pt;
	margin-top: 2pt;
	margin-bottom: 10pt;
}

#contactbox
{
	margin-top: 2pt;
	padding-left: 5pt;
	padding-bottom: 25pt;
}

#linkbox
{
	height: 289px;
	width: 278px;
	text-align: center;
	background-color: #fbd8cf;
	float: right;
	margin-left: 15pt;
	border-color: #990000;
	border-style: solid;
	border-width: thin;
}

#linkbox img
{
	height: 90px;
	width: 90px;
}

#linkbox table td
{
	border-style: hidden;
	border-width: 0pt;
	padding: 0pt;
}

#logoheader 
{
	text-align: center;
	margin-top: 40pt;
	margin-bottom: 20pt;
}

#footer
{
	clear: both;
}


#rightpicturebox
{
	background-color:transparent;
	float: right;
	margin-left: 15pt;
	width: 100px;
	margin-top: 5em;
	margin-right: 50px;	
	font-size: x-small;
}

#rightpicturebox img
{
	width: 100px;
	height: 100px;
}

/*
* Classes
*/

.divider
{
	color: #df5238;
	border-style: solid;
	border-width: thin;
	width: 75%;
}

.specialheading 
{
	color: #df5238;
	font-weight: bold;
}
.welcome
{
	width: 33%;
	float: left;
	background-color: #df5238;
	color: #ffffff;
	height: 17px;
	font-size: small;
	text-align: center;
}

.stripe1
{
	background-color: #fbd8cf;
	height: 7px;
}

.stripe2
{
	background-color: #df8674;
	height: 10px;
}

.smallHeading
{
	height: 0.75em;
	padding-left: 5pt;
	font-size: small;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}


.mainbody
{
	margin-left: 200px;
	margin-right: 150px;
	padding-left: 10pt;
	padding-bottom: 1em;
	font-size: small;
}

.emphasis
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.centered
{
	text-align: center;
}

.required
{
	color: #FF0000;
	font-size: x-small;
}
