/* 3 column fluid design from http://matthewjamestaylor.com/blog/ultimate-3-column-holy-grail-pixels.htm */
	.SQL{
	display:none;
}


	a {
		color:#3257B4;
	
	}
	
	body {
		font-family:"Trebuchet MS",Trebuchet,Arial,Helvetica,sans-serif;
		font-size:0.8em;
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#fff;
		min-width:600px;		/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
	}
		#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important; 
		text-align:right;
	}

	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* 3 Column settings */

	.colmid {
		float:left;
        width:200%;
        margin-left:-200px; 	/* Width of right column */
        position:relative;
        right:100%;
        background:#fff;    	/* Centre column background colour */
		border-right:1px solid #E2E2E2;
		
	}
	.colleft {
		float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:335px;         	/* Left column width + right column width */
       background-color:#003333;    	/* Left column background colour #003333 */
      }
	.col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:135px;        	/* Width of left column was 200*/
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}

	.col1 {
		 margin:0px 190px 0px; 170px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
 background-color:white;
	}
	.col2 {
		float:left;
        float:right;			/* This overrides the float:left above */
        width:135px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:0px;         	/* Width of the left-had side padding on the left column */
	}
	.col3 {
		float:left;
        float:right;			/* This overrides the float:left above */
        width:170px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:15px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
        background: white;
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
				color:#6B7162;
		font-size:11px;
		line-height:14px;
		background-image:url(/images/footer_background.gif);
		background-repeat:repeat;
	}

	/* --> */
	
	
	
	
	
	img{
		border: none;
	}
	
	
	
	/* Values after adjustment */
	#header {
	clear:both;
	float:left;
	width:100%;
	/* background-image:url(/images/header_background-green2.gif); */
	background-repeat:repeat-x;
	font-family:"Trebuchet MS",Trebuchet,Arial,Helvetica,sans-serif;
	}
	
	.HeaderLogo{
	float:left;
	font-size: 220%;
	color: white;
	text-decoration: none;

	padding-top:3px;
	font-family:"Times New Roman",Georgia,Serif} 
	
	}
	
	#logo{
		float:left;
		padding-right: 10px;
		padding-left:10px;
		padding-top:2px;
	
	}	
	.darkBlueLine {
		background-color:#006633;
		font-size:1px;
		height:1px;
		line-height:1px;

		width:100%;
		float:left;
	}
	.lightBlueLine {
		background-color:#B0CDF7;
		font-size:2px;
		height:2px;
		line-height:2px;

		width:100%;
		float:left;
	}
	#menuPrimary {
float: left;	
width: 100%;
height: 20px;
background-image:url(/images/menu_main_background.gif); 
background-repeat:repeat; 
color:#2B468B;
font-size:11px;
font-weight:bold;
}


#menuNorthstar{
float:right;
}


#NorthstarLogo {
float:right;
}

#searchArea {
background-image:url(/images/content_topshadow.gif);
background-repeat:repeat-x;
color:#536FB2;
font-size:11px;
height:24px;
margin-bottom:10px;
margin-right:0px;
max-height:24px;
min-width:500px;
padding-left:35px;
text-align:right;
vertical-align:middle;
float:right;
width: 100%; 
}

#searchArea a {
color:#516DAF;
text-decoration:none;
font-weight:bold;
}

#searchWrapper{
background-image:url(/images/search_background.gif);
background-repeat:no-repeat;
background-position:right top;
}


.searchBox {
background-color:#DEEAF3;
border:1px solid #6E91A9;
color:#516DAF;
font-size:11px;
height:12px;
vertical-align:text-top;
}

.sectionHeader {
background-color:#233048;
background-repeat:no-repeat;
color:#E8E38E;
font-size:12px;
font-weight:bold;
margin-left: -5px;
line-height:18px;
padding-left: 5px;
padding-right:3px;
width:180px;
}

.Nav{
	font-weight:bold; 
	text-decoration:none;
}

#footerContent{
	padding-top: 5px;
	padding-left: 10px;
}

h1, h1 a {
color:#006666;
font-size:170%;
margin-bottom:0;
padding-bottom:0;
text-decoration:none;
}

h2{
color:#3257B4;
font-size:18px;
margin-bottom:0;
padding-bottom:0;
text-decoration:none;
}

.metaLink{
	display: none;
}

.pagination{
padding: 0 20px 0 20px;
font-weight: bold;
background-color: #000066;
color: white;
}

/******************************/
/* Menu */
.menuContainer {
background-color:gray;
padding:0px 10px 0 10px;
color: white;

}
#menuBlock{
float:left;
margin-left: 20px;
}


.menuHead{
padding-right: 50px;
padding-left: 5px;
}
.menuHead .selected{
 color:red;
}

#menuPrimary a {
	margin-left: 10px;
	text-decoration: none;
	float:left;
}
.menuSub{
	color: white;
	text-decoration: none;
}
