body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../images/page_bg.jpg);
	background-repeat:repeat-x;
	background-color:#BFBFBF;
}
 /* Default link colors */
a:link		{ color: #003473; text-decoration: underline }
a:visited	{ color: #003473; text-decoration: underline }
a:active	{ color: #003473; text-decoration: underline }
a:hover		{ color: #88A4C7; text-decoration: none }

img {
	border:0px;
}
h1 {
	color:#003473;
	font-size:18px;
	margin:0px;
	margin-bottom:5px;
}

h2 {
	color:#003473;
	font-size:14px;
	margin:0px;
}
h3 {
	color:#003473;
	font-size:14px;
	margin:0px;
}
h4 {
	background-color:#FFFFFF;
	color:#003473;
	font-size:14px;
	margin-top:0px;
	margin-bottom:10px;
}
h5 {
	font-size:10px;
	color:#666666;
	margin-top:0px;
	margin-bottom:5px;
}

/* book list */
#book  {
	margin:0px;
	padding:0px;
}
#book li {
	margin-left:20px;
	margin-top:2px;
	margin-bottom:10px;
	list-style-image:url(../images/book_off.gif);
}
#book a:hover {
	list-style-image:url(../images/book_on.gif);
}

/* Page styles */
#header {
	
}

#menu {
	background:url(../images/menu_bg.gif);
	color:#FFFFFF;
}

#title {
	font-size:10px;
	border:1px #C6C6C6 solid;
	background-color:#FFFFFF;
	padding:5px;
}

#main_left {
	border:1px #C6C6C6 solid;
	background-color:#FFFFFF;
	padding:5px;
}

#main_right_inner {
	padding:5px;
	background-color:#FFFFFF;
	border-left:1px #C6C6C6 solid;
	border-right:1px #C6C6C6 solid;
	border-bottom:1px #C6C6C6 solid;
}

#footer {
	padding:5px;
	font-size:10px;
}

.clear {
	clear:both;
	height:0px;
	overflow:hidden;
}
/* Breadcrumbs */
#breadcrumbs {
	font-size:10px;
}
/* Joomla Styles */
.contentheading, .componentheading {
	color:#003473;
	font-size:18px;
	margin:0px;
	margin-bottom:5px;
	font-weight:bold;
}
