/* BODY */
body
 {
  margin: 			0px;
  padding:			0px;
  border: 			0px;
  overflow-y: 		auto;
  background-color: 	white;
  height: 			100%;
  width: 			100%;
  align:				center;
  font-family: 		Arial;
  font-size: 		14px;
  line-height:		21px;
  color:				#314050;
 }

h2
 {
  font-size:			17px;
 }

img
 {
  border:				0;
 }
 
#header
 {
  position:			relative;
  width:				100%;
  text-align:		center;
  background-color: 	#406AA9;
 }

#logo
 {
  position:			relative;
  margin-left:		auto;
  margin-right:		auto;
  width:				960px;
 }

#navbar
 {
  float:				left;
  position:			relative;
  width:				100%;
  text-align:		center;
  background-color: 	#F0F0F0;
  height:			40px;
 }

#navigation
 {
  position:			relative;
  float:				center;
  margin-left:		auto;
  margin-right:		auto;
  width:				960px;
  height:			40px;
  text-align:		left;
  display:			block;
 }

#navigation a
 {
  float:				left;
  margin-right:		5px;
  padding:			11px 15px 12px 15px;
  display:			inline;
  text-decoration:	none;
  font-size: 		17px;
  font-weight:		bold;
  color:				#314050;
 }

#navigation a:hover
 {
  background-color:	#314050;
  color:				white;
 }

#navigation .selected
 {
  background-color:	#314050;
  color:				white;
 }


#homebar
 {
  float:				left;
  position:			relative;
  width:				100%;
  text-align:		center;
  background-color: 	#314050;
  height:			5px;
 }


#subnavbar
 {
  float:				left;
  position:			relative;
  width:				100%;
  text-align:		center;
  background-color: 	#314050;
  height:			40px;
 }

#subnavigation
 {
  position:			relative;
  float:				center;
  margin-left:		auto;
  margin-right:		auto;
  width:				960px;
  height:			40px;
  text-align:		left;
  display:			block;
 }

#subnavigation a
 {
  float:				left;
  margin:			0;
  padding:			13px 15px 11px 15px;
  display:			inline;
  text-decoration:	none;
  font-size: 		13px;
  font-weight:		regular;
  color:				white;
 }

#subnavigation a:hover
 {
  color:				white;
  text-decoration:	underline;
 }

#subnavigation .selected
 {
  font-weight:		bold;
 }

#wrapper
 {
  float:				left;
  position:			relative;
  width:				100%;
  text-align:		center;
 }

#maincontent
 {
  float:				center;
  position:			relative;
  margin-left:		auto;
  margin-right:		auto;
  margin-top:		40px;
  width:				960px;
  text-align:		left;
 }

#articles
 {
  float:				left;
  position:			relative;
  margin-left:		15px;
  margin-top:		-20px;
  width:				550px;
  text-align:		left;
 }

#column
 {
  float:				left;
  position:			relative;
  margin-right:		25px;
  width:				250px;
  text-align:		left;
 }

#heading1
 {
  font-size:			17px;
  font-weight:		regular;
 }