#page-container {
	width: 760px;
	margin: auto;
	background: #ffffff;

}
html, body {
	margin: 0;
	padding: 0;
}
a img {
	border: none;
} 

/******************************* Begin Columns *******************************/
#column1 {
	float:left;
	width: 80px;
	padding: 6px;	
}

#column2 {
	float:left;
	width: 350px;
	padding: 6px;
	background: #fafafa;
}

#column3 {
	float:left;
	width: 160px;
	padding: 6px;
}
#column4 {
	float:left;
	width: 710px;
	padding: 6px;
}

/******************************* End Columns *******************************/
body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 0.85em;
	line-height: 18px;
	color: #666666;
	background: #112048;
	background-image: url('../images/white.gif');
	background-repeat:repeat-x;
	background-position:top;
}
h1 {
	margin: 0;
	padding: 0;
}
.hidden {
	display: none;
}
#header {
	height: 163px;
}
#information {
	padding: 11px;
}

#content {
	padding: 12px;
}
#content .box1 {
	padding: 5px;
	background-image:url('../images/bg-container.gif');
	background-repeat:repeat-x;
	background-position:top;
	font-size: 0.9em;
	border: 1px solid #efefef;/*the border*/
	width: 500px;
	
}
#content .box1subheading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #435995;	
}

.box2 {
	padding: 5px;
	background-image:url('../images/bg-container.gif');
	background-repeat:repeat-x;
	background-position:top;
	width: 200px;
	float: right;
	font-size: 0.9em;	
	border: 1px solid #efefef;
	margin-bottom: 30px;
}
ul.arrow {
	list-style-type: none;
	padding: 0;
	margin: 0;
	line-height: 2.5em;
	list-style: disc url('../images/arrow1.gif') outside;
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: 1.3em;
	padding-bottom: 10px;
}
#content .box3 {
	padding: 5px;
	background-image:url('../images/bg-container.gif');
	background-repeat:repeat-x;
	background-position:top;
	font-size: 0.9em;
	border: 1px solid #efefef;/*the border*/
	width: 725px;
	
}

img.floatLeft { 
    float: left; 
    margin-right: 6px; 
    margin-bottom: 6px; 
}
img.floatRight { 
    float: right; 
    margin-left: 6px; 
    margin-bottom: 6px; 
}
#content .image {
	padding: 7px;
}
#content .image2 {
	padding-left: 7px;
	float: right;

}
#content a {
	color: #435995;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}
#content li {
	list-style-type: square;
	color: #435995;
}
#content li .text {
	color: #666666;
}
h2 {
	padding: 0;
	margin-bottom: 0.3em;
	font-size: 1.9em;
	line-height: 1.3em;
	color: #435995;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	padding: 0;
	margin-bottom: 0.3em;
	font-size: 1.4em;
	line-height: 1.3em;
	color: #b28a2d;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	margin: 0;
	padding: 0;
	padding-bottom: 2px;
	font-size: 1.4em;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}
#content p {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;

}

hr {
	border: none 0; 
	border-top: 1px solid #efefef;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 
/******************************* Menu 1 starts here *******************************/
#menu {
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #ffffff;
	padding: 8px;
	line-height: 18px;
	background-color:#112048;
}
#menu a {
	color: #ffffff;
	text-decoration: none;
}
#menu a:hover {
	color: #deb85d;
}
#menu a#current {
	font-weight: bold;
	color: #deb85d;
	border-bottom: 6px solid #b28a2d;/*the border*/
}
/******************************* Menu 1 ends here *******************************/

#footer {
	clear: both;
	height: 57px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	padding: 0px;
	line-height: 18px;
	background: url('../images/footer.gif') 0px 0px no-repeat;

}
#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #999999;
	text-decoration: underline;
}
#footer #altnav {
	width: 760px;
	float: center;
	text-align: center;
}
