body
{
	font-family: arial,helvetica;
	font-size: 88%;
	background-color: #EFEFEF;
	margin: 0;
	padding: 10px 0 10px 0;
}

p
{
	margin: 0 0 1em 0;
}

h1,h2,h3,h4,h5,h6
{
	margin: 0;
	padding: 0;
}

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

img 
{
	vertical-align: bottom;
}

a img
{
	border: none;

}

ul,li
{
	margin: 0;
	padding: 0;
}



#page_container
{
	width: 1000px;
	margin: auto;
	background-color: white;
}

#headcontainer
{
	width: 100%;
	height: 139px;
	clear: both;

}
.image1
{
	background: url(../images/subheader1.gif) no-repeat;
}
.image2
{
	background: url(../images/subheader2.gif) no-repeat;
}
.image3
{
	background: url(../images/subheader3.gif) no-repeat;
}


#headcontainer h1
{
	float: left;
	color: #FFF;
	font-size:1.1em;
	font-weight: bold;
	position: relative;
	top: 60px;
	left: 420px;
}

#headcontainer p
{
	float: right;
	color: #FFF;
	font-size:1.3em;
	font-weight: bold;
	position: relative;
	top: 75px;
	right: 30px;
}

#headcontainer a:hover
{
	color: #3C52A4;
}

#navbar
{
	margin: 2px 0 0 0;
	width: 100%;
	height: 28px;
	background: url(../images/navbar.gif) repeat-x;
}

#navbar a
{
	line-height: 28px;
	margin-left: 32px;
	color: white;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
}
#navbar a:hover
{
	color: #F48E24;
}


#maintext
{
	float: left;
	width: 635px; /*695*/
	padding: 15px 35px 0 25px;
	color: #3C52A4;
	display: inline; /*ie6*/
	text-align: justify;
}

#maintext h1
{
	color: #F48E24;
	font-size: 3em;
	line-height: 70%;
	margin: 0 0 0.5em 0;
}

#maintext h1 span
{
	color: #3C52A4;
	font-size: 0.75em;
	
}

#maintext a
{
	color: #3C52A4;
	font-weight: bold;
}

#right1
{
	float: right;
	width: 305px; /*305*/
	height: 46px;
	background: #F49221 url(../images/right1.gif) no-repeat;
	margin: 2px 0 2px 0;
	display: inline; /*ie6*/
}

#right1 p
{
	padding: 6px 0 0 20px;
	color: #FFF;
	font-weight: bold;
	margin: 0;
}

#right2
{
	float: right;
	width: 305px;
	height: 242px;
	background: #DDDDDD url(../images/right2.gif) no-repeat;
	margin: 0 0 2px 0;
	display: inline; /*ie6*/
}



#right2 ul
{
	padding: 20px 0 0 20px;
	color: #3C52A4;
	list-style: none;
	font-weight: bold;
	font-size: 1.5em;
}


#right3
{
	float: right;
	width: 305px;
	height: 92px;
	background: #3D54A6 url(../images/right3.gif) no-repeat;
	margin: 0 0 2px 0;
	display: inline; /*ie6*/
}

#right3 p
{
	padding: 20px 20px 0 20px;
	color: #FFF;
	margin: 0;
}

#right3 a
{
	font-weight: bold;
}

#right3 a:hover
{
	color: #F48E24;
}






#images
{
	clear: both;
	margin: 0 0 0 40px;
	height: 106px;
}

#images img
{
	float: left;
	margin: 0 0 0 20px;
	border: solid 1px #BEBEBE;
}


#footer
{
	width: 1000px;
	margin: 5px auto;
	font-size: 0.75em;
	padding: 0 10px;
}

#footer a
{
	color: red;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover
{
	color: #3C52A4;
}

.right
{
	float: right;
}

.left
{
	float: left;
}

.bold
{
	font-weight: bold;
}

.clear
{
	clear: both;
}

.orange
{
	color: #F48E24;
	font-weight: bold;
}

.black
{
	color: #000;
}

.grey
{
	color: #CCC;
}
