@CHARSET "ISO-8859-1";

html {
	height: 100%;
}

* {
	margin:0;
	padding:0;
}

body {
	background: -moz-linear-gradient(top, #0000fe 0%, #77AAEE 100%); /* firefox */	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0000fe), color-stop(100%,#77AAEE)); /* webkit */

	margin:0;
	padding:0;
	font-family: Verdana,sans-serif;
	font-size: 1em;
	color: #333;
	font-weight: 300;
	letter-spacing: 1px;
}

table {
	width: 100%;
	text-align: left;
}

th, td {
	padding: 10px 10px;
}

th {
	color: #666;
	background: #ccc none repeat-x scroll left top;
}

p {
	line-height: 1.9em;
	margin-bottom: 20px;
}

a {
	color: #4297D8;
	text-decoration: none;
}

a:hover {
	color: #D63843;
}

a:focus {
	outline: none;
}

a.button { 
  	background: #4498D8;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    font-size: 0.8em;
    padding: 1px 10px;
    letter-spacing: 1px;
	border: none;
    text-decoration: none;
}

a.button:hover {
	background:#3892D6;
}

h1 {
	color: #000;
	font-size: 2.7em;
	font-family: Verdana,sans-serif;
	text-transform: uppercase;
}

h2 {
	color: #222;
	font-size: 2.2em;
	letter-spacing: -1px;
	font-weight: bold;
	padding: 0 0 5px;
	margin: 0;
}

h3 {
	color: #3892D6;
	font-size: 1.9em;
	margin-bottom: 10px;
	letter-spacing: -1px;
}

h4 {
    color: #555;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 10px;
}

h5 {
	padding-bottom: 10px;
	font-size: 1em;
	color: #999;
}

h6 {
	font-size: 1.1em;
}

ul, ol {
	margin: 0 0 35px 35px;
}

li {
	padding-bottom: 5px;
}

li ol, li ul {
	font-size: 1.0em;
	margin-bottom: 0;
	padding-top: 5px;
}

code, blockquote {
	display: block;
	border-left: 5px solid #222;
	padding: 10px;
	margin-bottom: 20px;
}
code {
	background-color: #222;
	color:#ccc;
	border: none;
}
blockquote {
	border-left: 5px solid #222;
}

blockquote p {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	color: #333;
	height: 1%;
}

form input, form select, form textarea {
	padding: 5px;
	color: #333333;
	border: 1px solid #ddd;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

form input.formbutton {
	border: none;
	background: #4498D8;
	color: #ffffff;
	font-weight: bold;
	padding: 6px 10px;
	font-size: 0.8em;
	letter-spacing: 1px;
	width: auto;
	overflow: visible;
}

form.searchform input {
  font-size: 0.9em;
    padding: 6px;
}

form.searchform p {
	margin: 5px 0;
}

/* CLASSES */
.clear {
	clear: both;
}

.width {
	margin: 0 auto;
}

.two-column {
	width: 75%;
	margin: 0 1%;
}

.code {
	font-size: 1.4em;
	font-weight: bold;
	background-color: aqua;
}

/* DIV ID */
#main_int {
	width: 95%;
	margin-left: auto;
	margin-right: auto;	
	padding: 0 5 0 5;
 	background-color: #ffffff;
 	text-align: left;
}

#header {
	background-color: #0000fe;
}

#mainbar {
	background-color: #ddddff;
	height: 30px;
	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid;
	padding: 5px 5px 0px 5px;
	text-align: right;
}

#pathway {
	background-color: #eeeeff;
	height: 22px;
	border-bottom: #000000 1px solid;
	padding: 0px 5px 0px 25px;
}

#body {
	background: none;
	margin: 5px auto 0;
 	padding: 0;
	clear: both;
}

#content {
    float: left;
}

#news {
    float: left;
    width: 75%;
    line-height: 2em;
}

#sponsor {
    float: right;
    width: 20%;
}
