﻿/* Elements */

body {
	background: #4096EE url("../images/back3.jpg") fixed center top repeat-x; 
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}

h1 {
}

h3 {
	margin-top: 0px;
}

h2 {
	margin-top: 0px;
}

h6 {
}

h5 {
}

h4 {
}

blockquote {
}

dl {
}

ul {
}

ol {
}

p {
}

a {
	color: #1B4978;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 600px;
	margin: 0 auto 0 auto;
}

#header h1 {
	float: left;
	margin: 0px;
	padding-top: 20px;
	padding-bottom:10px;
	font-size: 42px;
	letter-spacing: -2px;
}

#header h2 {
	float: right;
	margin: 10px 0px 0px 0px;
	padding-top: 28px;
	font-size: 16px;
	letter-spacing: -1px;
	color: #000000;
}

#header a {
	text-decoration: none;
	color: #000000;
}

/* Menu */

#menu {
	width: 600px;
	margin: 0 auto 0 auto;
	text-align: center;
}

#menu { background-color:white; background-attachment: scroll; background-repeat: repeat; background-position: 0 1px;}

/* Content */

#content {
    width: 598px;
	margin: 0px auto;
	border:1px black solid;
	background-image:url('../images/contentgif.gif');background-repeat:repeat;
}

#colOne {
   	float: right;
	width: 448px;
	margin-top: 20px;
	padding-right: 20px;
	
}

#colTwo {
	float: left;
	width: 180px;
	margin-top: 20px;
	padding-right: 2px;
	padding-left: 5px;
	  
}

#colTwo ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

#content h1 {
	background-color: #B2D4F7;
	padding: 5px 0px 5px 5px;
	color: #173E68;
}

#content h2 {
	background-color: #B2D4F7;
	padding: 5px 0px 5px 5px;
	text-transform: uppercase;
	font-size: 16px;
	color: #173E68;
}

#content h3 {
	color: #2F73B8;
}
/* Footer */

#footer {
	clear:both;
	width: 598px;
	margin: 0px auto;
	padding: 3px 0px 0px 0px;
	height: 50px;
	background: #60b905;
	border-left :1px black solid; 
	border-right:1px black solid; 
	border-bottom:1px black solid
	
}

#footer p {
	margin: 0px;
	padding-top: 15px;
	text-align: center;
	font-size: 11px;
	color: #000000;
}

#footer a {
	color: #666666;
}

#footer a:hover {
	color: #333333;
}