BODY {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

#header {
	height: 100px;
	background: #e4e9f1 url( images/mantra.jpg );
	background-repeat: no-repeat;
	background-position: top right;
}

#page {
	width: 800px;
	margin: auto;
}

#nav {
	background-color: #1d45a0;
	padding-top: 4px;
	padding-bottom: 3px;
	height: 18px;
	color: #ededed;
	font-size: 14px;
}

#nav a {
	color: #ededed;
	text-decoration: none;
	padding-left: 7px;
	padding-right: 7px;
}

#nav a:hover { color: white }

#left-bar {
	width: 229px;
	background-color: #e4e9f1;
	border-left: 1px solid #878787;
	border-right: 1px solid #878787;
}

.box-header { 
	color: #ededed;
	text-align: center;
	font-size: 14px;
	background: #d4dde8 url( images/bar/box-header.gif );
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 7px;
	margin-top: 0px;
	
	width: 190px;
	height: 19px;
	padding-top: 3px;
}

.box {
	background: #d4dde8 url( images/bar/box-bottom.gif );
	background-position: bottom;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	width: 170px;
	text-align: left;
	margin-left: 19px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.box-bottom {
	background: #d4dde8 url( images/bar/box-bottom.gif );
	margin: -10px;
	margin-top: 0px;
	width: 190px;
	height: 11px;
}

	
.info-button {
	background: #1d45a0 url( images/button.gif );
	margin-left: 19px;
	margin-top: 20px;
	height: 20px;
	width: 160px;
	color: #ededed;
	font-size: 12px;
	padding-top: 5px;
	padding-left: 30px;
	text-align: left;
}

.info-button a { color: #ededed; }
.info-button a:hover { color: white; }

.box-header a { color: #ededed; }
.box-header a:hover { color: white; }

.button {
	display: block;
	background: #1d45a0 url( images/button.gif );
	margin-left: 19px;
	margin-top: 20px;
	height: 21px;
	width: 190px;
	color: #ededed;
	font-size: 14px;
	padding-top: 4px;
}

#content {
	padding: 25px;
	padding-top: 20px;
	border-right: 1px solid #878787;
	line-height: 16px;
}

A { text-decoration: none; color: #1d45a0; }
A:hover { text-decoration: underline; }
#content A:link { font-weight: bolder; text-decoration: underline; }
#content A:hover { font-weight: bolder; text-decoration: underline; }
#content A:visited { font-weight: bolder; text-decoration: underline; }

#content UL A:link { text-decoration: none; }
#content UL A:hover { text-decoration: underline; }

H1 {
	padding: 0px;
	margin: 0px;
	font-size: 20px;
	font-weight: normal;
	font-family: serif;
	margin-bottom: 15px;
	
}

H2 {
	padding: 0px;
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: normal;
	color: #143278;
	padding: 0px;
	padding-top: 1px;
	margin-top: 20px;
	margin-left: -25px;
	margin-right: -25px;
	padding-left: 25px;
	background-color: #eee;
	line-height: 22px;
	
}

H3 {
	padding: 0px;
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: normal;
	color: white;
	padding: 0px;
	padding-top: 1px;
	margin-top: 20px;
	margin-left: -26px;
	margin-right: -26px;
	padding-left: 26px;
	background-color: #1d45a0;
	line-height: 22px;
	
}

#content H3 A { color: white; text-decoration: none; }
#content H3 A:hover { color: white; text-decoration: none; font-weight: normal; }

B { color: #222; }

#content B { color: #1d45a0; }

UL.rb { list-style-image: url( images/bullet.gif ); }

#copyright {
	background-color: #1d45a0;
	padding: 3px;
	padding-top: 6px;
	height: 16px;
	color: #ededed;
	font-size: 11px;
}

#copyright a {
	color: #ededed;
	text-decoration: none;
}

#footer {
	margin-top: 3px;
	margin-bottom: 20px;
	font-size: 10px;
}





