a {
	text-decoration: underline;
}

a:link {
	color: rgb( 24, 67, 190 );
}

a:visited, a:active {
	color: rgb( 108, 119, 150 );
}

a:hover {
	color: rgb( 0, 0, 0 );
}

a.outside_link {
	background-image: url( 'earth.gif' );
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 16px;
}

body {
	font: small/1.3 "Georgia", "Helvetica", "Arial", sans-serif;
	background-color: rgb( 255, 255, 255 );
	color: rgb( 33, 33, 33 );
	margin: 0; padding: 0;
}

caption {
	text-align: left;
	font-weight: bold;
	padding: 5px 10px;
	background-image: url( 'h2.png' );
	background-repeat: repeat-y;
	color: rgb( 27, 27, 61 );
	font-size: 130%;
	line-height: 1;
	font-family: "Lucida Grande", sans-serif;
}

div#container {
	position: relative;
	width: 912px;
	height: 300px;
	margin: 10px auto;
	background-image: url( 'banner_10_12_06.jpg' );
	background-repeat: no-repeat;
	color: #000;
}

/* Contains global nav */
div#header {
	position: absolute;
	left: 0; top: 0;
	width: 450px;
	z-index: 0;
	font-family: "Lucida Grande", sans-serif;
}
	
	div#header a { padding: 0 0px; }
	div#header a:link, div#header a:visited, div#header a:active { color: rgb( 255, 255, 255 ); }
	div#header a:hover { color: rgb( 222, 222, 222 ); }
	
	div#header ul {
		position: absolute;
		z-index: 1;
		left: 0; top: 110px;
		display: inline;
		font-size: 100%;
	}
	
		div#header ul li {
			display: inline;
			list-style-type: none;
			list-style-image: none;
		}

div#main {
	position: absolute;
	left: 15px;
	top: 100px;
	width: 655px;
}

	div#footer {
		font-size: 90%;
		border-top: 1px solid rgb( 200, 200, 200 );
		margin-top: 10px; padding-top: 2px;
		color: rgb( 100, 100, 100 );
	}
	
		div#footer a:link, div#footer a:visited,
		div#footer a:active { text-decoration: underline; }
		
		div#footer a:hover { text-decoration: none; }
	
		div#footer ul {
		}
		
			div#footer ul li {
				list-style-type: none;
				display: inline;
				float: left;
				margin: 0 5px 10px 5px;
			}

div#messages {
	margin-top: 20px;
	float: right;
	width: 200px;
	background-image: url( 'h2.png' );
	background-repeat: repeat-y;
	/*background-position: -120px 0;*/
	padding: 5px;
	font-family: "Lucida Grande", sans-serif;
}

	div#messages div.drop_cap {
		float: left;
		font-size: 3.5em;
		line-height: 1;
		font-family: "Georgia", "Times New Roman", serif;
		margin: -0.01em 0.05em 0 0;
	}

div#news {
	float: right;
	width: 210px;
}


div#nav {
	position: absolute;
	right: 35px; top: 150px;
	width: 180px;
	font-size: 110%;
	z-index: 2;
	font-family: "Lucida Grande", sans-serif;
}

	div#nav ul {
	}
	
		div#nav ul li {
			list-style-image: none;
			list-style-type: none;
			margin-left: 0;
		}
		
			div#nav ul li a {
				display: block;
				padding: 3px 5px;
				text-decoration: none;
				font-weight: bold;
				
				/* Specify a width because IE freaks out otherwise: */
				width: 100%;
			}
			div#nav ul li a:visited {
				color: rgb( 24, 67, 190 );
				background-image: none;
			}
			div#nav ul li a:hover {
				background: rgb( 0, 0, 161 ) url( 'hover.gif' ) repeat-x;
				text-decoration: none;
				color: rgb( 255, 255, 255 );
			}

#ukbanner img {
	position: absolute;
	border: none;
	width: 220px;
	height: 100px;
	top: 5px;
	left: 650px;
}

#uscbanner img {
    position: absolute;
    border: none;
    width: 350px;
    height: 55px;
    top: 5px;
    left: 10px;
}   



div#search {
	position: absolute;
    top: 470px;
    width: 210px;
    right: 0px;
    font-family: "Lucida Grande", sans-serif;
}           

div#site_index label, div#search label {
	font-size: 105%;
}

div#site_index {
	position: absolute;
	top: 590px;
	width: 210px;
    right: 0px;
	font-family: "Lucida Grande", sans-serif;
}
			
div#site_index ul {
	margin-top: 0;
	padding-top: 0;
}
	
div#site_index ul li {
	font-size: 100%;
	display: inline;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

div#site_index ul li a:link, div#site_index ul li a:visited  {
	color: rgb( 24, 67, 190 );
	text-decoration: none;
} 
	p#breadcrumb {
		background-color: rgb( 233, 233, 233 );
		margin: 15px 0 10px 0; padding: 3px 5px;
		position: relative;
		z-index: 1;
	}
	
		p#breadcrumb a:link, p#breadcrumb a:visited,
		p#breadcrumb a:active { text-decoration: underline; }
		/*p#breadcrumb a:hover { text-decoration: none; }*/
		img#left_top, img#right_bottom { position: absolute; }
		img#left_top { left: 0; top: 0; }
		img#right_bottom { right: 0; bottom: 0; }

	p#submenu {
		background-color: rgb( 233, 233, 233 );
		margin: 10px 0 10px 0; padding: 3px 5px;
		position: relative;
		z-index: 1;
	}
		p#submenu a:link, p#submenu a:visited,
		p#submenu a:active { text-decoration: underline; }
		/*p#submenu a:hover { text-decoration: none; }*/
		img#left_top, img#right_bottom { position: absolute; }
		img#left_top { left: 0; top: 0; }
		img#right_bottom { right: 0; bottom: 0; }


dl {
	margin: 0; padding: 0;
}

	dt {
	}
	
	dd {
		margin-left: 20px; padding-left: 5px;
		/*border-left: 2px solid rgb( 202, 193, 183 );*/
	}

.float_left {
	float: left;
	margin-right: 25px;
}

h1, h2, h3, h4, h5 {
	/*margin: 5px 0;*/
	line-height: 1;
	font-family: "Lucida Grande", sans-serif;
}

h1 {
	font-size: 150%;
	margin-bottom: 10px; padding: 5px 0 0 0px;
	/*background-image: url( 'h1.gif' );
	background-repeat: no-repeat;
	background-position: 4px 0;*/
	color: #003297;
}

h2, h3, h4, h5 {
	padding-left: 5px; padding-right: 5px;
}

h2 {
	font-size: 130%;
	background-image: url( 'h2.png' );
	background-repeat: repeat-y;
	/*background-color: #ededff;*/
	margin: 8px 0 5px 0;
	padding-top: 2px; padding-bottom: 2px;
	color: rgb( 27, 27, 61 );
}
h3 {
	font-size: 122%;
	margin: 8px 0px 5px 0px;
	color: rgb( 27, 27, 61 );
	font-size: 110%;
	font-weight: bold;
}

h4 {
	font-size: 115%;
	margin: 8px 0px 5px 0px;
	color: rgb( 54, 54, 54 );
	font-style: italic;
}

h5 {
	font-size: 100%;
	margin: 8px 0px 5px 0px;
	color: rgb( 54, 54, 54 );
	font-weight: normal;
	font-style: italic;
}

.half_column {
	width: 50%;
	float: left;
}

hr {
	width: 100%;
	
	/* Border done verbosely because IE freaks out when it's shortened: */
	border-style: solid;
	border-width: 1px;
	border-color: rgb( 200, 200, 200 );
}

hr, p { margin: 15px 0; padding: 0; }

input, textarea, select {
	font: 100%/1 "Helvetica", "Arial", sans-serif;
	background-color: rgb( 225, 225, 225 );
	color: rgb( 33, 33, 33 );
	border-width: 1px;
}

label { font-size: 85%;}
input { padding-left: 1px; }

input[type=button], input[type=submit],
input[type=reset] { font-weight: bold; }

.no_right_space { margin-right: 0; padding-right: 0; }

ol li ol li { list-style-type: lower-alpha; }

p#breadcrumb, div#main { z-index: 1; }

p.error {
	background-color: rgb( 158, 0, 0 );
	color: rgb( 255, 255, 255 );
	padding: 4px 5px;
	width: 100%;
}

span.emphasis {
	color: rgb( 0, 0, 123 );
}

.strong { font-weight: bold; }

table {
	margin: 10px 0 10px 0;
	border-collapse: collapse;
	line-height: 1.1;
}

	table td {
		border: 1px solid rgb( 230, 230, 230 );
		padding: 0 3px;
		font-size: 95%;
	}
	
	table th {
		background-color: rgb( 230, 230, 230 );
		border: 1px solid rgb( 255, 255, 255 );
		padding: 0 3px;
		vertical-align: bottom;
	}
	
	table tr:hover td { background-color: rgb( 240, 240, 240 ); }

ul ol {
	margin-top: 0px;
	margin-left: 20px;
}

ul ol li {
	list-style-image: none;
}

ul ol ul li {
	list-style-image: url( 'bull.gif' );
}

ol ul {
	margin-top: 0px;
	margin-left: 20px;
}

ol {
	margin: 10px 0 10px 0;
	padding: 0;
	line-height: 1.3;
}

	ol li {
		margin-left: 20px;
		list-style-image: none;
	}

		ol ol {
			margin-top: 0px;
			margin-left: 20px;
		}

ul {
	margin: 10px 0 10px 0;
	padding: 0;
	line-height: 1.3;
}

	ul li {
	margin-left: 20px;
	list-style-image: url( 'bull.gif' );
	color: #000;
	}

		ul ul {
			margin-top: 0px;
			margin-left: 20px;
		}

.web_warning {
	padding-top: 10px;
	font-size: 80%;
	color: #646464;
}
#col1 {
	width: 60%;
	float: left;
}
#col2 {
	width: 30%;
	float: right;
}

