/* Structural Styles */

html { 
    text-align: center; 
    margin: 0 auto; 
	}

body { 
    background: #041d3f;
    font-family: arial, tahoma, verdana, helvetica, sans-serif;
    text-align: center; 
    font-size: 12px;
    color: #34393c;
    line-height: 17px;
    margin: 0px auto;
    }

#wrapper {
    /*width:760px; 
	margin:0 auto;
	background-color:#660000;
    margin: 0 auto;
	padding: 2px;
	background: #f2f1eb;
	text-align: center;*/
    }	
	
/* Header */

#header {
    width:100%;
	padding:0px;
	margin:0;
	background:#660000;
	background-image:url(/img/flagheader-01.jpg);
	background-repeat:repeat-y;
	text-align:center;
	clear:both;
    }	
	
#header img {
	padding:20px;
}

#nav {
	width:780px;
	height:30px;
    background:#eeeeee;
	border:5px inset #3366CC;
	border-bottom:none;
	text-align: left; 
	margin: 0 auto;
	padding: 0px;
	font-size: 15px;
	font-weight: bold;
	color: #f2f1eb;
    }
	
	#nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		line-height: inherit;
		font-size: inherit;
	}
	
	#nav a {
		display: block;
		margin: 0px;
		padding: 6px 10px 7px 10px;
		text-align: center;
		color: #041d3f;
		text-decoration:none;
		border-right:1px solid #666666;
	}
	
	#nav a:hover, a:active {
		background-color:#b0c4de;
		color:#041d3f;
		text-decoration: none;
	}
	
	#nav a.current {
		display: block;
		margin: 0px;
		padding: 6px 7px 7px 7px;
		text-align: center;
		text-decoration: none;
		background-color:#041d3f;
		color:#ffffff;
	}
	#nav a.current:hover, a.current:active {
		color:#ece9d9;
	}	
	
	#nav li { /* all list items */
		float: left;
	}
	
	#nav li.current { /* all list items */
		float: left;
	}
	
	#nav li:hover {
	}
	
	.tagline { float: right; font-style: italic; padding:7px; color:#041d3f; }

/**/	
	
#content {
    width: 740px;
	height:80%;
	min-height:400px;
    margin: 0 auto;
	padding: 10px 20px 30px 20px;
	background: #eeeeee;
	border:5px inset #3366CC;
	text-align: left;
    }

h1, h2, h3 {
    font-family:  Arial, Verdana, sans-serif; 
    }
	
h1  {
    font-size:48px;
    line-height:1.4em;
    margin:0;
    padding:10px 0;
    color:#eeeeee;
	text-shadow:#041d3f;
	}


h2  {
    font-size: 1.4em;
    line-height: 1.4em;
    margin: 0;
    padding: 10px 0 0 0;
    }


h3  {
    font-size: 1.3em;
    line-height: 1.3em;
    color:  #686c6f;
    }		
	
/*  LINKS */

a, a:visited {
    color: #041d3f; 
    text-decoration: none;
	font-weight: bold;
    }

a:hover {
    color: #940122;
    text-decoration: underline; 
    }

a:active {
    color: #38546a;
    text-decoration: underline; 
    }


/*  GENERAL */

img.photo_right {
    margin: 10px;
    padding: 2px;
	float: right;
	border: 1px solid #a4a6a8;
    }

table, td, a img, form {
    padding: 0; 
    border: none; 
    margin: 0;
    }

td {
    text-align: left;
    vertical-align: top;
    }

input, select {
    font-size: 11px; 
    margin: 2px 0 0 0; 
    }
	
	