body {
background-color:#bcc7cc;
margin:0px;
padding:0px;
text-align:center;
}

/*LAYOUT DIVS */

#wrapper {
position:relative;
margin-left:auto;
margin-right:auto;
width:950px;
text-align:left;
}

#pagecell1{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:950px;
	
}

#header {
width: 950px;
height:304px;
position: relative;
margin-right:auto;
margin-left:auto;
padding:0px;
background-image:url(images/header.png);
background-repeat:no-repeat;
}

#content {
position:relative;
width:950px;
margin:0;
padding:0px;
background-image:url(images/content_bg.gif);
background-repeat:repeat-y;
overflow:hidden;
}

#note {
background-image:url(images/note_bg.png);
background-repeat:none;
}

#box {
width: 300px;
margin-left:70px;
margin-top:0px;
padding-top:20px;
}

#bottomlogo {
margin-right:20px;
}

#logo {
margin-left:60px;
padding-top:20px;
}

#bottom {
width:950px;
height:35px;
margin-top:0px;
padding:0px;
background-image:url(images/bottom.png);
background-repeat:no-repeat;
overflow:hidden;

}

#footer {
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:12px;
}

#article_links {
float:right;
padding:10px;
margin:15px 50px 15px 15px;
width:225px;
border:1px solid black;
	}
	




/*TEXT STYLES */

a {
color:#186799;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;

}

a:HOVER {
text-decoration:underline;
}

h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
color:#FFFFFF;
}

#content h1 {
font-size:18px;
color:  #000000;
font-family:  Arial, Helvetica, sans-serif;
margin-left: 60px;
margin-top:0px;
}

h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
color:#aafa6b;
font-weight:normal;
}

h3 {
font-size:18px;
color:  #000000;
font-family:  Arial, Helvetica, sans-serif;
margin-left:60px;
margin-top:0px;
}

h4 {
font-size:20px;
color:#000000;
font-family:Arial, Helvetica, sans-serif;
margin-top:0px;
}

h5 {
font-size:18px;
color:#003399;
font-family:Arial, Helvetica, sans-serif;
margin-top:0px;
}

h6 {
font-size:18px;
color:#000099;
font-family:Arial, Helvetica, sans-serif;
margin-top:0px;
}

p {
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
margin-left:60px;
margin-right:60px;
margin-top:0px;
}

.white {
color:#FFFFFF;
}

#footer a {
color:#000000;
text-decoration:none;

}

#footer a:HOVER {
text-decoration:underline;
}
.errortext
	{
		font-size:14px;
		font-family: Arial;
		font-style:normal;
		line-height: normal;
		font-weight:bold;
		font-variant: normal;
		text-transform: none;
		color:#FF0000;
		text-decoration: none;
	}
	.heading
	{
		font-size: 13px;
		font-family: Arial;
		font-style:normal;
		line-height: normal;
		font-weight:bold;
		text-transform: none;
		color:#000000;
		text-decoration: none;
	}
	
	.maintext
	{
		font-size:12px;
		font-family: Arial;
		font-style:normal;
		line-height: normal;
		font-weight:normal;
		text-transform: none;
		color:#186799;
		text-decoration: none;
	}

	.maintext a
	{
		font-size:12px;
		font-family: Arial;
		font-style:normal;
		line-height: normal;
		font-weight:normal;
		text-transform: none;
		color:#186799;
		text-decoration: none;
	}
	
	#article_links a {
color:#186799;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
line-height:24px;
}

#article_links a:HOVER {
text-decoration:underline;
}

#article_links h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#2379C2;

}
	
	
