/* 
  -------------------------------------------
2 Column Sidebar Right
  Vertical Menu
  -------------------------------------------
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #FFF;
	margin: 0 0 40px 0;
	padding: 0px;
	font-size: 100%;
}

#outer {
	border: 1px solid #000;
	padding: 2px;
	width: 940px;
	margin: 0 auto;
}
/*
Available Width
940 - 40 = 900
*/
#inner {
	background-color: #0B173D;
	padding: 20px;
}

#masthead {
	overflow: hidden;
	margin-bottom: 20px;
}
#masthead img {display: block;}
#contentwrapper {
	background-color: #FFF;
	background-repeat: repeat-y;
	background-position: 900px 0px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
}

.floatright {
	clear: right;
	display:inline-block;
	
	
}	
	
/*
Floated Columns
680 + 200 + 20 = 900
*/
.maincolumn {
	float: left;
	width: 880px;
}

.maincontent {
	padding: 24px 32px;
	font-size: .8em;
	line-height: 1.5em;
	
}
h1 {
	margin: 0px;
	line-height: 1.5em;
	font-size: 1.8em;

}
h2 {
	font-size: 1.4em;		
	line-height: 1.5em;
	margin: 36px 0 0 0;
}

h3 {
	font-size: 1.2em;
	margin: 15px 0 0 0;
}

pre    {font-family: monospace;
	font-size: 1.75em;
	line-height: 1.75em;
 white-space: pre-line;
white-space: pre-wrap;

}


/*Links*/
.maincontent a {
text-decoration: none;
/*color: #598C9F ; original colours*/
color: #3844e5 ;
}

.maincontent a:hover {
/*color: #00005E; original colours*/;
color: #8338e5;
background : #e5d938; 
}

.maincontent a:visited {
/*	color:#800080; original colours*/
	color:#389be5; 
}




.sidebar a {
	color: #4AB0C6;
}
.sidebar a:visited {
	color: #333399;
}
.sidebar a:hover {
	color: #FFF;
}





.sidebar2 a {
	color: #FFF;
	text-decoration: none;
}
.sidebar2 a:visited {
	color: #FFF;
}
.sidebar2 a:hover {
	color: #000;
}
.footercolumn1 a {
	color: #4AB0C6;
	text-decoration: none;
}
.footercolumn1 a:visited {
	color: #4AB0C6;
}
.footercolumn1 a:hover {
	color: #FFF;
}
.footer {
	overflow: hidden;
	font-size: 0.7em;
	color: #A09B97;
	margin-top: 20px;
	background-repeat: repeat-y;
	background-position: 504px 0px;
}
.footercolumn1 {
	float: left;
	width: 440px;
	/*margin-right: 30px;*/
}
.footercolumn2 {
	float: right;
	/*width: 170px;*/
}
	
	
.footer p {
	margin: 1px 0 12px 0;
color: #FFF;	
}	



.footercolumn2 a {
	color: #4AB0C6;
	text-decoration: none;
	display: block;
	padding: 6px 6px;
	border: 1px solid #333;
	/*background-color: #4AB0C6;*/
}
.footercolumn2 a:hover {
	color: #FFF;
/*	background-color: #FFFFFF;
	border-color: #FFF;*/
}


.footercolumn2 ul {
	margin: 0;
	padding: 0;
}
.footercolumn2 li {
	margin-bottom: 6px;
	list-style-type: none;
}
*/



/*
EXTRA STYLES for BASIC MENUBAR
*/
#menubar {
	font-size: 0.8em;
	margin-bottom: 2px;
}
#menubar .menu {
	margin: 0px;
	padding: 0px;
}
#menubar .menu li {
	list-style-type: none;
	margin-top: 2px;
}
#menubar .menu li.first {
	margin-top: 0;
}
#menubar .menu a {
	color: #CCC;
	text-decoration: none;
	display: block;
	padding: 6px 12px;
	border: 1px solid #000;
	background-color: #000;
}
#menubar .menu a:hover {
	color: #000 !important;
	border-color: #6DC0D1 #000 #000 #6DC0D1;
	background-color: #4AB0C6;
}

table.search{	padding : 0.5em 0 0.5em 1.2em ;	
	border: 1px solid black}	

td	{font : 1em/1.4em verdana, arial, helvetica, sans-serif;
	padding : 0.5em 0 0.5em 1.4em ;
	color : #000000;
	text-align: left;
	vertical-align: top;
	border: 0px
	}


	/*this is the formatting for the search results pages*/

td.search	{font : 1em/1.4em verdana, arial, helvetica, sans-serif;
	padding : 0.5em 0 0.5em 1.4em ;
	color : #000000;
	text-align: left;
	vertical-align: top;
	border: 0px
	}

input.button {
		font-size : 1em;
		font-family: arial, verdana, helvetica, sans-serif;
		text-align: center;
		font-weight: 900;
		color: #000000;
		background-color: #FFFFFF;
			}
			
fieldset 	{
		border-color: #000000;
		border-width: 0.1em;
		line-height : 0.15em; 

		
		}

	

legend		{
		padding: 0 1em;
		font-size : 135%;
		line-height : 1.2em;
		font-weight : 900; 
		font-family: verdana, arial, helvetica, sans-serif;
		color : #000000;
		background-color : #ffffff;
		}	
