@charset "utf-8";

html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr {
  margin:0px;
  padding:0px;
  border:0px;
  border-collapse:separate;
  border-spacing: 0px;
}
input,select {
  margin:0;
  padding:0;
}

body {
color: #333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
background-image: url(Images/background-gradient.jpg);
background-repeat: repeat-x;
line-height: 1.5;
background-color: #FFFFFF;
}

a:link { 
	text-decoration: none; 
	color: #002BB8;
	font-weight: bold;
	}
a:visited { 
	text-decoration: none; 
	color: #002BB8;
	font-weight: bold;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #002BB8;
	}

h1 {
	font-size: 24px;
	}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
}


ul.w {
	list-style: url(images/w.gif);
	line-height: 2em;
	}

p {margin-bottom:15px;}

#container {
	/* This centers everything. */
	position:relative;
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: repeat-y;
	overflow: visible;
	}

#top {
	margin-top: 0px;
	background-repeat: no-repeat;
	height: 140px;
	width: 900px;
	margin-bottom: 0px;
	background-position: top;
	}
	
#nav {
	font-family:Georgia, "Times New Roman", Times, serif;
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 700px;
	height: 25px;
	left: 200px;
	top: 95px;
	right: 0px;
	text-align: left;
	}
	
#nav a:link {
	text-decoration: underline; 
	color: #E6E6E6;
	font-weight: bold;
	}
	
#nav a:visited { 
	text-decoration: underline; 
	color: #E6E6E6;
	font-weight: bold;
	}
	
#nav a:hover, #nav a:active {
	text-decoration: underline; 
	color: #F6D121;
	}

#banner {
	position:absolute;
	left:400px;
	right:0px;
	top:34px;
	bottom:90px;
	height:56px;
	padding-left:2px;
	background-color:#999999;
	border-style:solid;
	border-width:1px;
	border-color:#FFFFFF;
	background-image:url(Images/banner.gif);
	background-repeat:repeat-x;
	}

#main {
	/* This makes sure the faux columns tile down no matter how long either "column" is! */
	text-align: left;
	background-image: url(Images/body.gif);
	background-repeat: repeat-y;
	text-align: left;
	margin-top: -1px;
	margin-bottom: -1px;
	width: 900px;
	}
	
#left-body {
	margin-left: 0px;
	padding-left: 10px;
	width: 500px;
	margin-top: 25px;
	margin-bottom: 1px;
	text-align: left;
	min-height: 330px;
}

#bodytext {
	margin-left: 238px;
	margin-right: 415px;
	margin-top: -1px;
	margin-bottom: 1px;
	position: static;
	}
	
#sidebar {
	padding-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
	width: 200px;
	padding-right: 0px;
	font-size: 14px;
	text-align:center;
	clear: none;
	margin-top: 0px;
	position: absolute;
	top: 0px;
	}
	
#nav {
	width: 700px;
	left: 200px;
	padding-right: 10px;
	font-weight: bold;
	font-size: 20px;
	text-align: right;
	}

#bottom {
	margin-top: 0px;
	background-image: url(Images/bottom.gif);
	height: 165px;
	width: 900px;
	background-position: top;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
#right {
	position: absolute;
	top: 160px;
	left: 590px;
	height: 360px;
	width: 300px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

#align-right {
	text-align: right;
}

/* Especially designed for contact page! */

#left-contactform {
	margin-left: 0px;
	padding-left: 10px;
	width: 200px;
	margin-top: 25px;
	margin-bottom: 1px;
	text-align: left;
	min-height: 330px;
}

#right-contactform {
	position: absolute;
	margin-left: 0px;
	padding-left: 10px;
	width: 300px;
	margin-top: 25px;
	margin-bottom: 1px;
	text-align: left;
	min-height: 330px;
	left: 230px;
	top: 185px;
}