@charset "utf-8";
/* CSS Document */
* {margin:0}

* {padding:0}

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
}

html { 
 height: 100%; 
 margin-bottom: 1px; 
 }

 
#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 760px;
}

a img {border: none;}


#header {
	text-align: center;
	margin-top: 20px;
}
#nav {
	background-color: #999;
	height: 20px;
	width: 735px;
	text-align: center;
}

#menu ul {text-align:center;} 

#menu li {padding: 0 10px 0 10px;display:inline;} 

#menu a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#menu a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#menu a:hover {
	color: #680000;
	text-decoration: none;
}

.contentLeft {
	width: 220px;
	font-size: 12px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	vertical-align: top;
	padding-right: 10px;
}

.flag {
	padding-top: 15px;
	padding-left: 50px;
}

.quoteCite {
	padding-left: 20px;
}

.contentRight {
	width: 220px;
	font-size: 12px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	vertical-align: top;
	padding-left: 10px;
}

.contentRight p {
	margin-bottom: 10px;
}

.contentRight a:link {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

.contentRight a:visited {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

.contentRight a:hover {
	font-weight: bold;
	color: #680000;
	text-decoration: none;
}

.contentCenter {
	text-align: center;
	vertical-align: top;
	padding-top: 20px;
}

.video {
	padding-bottom: 20px;
}

#footer {
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	color: #000;
}

#footer a:link {
	color: #000000;
	text-decoration: underline;
}
#footer a:visited {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #666666;
	text-decoration: underline;
}
