	/*Navigation*/
	
	#navigation{
		
	}
	
	ul#navibar{
		margin:0.2em 0 0 0;
		border: 1px solid #669;
		padding: 0.4em 0.2em;
		list-style-image: none;
		background-color: #13214e;
		width: 757px;
		text-align: center;
		
		
	}
	li.navibutton{
		display: inline;
		
		}
	
	li.navibutton a{
		text-decoration: none;
		color: #fff;
		background-color: tranparent;
		border-left: 1px solid #669;
		padding: 0.4em 0.8em;
		margin: 0em;
		
		}
	
	li.navibutton a:hover{
		text-decoration: none;
		background-color: #a2092d;
	}
	
	/*#navibuttonstart a{
		margin-left: 0.35em;
		
	}*/
	
	#navibuttonend a{
		border-right: 1px solid #669;
		
	}
	
	/*Header*/
	
  	#header{
  		background-color: #13214e;
		background-image: url(img/GMSHeader.jpg);
		background-position: top left; 
		background-repeat: no-repeat;
		height: 72px;
		width: 765px;
		margin: 0;
		padding: 0;
		
  	}
	
	#header ul{
		margin: 0;
		padding: 11px 0 0 630px;
		list-style-type: none;	
	}
	
	#header ul li{
		display: inline;
		color: #fff;
	}
	
	#header ul li a{
		font-family: Georgia, garamond, "New Century Schoolbook";
		font-size: 0.8em;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
		}
		
	#header ul li a:hover{
		text-decoration: underline;
	}

	
	/*Navigation - See Seperate Sheet*/
	
	/*Main Content*/
	
	/*Top Half of Page*/
	#pagecontent{
		clear: left;
		margin: 0;
		padding: 0;
		background-image: url(img/Watermark.jpg);
		background-position: top left;
		background-repeat: no-repeat;
	}
	
	#homepagegrid{
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 0;
	}
	
	/*Sets Top Left Text Box*/
	#pritext{
		width: 366px;
		padding:5px 5px 5px 10px;
		vertical-align: top;
		border-right:1px solid #ccc;
	}
	
	#pritext h1{
		font-family: Georgia, Garamond, Arial;
		font-size: 1.25em;
		font-weight: bold;
		letter-spacing: -0.035em;
		color: #13214E;
		margin-top: 0;
		margin-bottom: 0.5em;
		
	}
	#pritext h2{
		font-family: Georgia, garamond, arial;
		font-size: 1.15em;
		color: #A2092D;
		margin-top: 0;
		margin-bottom: 0.5em;
	}
	#pritext p{
		font-size: 0.95em;
		margin-top:0;
		margin-bottom: 1em;
		line-height: 1.5em;
	}
	/*Sets Top Right Image*/
	#priimage{
		vertical-align: bottom;
		padding: 5px 5px 0 5px;	
	}
	
	/*Bottom Half of Page*/
	td.quarterbox{
		padding:5px;
		margin: 0;
		vertical-align: top;
		width: 180px;
		border-top: 1px solid #ccc;
	}
		
	td.quarterbox h3{
		font-family: Georgia, Garamond, Arial;
		color: #fff;
		font-size: 0.97em;
		font-weight: bold;
		background-color: #13214E;
		width: 170px;
		padding:3px 5px;
		margin-top:0;
		margin-bottom: 0.2em;
	}
	
	#latestnewsbox h3{
		background-color: #A2092D;
	}
	
	
	
	td.quarterbox p{
		font-size: 0.85em;
		margin-top:0;
		margin-bottom: 0em;
		line-height: 1.7em;
		padding: 5px;
	}
	
	
	/*Box rollovers*/
	td.quarterbox a.textroll{
		font-weight: normal;
		text-decoration: none;
		color: #000;
		display: block;	
	}
	
	td.quarterbox a.textroll img{
		border: 1px solid #13214e;
	}
	
	td.quarterbox a:hover.textroll{
		background-color: #E7DEC5;	
		
	}
	
	td.quarterbox a:hover.textroll img{
		border: 1px solid #A2092d;
	
	}
	
	td.quarterbox strong{
		color: #669;
		/*font-family: Georgia;*/
	}
	
	/*Individual Box Styling*/	
	
	#maritimebox{
		border-right:1px solid #ccc;
	}
	#worldwidebox{
		border-right:1px solid #ccc;
	}
	#manpowerbox{
		border-right:1px solid #ccc;
	}
	
	
/*Lastest News Items*/
	
	#latestnewsitems{
		width: 180px;
	}
	
	#latestnewsitems td{
		width: 170px;
		background-color: #E7DEC5;
		padding: 5px;
	}
	
	#latestnewsitems td h4{
	font-family: Georgia, Garamond, "New Century Schoolbook", Arial;
	font-size: 0.8em;
	margin-top:0;
	margin-bottom: 0.2em;
	color: #13214E;
	}
	#latestnewsitems td p{
	font-family: Verdana, Geneva, Arial;
	font-size: 0.8em;
	margin-top:0;
	margin-bottom: 0.5em;
	line-height: 1.5em;
	padding: 0;
	} 
	
	#latestnewsitems td p a{
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
	color: #669;
	display: block;
	margin-top: 1em;
	margin-bottom:2.5em;
	}
	
	#latestnewsitems td p a:hover{
		text-decoration: underline;
	}
	
	
/*Internal Page 3 Column*/

#internal3colgrid{
	width:765px;
	margin-top:5px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc; 
}



#int_content{
	width: 385px;
	vertical-align: top;
	padding: 5px 10px 10px 10px;
	margin: 0;
}

#int_contentwide{
	width: 539px;
	vertical-align: top;
	padding: 5px 5px 10px 10px;
	margin: 0;
	border-right: 1px solid #ccc;
}


/*#int_content img{
	border: 4px double #c93;
	padding: 5px;
	margin: 10px;
	background-color: #f5e9d3;
	float: right;
}*/

#int_rightbar{
	width:130px;
	vertical-align: top;
	background-color: #13214e;
	padding: 5px;
}

#int_rightbar img{
	border: 1px solid #A2092D;
	display: block;
	margin-bottom: 0.5em;
}


#int_leftbar{
	width:220px;
	vertical-align: top;
	background-color: #669;
	padding: 0;
	margin: 0;
	}

#int_leftbar img{
		display: block;
		padding: 0;
		margin: 0;
		}
		
#int_leftbar h4{
		color: #fff;
		font-size: 1em;
		line-height: 1.5em;
		letter-spacing: -0.02em;
		margin: 0 0 0.5em 0;
		background-color: #13214e;
		border-bottom: 1px solid #A2092D;
		padding: 5px;
		display: block;
			
		}
		
#internal3colgrid h5{
		color: #fff;
		font-size: 0.85em;
		font-weight: normal;
		font-style: italic; 
		line-height: 2em;
		letter-spacing: 0;
		padding: 5px;
		margin-top: 0; 
		margin-bottom: 0.5em;}
		
#int_leftbar ul{
	margin: 0 10px 20px 5px;
	padding:0 0 0 20px;
}

#int_leftbar ul li{
	line-height: 2.2em;
	list-style-type: square;
	color: white;
	font-size: 0.85em;

}

#int_leftbar ul li a{
	text-decoration: none;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#int_leftbarul li a:hover{
	text-decoration: underline;	
}

#int_leftbar p{
	line-height: 2.2em;
	color: white;
	font-size: 0.85em;
	padding: 10px 20px;
}


/*News Index and Items Section*/

#int_contentwidenews{
	width: 539px;
	vertical-align: top;
	padding: 5px 5px 10px 10px;
	margin: 0;
	border-right: 1px solid #ccc;
}

#int_contentwidenews p{
padding-left: 6em;

}

img.newsthumbnail{
	border: 1px solid #A2092D;
	margin: 0.4em 0 0 0;
	float:left;	
}

img.newsmainimage{
	border: 1px solid #A2092D;
	margin: 0.5em 0.5em 1em 1.5em;
	float: right;	
}

	
	/*Footer*/
	#footer{
		width: 760px;
		margin: 0;
		padding: 0;
	}
	#footer p{
		text-align: center;
		color: #666;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 0.7em;
		padding:5px;
		margin: 0;
	}
	