/*This is the core style sheet of the site.*/
body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	font-variant: normal;
	font-size: 0.8em;
	line-height: 1.7;
	text-align: justify;
	text-transform: none;
	background: #F5F2E4 none no-repeat;
}
h1 {
	font-size: 1.2em;
	color: #330165;
	text-align: center;
	letter-spacing: 2px;
	font-weight: bold;
}
	h2 {
	color: #000033;
	font-size: 1.1em;
	text-decoration: underline;
	text-align: left;
}

td {
	background-color: #Fff5BA;
	margin-left: 100px;
	padding-left: 5px;
}

#inner-image table tbody tr td table tbody tr.content th table tbody.class tr td {
	background-color: #3266CC;
}

table {
	
}

p {
	font-variant: normal;
	font-size: 0.8em;
	line-height: 1.7;
	text-align: justify;
	text-transform: none;
	color: #3f3f3f;
}

h3 {
	font-size: 1em;
	color: #000033;
}

#header {
	background-color: #ffffff;
	border-bottom: 2px solid #000000;
	padding: 10px 125px;
	color: #000033;
	font-weight: bold;
	line-height: 2.5px;
	font-size: .6em;
}

#id.content {
	
}

#outer-image {
	height: 199px;
	background: url(images/outer-image.jpg) repeat-x center top;
}
#inner-image {
	height: 199px;
	background: url(images/inner-image.jpg) no-repeat 198px;
}
#content {
	width: 779px;
}
#navbar {
	position: absolute;
	left: 0;
	right: 0;
	width: 198px;
	top: 300px;
}

#main-text {
	background-color: #ffffff;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000000;
	margin-left: 198px;
	padding: 10px;
}

#id.navbar {
	
}

ul {}
li {}

.footer {}
a {}
a:link {
	text-decoration: underline;
	color: #1C0A3A;
}
a:visited {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #666699;
	background-image: url(../images/background.jpg);
}
a:hover {
	background-color: #ccccff;
	text-decoration: none;
	color: #000033;
}
a:active {
	text-decoration: none;
	color: #000033;
	background-color: #ccccff;
}
p.footer {
	font-size: .5em;
	text-align: center;
	font-weight: bold;
}
