/* CSS Document*/
/* Author Iris Website Design*/
/* Main Page Style*/
body
{ 
	font-size: 12px;
	font-family:Verdana;
	background:#f4f4f4; background-image:url(images/bg.jpg);
	text-align:center;
}
/*DIV Styles*/
#container
{ border:1px solid #7D0312; width:850px; background-color:#FFF;
}

#topheader
{ background-position:center;
background-image:url(images/global.gif);
background-repeat: no-repeat;
	background-color:#FFF;
	height:150px;
}


#navbar
{background-color: #7D0312;
height:42px;
}
#navbar ul li
{ list-style-type:none;
display:inline;
}

#navbar a
{	width:99px;
	height:20px;
    float:left;
	padding:10px 0;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	color: #FFFFFF;
	border:1px solid white;
}

#navbar a:hover
{ background-color: #CC3300;
width:99px;
	height:20px;
    float:left;
	padding:10px 0;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	color: #FFFFFF;
	border:1px solid white;
}

.navitemlast
{
	background-color:#A59274;
	padding: 5px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	color: #fff;
	width: 130px;
	margin-top:1px;
	margin-right:0px;
	float:left;
}


#main
{ width: 800px;	text-align:justify;	color: #2A3F55;	line-height: 1.6em; margin-bottom:20px; margin-top:15px;}



h1
{
	font-size:20px;
	font-weight:bold;
	padding-top: 5px;
}

.headertext1
{	font-size:14px;
	font-weight:bold;
}
.headertext2
{
	font-size:10px;
	font-weight:bold;
}
blockquote{font-size:10px;
font-style:italic;}

#footer
{	background-color: #FFFFFF;
	text-align:right;
	vertical-align:middle;
	height:80px;
	padding-top:5px;
	clear:both;
}

#link{border:1px dotted #999;}
a.link{ color:#666;}
a.link:hover{ color:#666; text-decoration:underline;}
a {text-decoration:none; color:#000; border-bottom:1px dotted gray;}
a:hover {text-decoration:none; color: #999;}
a.iwd{font-family:Georgia,Times,serif;font-size:9px;font-weight:normal;text-decoration:none;color: #7FBF55;}
