/* CSS Document */
body {
	background: url(../images/bg_page.gif);
	font: 9pt 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	color: #494949;
	text-align: center;
	margin: 0;
	padding: 0;
	}
/* :::::::::::::::::::::::::::::::::::::::::::::::::::  Styles  ::::::::::: */	
a:link, a:visited {
	color: #576C10;
	text-decoration: underline;
	}
a:hover, a:active {
	color: #576C10;
	text-decoration: none;
	}
	
p {
	color: #494949;
	}
	
.special {
	font-style:italic;
	font-weight:bold;
	}
	
a img {
	border:none;
	}

h1 {
	color: #576C10;
	font-size: 13pt;
	margin-bottom: 3px;
	}
	
h2 {
	color: #26106C;
	font-size: 11pt;
	margin-top: 3px;
	}
h3 {
	color: #8679A5;
	font-size: 10pt;
	margin-top: 18px;
	margin-bottom: 18px;
	}
hr {
	color: #8679A5;
	background-color: #8679A5;
	height: 3px;
	width: 80%;
	}
.divider{
	margin: 20px 0 20px 27px;
	}
		
		
/* :::::::::::::::::::::::::::::::::::::::::::::::::::  Containers  ::::::::::: */	
.bgContainer{
	background: url(images/bg.gif) repeat-y;
	width: 568px;
	margin: 0 auto;
	padding-bottom: 0;
	}	
.container{
	width: 568px;
	background: url(images/flag.jpg) no-repeat;
	background-position: top left;
	text-align: center;
	margin: 0 auto;
	}

	
/* :::::::::::::::::::::::::::::::::::::::::::::::::::  Nav  ::::::::::: */
.nav{
	text-align: left;
	position: relative;
	top: 110px;
	left: 28px;
	width: 568px;
	height: 25px;
	}
.nav ul, .nav li{
	list-style: none;
	list-style-image: none;
	display: inline;
	margin: 0;
	padding: 0;
	}
.nav ul{
	
	}
.nav li img{
	margin-left: -3px;
	}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::  Content  ::::::::::: */
.contentContainer{
	width: 490px;
	margin: 0 auto;
	padding-left: 5px;
	text-align:left;
	padding-top: 110px;
	}

*html .contentContainer { padding-top: 125px; }
*:first-child+html .contentContainer { padding-top: 125px; }
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	