body {
	background: #376190 url(img/bg.jpg);
	text-align: center;	/*IE Hack */
	font: 13px Tahoma, Arial, sans-serif;
}

h1 {
	font-size: 15px;
	padding: 0;
	margin: 0;
	margin-left: 10px;
}

h2 {
	font-size: 13px;
	padding: 0;
	margin: 0;
	margin-left: 10px;
}

a, a:visited {
	color: #1f1353;
	text-decoration: none;
	font-size: 11px;
}

a:hover {
	color: #8a5a98;
}

.img_right {
	padding: 3px;
	margin: 15px 0 5px 10px;
	border: #1f1353 1px solid;
}	

.img_left {
	padding: 3px;
	margin: 15px 5px 5px 0;
	border: #1f1353 1px solid;
}	


#wrap {
	margin: auto;
	text-align: left;		/* Fix IE Hack */
	width: 760px;
}

#bar {
	background-color: #376190;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
}

#header {
	height: 124px;
	background: url(img/logo_sm.jpg) top left no-repeat;
	border-bottom: #376190 3px solid;
}

#content {
}

#left_col {
	width: 140px;
	float: left;
	margin-left: 5px;
	margin-top: 10px;
}

	.small, .small a, .small a:link, .small a:visited, .small a:hover {
		font-size: 12px;
	}

	ul {
		list-style-type: none;
	} 

	li {
		margin-bottom: 5px;
	}

	.menu a {
		margin: 0 2px 0 -35px;
		height: 20px;
		display: block;
		text-decoration: none;
		color: #000;
	 }
	 
	.menu a:hover {
	}

	.menu a:active {
		background: gray;
		border: 1px solid gray; 
		color: #fff;
	}

#center {
	width: 575px;
	margin: 10px 10px 0 10px;
	float: left;
	text-align: justify;
}

	#center p {
		font-size: 13px;
		text-align: justify;
	}

#center a, #center a:visited {
	color: #1f1353;
	text-decoration: none;
	font-size: 13px;
}

#center a:hover {
	color: #8a5a98;
}

#right_col {
	margin-top: 10px;
	width: 140px;
	float: right;	/* IE Hack */
	margin-right: 5px;
}

	#right_col p {
		font-size: 13px;
		text-align: justify;
	}

#footer {
	clear: both;
	padding-top: 3px;
	margin-top: 5px;
	text-align: center;
	color: #fff;
	font-size: 11px;
}

	#footer a, #footer a:visited {
		color: #ddd;
	}

	#footer a:hover {
		color: 1f1353;
	}

.box_content {
	background: #fff; 
	border-right: 1px solid #1f1353; 
	border-left: 1px solid #1f1353;
	padding: 0 5px 0 5px;
}

	.box_content a, a:visited {
		color: #1f1353;
		font-size: 14px;
		text-decoration: none;
	}

	.box_content a:hover {
		color: #a0bfc4;
	}


.b1, .b2, .b3, .b4 {
	font-size: 1px;
	overflow: hidden;
	display: block;
}
.b1 {
	height: 1px; 
	background:#1f1353; 
	margin: 0 5px;
}

.b2 {
	height: 1px; 
	background: #fff; 
	border-right: 2px solid #1f1353; 
	border-left: 2px solid #1f1353; 
	margin: 0 3px;
}

.b3 {
	height: 1px; 
	background: #fff; 
	border-right: 1px solid #1f1353;
	border-left: 1px solid #1f1353; 
	margin: 0 2px;
}

.b4 {
	height: 1px; background:#fff; 
	border-right: 1px solid #1f1353;
 	border-left: 1px solid #1f1353; 
	margin: 0 1px;
}


#slantedmenu{
font-size: 90%;
margin-bottom: 10px;
}

#slantedmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#slantedmenu ul{
text-indent: 10px;
padding: 3px 0;
margin: 0;
background-color: #e0e0e0;
border: 1px solid #bebebe;
text-align: center; /*set value to "center" for example to center items*/
}

#slantedmenu ul li{
display: inline;
}

#slantedmenu ul li a{
color: #494949;
padding: 3px 0;
padding-right: 25px;
margin: 0;
text-decoration: none;
background: transparent url(img/slantdivider.gif) top right no-repeat;
}

#slantedmenu ul li a:visited{
color: #494949;
} 

#slantedmenu ul li a:hover{
color: black;
}