* {
	margin: 0;
	padding: 0;
}

#clearer {
	clear: right;
	line-height: 0;
	height: 0;
}

body {
	font-family: sans-serif;
	font-size: 11px;
	background-color: #E2E2E2;
}

p, tr, td {
	text-align: justify;
	line-height: 1.5em;
	font-family: sans-serif;
	font-size: 11px;
}

tr, td {
	text-align: left;
}

ul {
	line-height: 1.3em;
}

li {
	margin-left: 15px;
}

a:link, a:visited, a:active {
	color: #40577C;
	text-decoration: none;
	font-weight: bold;
}

input, textarea {
	font-size: 10px;
	color: #40577C;
	border: 1px solid #40577C;
}

select {
	font-size: 10px;
	color: #40577C;
	border: 1px solid #40577C;
}

a:hover {
	color: #C1C8D6;
}

img.contentimages {
	padding: 10px;
}

table.moduletable_loginmod {
	border-bottom: 1px solid black;
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 100%;
}

table.moduletable_loginmod a:hover {
	color: #000000;
}

table.moduletable_search {
	border-bottom: 1px solid black;
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 100%;
}

table.moduletable_search input {
	background-color: #E2E2E2;
	font-size: 10px;
	color: #40577C;
	border: 1px dotted #000000;
}

table.moduletable th {
font-variant: small-caps;
font-weight: bold;
	font-size: 14px;
	padding: 4px;
	color: #000;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
}

table.contentpaneopen {
	margin-left: 5px;
	margin-right: 5px;
}

.componentheading {
	font-size: 35px;
	color: #40577C;
	border-bottom: 2px solid #C1C8D6;
	padding-bottom: 2px;
	margin-bottom: 10px;
}

.contentpagetitle, .contentheading {
	font-size: 16px;
	color: #40577C;
	font-weight: bold;
	font-variant: small-caps;
}

.contentheading {
	padding-left: 5px;
	padding-right: 5px;
	border-left: 2px solid #C1C8D6;
	border-bottom: 2px solid #C1C8D6;
}

#headercontainer  {
	background-image: url("../images/background.gif");
	background-repeat: repeat-y;
	margin: auto;
	width: 850px;
}

#maincontbottom  {
	background-image: url("../images/bottomback.gif");
	background-repeat: no-repeat;
	width: 850px;
	height: 40px;
	float: left
}

#header  {
	background-image: url("../images/header.jpg");
	background-repeat: no-repeat;
	margin: auto;
	width: 800px;
	height: 200px
}

#monthcontainer {
	width: 400px;
	height: 200px;
	float: left;
}

#monthtitle {
	position: relative;
	top: 120px;
	float: none;
	left: 40px;
	text-align: left;
	font-size: 55px;
	color: #333333;
}

#mainmenu {
	width: 105px;
	height: 170px;
	top: 16px;
	float: left;
	left: 18px;
	position: relative;
	line-height: 12px;
	clear: none;
	text-align: left;
}

a.mainlevel_mainmenu:link, a.mainlevel_mainmenu {
	color: #40577C;
	font-weight: bold;
	text-decoration: none;
}

a.mainlevel_mainmenu:hover {
	color: #C1C8D6;
}

#active_menu_mainmenu {
	color: #000000;
}

#mainmenu ul {
	list-style: none;
}

#mainmenu li {
	padding-bottom: 5px;
	font-size: 11px;
	margin: 0px;
}

.mmleft {
}

.mmcentre {
	margin-left: 25px;
}

.mmright {
	margin-left: 25px;
}

#contentcontainer {
	background-image: url("../images/background.gif");
	background-repeat: repeat-y;
	margin: auto;
	width: 850px;
}

#mainbody {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 35px;
	width: 610px;
}

#submenucontainer {
	width: 159px;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #C1C8D6;
	float: right;
	margin-right: 25px;
	padding: 5px;
	clear: none;
}

#submenucontainer a:hover {
	color: #E2E2E2;
}

table.moduletable_submenu {
	border-bottom: 1px solid black;
	margin-bottom: 10px;
	width: 100%;
}

table.moduletable_banners {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #C1C8D6;
}

a.mainlevel_submenu, a.mainlevel_submenu:link {
	color: #40577C;
	font-weight: bold;
	text-decoration: none;
	list-style: none;
}

a.mainlevel_submenu:hover {
	color: #E2E2E2;
}

#active_menu_submenu {
	color: #000000;
}

#submenucontainer ul {
	list-style: none;
}

#submenucontainer li {
	padding-bottom: 5px;
	font-size: 11px;
	margin-left: 10px;
	list-style: none;
}

#footer {
	border-top: 2px dotted black;
	width: 780px;
	margin-left: 25px;
	text-align: center;
	padding: 10px;
	font-size: 11px;
	font-family: serif;
}

/* CONTENT STYLING */

.callout {
	border: 1px dotted #40577C;
	width: 150px;
	min-height:50px;
	padding: 15px;
	background-color: #E2E2E2;
	background-image: url("../images/calloutquote.gif");
	background-repeat: no-repeat;
	font-size: 14px;
	font-family: serif;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 16px;
	text-align: left;
	font-variant: small-caps;
}

.onleft {
	float: left;
	margin-right: 10px;
}

.onright {
	float: right;
	margin-left: 10px;
}

.leadingchar {
	font-size:18px;
	color: #40577C;
}

.articletitle {
	font-size:32px;
	line-height: 32px;
	text-align: left;
	color: #40577C;
	padding-bottom: 2px;
	margin-top:10px;
	margin-bottom: 10px;
	font-variant: small-caps;
	background-image: url("../images/titleswoosh.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
}

.articleauthor {
	font-family: serif;
	font-size: 14px;
	color: #40577C;
	text-align: right;
	font-variant: small-caps;
	margin-top: 5px;
}

.headone {
	font-family: serif;
	font-size: 20px;
	color: #40577C;
	font-weight: bold;
	margin-bottom: 5px;
	font-variant: small-caps;
}

.headtwo {
	font-family: serif;
	font-size: 16px;
	color: #40577C;
	font-weight: bold;
	margin-bottom: 5px;
	font-variant: small-caps;
}

.headthree {
	font-family: sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 5px;
}

.imageL {
	float: left;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.imageR {
	float: right;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.imageC {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.imagecapt {
	font-size: 10px;
	text-align: center;
	color: #40577C;
	margin-top: 5px;
}