body {
	margin: 0;
	padding: 0;
	background-color:#0443b5;
	background-image: url(/images/gradient.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
		}
body, td, pre, input, textarea, select {
	font-family: "Arial Narrow", Arial, "Helvetica Narrow", sans-serif;
	font-size: 16px;
	color: #00F;
	}
	
a, area, label {
	outline: none;
	}
a:link {
	color: #00F;
	font-weight: normal;
	text-decoration: underline;
	}
a:visited {
	color: #00F;
	font-weight: normal;
	text-decoration: underline;
	}
a:active {
	color: #00F;
	font-weight: normal;
	text-decoration: underline;
	}
a:hover {
	color: #00F;
	font-weight: normal;
	text-decoration: underline;
	}
img {
	border: 0 none;
	}	

p	{
	font-family: "Arial Narrow", Arial, "Helvetica Narrow", sans-serif;
	text-align: justify;
	}

p, ol, ul, li, form, pre {
	margin-top: 0;
	}
p, ol, ul, form {
	margin-bottom: 1.4em;
	}
p, li, pre, dt, dd {
	line-height: 1.3;
	}
	

/* --------- Headings --------- */
h1, h2, h3, h4, h5, h6 {
	font-size: 16px;
	margin: 0 0 4px 0;
	padding: 0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}

h1 {
	font-size: 19px;
	padding: 5px;
	font-weight: bold;
	color: #00F;
	border: 2px solid #00F;
	text-align: center;
	}

h2 {
	font-size: 16px;
	color: #00f;
	}
h3 {
	font-size: 16px;
	color: #00f;
	}
.definition {
	font-size: 16px;
	font-weight: bold;
	}	

.center {
	text-align: center;
	}
	
/*------ Lists -------*/
li {
	margin-bottom: 4px;
	}
li ul, 
li ol {
	margin-top: 4px;
	}
ul {
	list-style-type: square;
	}
ul ul {
	list-style-type: circle;
	margin-bottom: 10px;
	}
ol ol {
	/*list-style-type: lower-alpha;*/
	margin-bottom: 10px;
	}
	


/* ----- Main Divs ----- */
#mother {
	margin: 0 auto 0 auto;
	padding: 0;
	position: relative;
	width: 990px;
	background-color:#fff;
	}

#banner {
	margin: 0 auto 5px auto;
	padding: 0;
	width: 990px;
	height: 144px;
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	clear: left;
	}
#menu	{
	position:absolute;
	top:144px;
	width:990px;
	height:30px;
	}
#content {
	margin: 40px auto 0 auto;
	padding: 0px 0 0px 0;
	width: 970px;
	min-height: 700px;
	background-color:#fff;
	}
#leftcolumn	{
	width: 225px;
	margin: 0 15px 0 auto;
	padding: 0 0 0 0 ;
	top: 415px;
	float: left;
	min-height: 700px;
	}
#recentnews {
	width: 100%;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #ff6600;
	}	
#information {
	float: right;
	width: 720px;
	}
#footer {
	clear: both;
	height: 135px;
	width: 990px;
	color: #00F;
	font-family: "Arial Narrow", Arial, "Helvetica Narrow", sans-serif;
	}
#footermenu {
	width: 990px;
	color: #00f;
	border: 2px solide #ccecff;
	height: 25px;
	margin-bottom: 15px;
	background-color: #ccecff;
	}
#footermenu a, area, label {
	outline: none;
	font-family: Chisel, "TW Cen MT", Arial, Helvetica, sans-serif; 
	}
#footermenu a:link {
	color: #00f;
	font-weight: normal;
	text-decoration: none;
	font-family: Chisel, "TW Cen MT", Arial, Helvetica, sans-serif; 
	}
#footermenu a:visited {
	color: #00f;
	font-weight: normal;
	text-decoration: none;
	font-family: Chisel, "TW Cen MT", Arial, Helvetica, sans-serif; 
	}
#footermenu a:active {
	color: #00f;
	font-weight: normal;
	text-decoration: none;
	font-family: Chisel, "TW Cen MT", Arial, Helvetica, sans-serif; 
	}
#footermenu a:hover {
	color: #00f;
	font-weight: normal;
	text-decoration: underline;
	font-family: Chisel, "TW Cen MT", Arial, Helvetica, sans-serif; 
	}
.dropcap {
	float: left;
	font-family: "Arial Narrow", Arial, "Helvetica Narrow", sans-serif;
	font-size:130px;
	font-weight: normal;
	line-height: 90px;
	margin: 0;
	padding: 10px 15px 60px 5px;
	color:#0000ff;
}
