@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Calibri, Arial, Verdana;
	font-size: .8em;
	}
h1 {
	font-size: 18px;
	font-variant: small-caps;
	color: #FF0000;
	margin-top: 10px;
	}
h2 {
	font-size: 16px;
	font-variant: small-caps;
	color: #FF0000;
	}
h3 {
	font-size: 14px;
	font-variant: small-caps;
	color: #000000;
	}
a:link, a:visited {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
	}
a:hover, a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	}
#logo {
	width: 266px;
	height: 100px;
	}
.logo {
	margin: 20px 0 0 30px;
	}
#nations-leading-eeg {
	width: 489px;
	height: 100px;
	text-align: center;
	vertical-align: bottom;
	line-height: 22px;
	}
#call-us {
	width: 200px;
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	line-height: 22px;
	vertical-align: bottom;
	padding-bottom: 20px;
	}
#main {
	padding: 0px 46px 0px 46px;
	vertical-align: top;
	text-align: justify;
	}	
#main ul {
	list-style: url(images/list_item.gif) outside;
	margin-left: 20px;
	font-weight: bold;
	color: #666666;
	line-height: 180%;	
	}	
#container {
	float: right;
	padding: 5px 30px 5px 30px;
	border: 1px solid #FF0000;
	background-color: #EFEFEF;
	margin-left: 26px;
	z-index: -1;
	}	
#nav {
	width: 100%;
	height: 24px;
	padding: 0px;
	background-color: #000000;
	font-size: 16px;
	font-variant: small-caps;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	}
	
#nav a:link, #nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 16px;
	margin-right: 16px;
	}
#nav a:hover, #nav a:active {
	color: #FF0000;
	text-decoration: none;
	}
#boxes-bottom {
	color: #666666;
	text-align: center;
	}	
.highlights {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	font-variant: small-caps;
	line-height: 16px;
	text-decoration: underline;
	}
#footer {
	width: 100%;
	height: 24px;
	padding: 0px;
	background-color: #000000;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 6px;
	}
.box {
	background-image: url(images/box_background.gif);
	background-repeat: repeat;
	border: 1px solid #FF0000;
	font-size: 14px;
	font-variant: small-caps;
	}
.dark-large {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	}
.error {
	font-size: 20px;
	font-weight: bold;
	color: #FF0000;
	}
.submit {
	background-color: #EFEFEF;
	border: 3px double #FF0000;
	text-transform: uppercase;
	}
.normal {
	font-family: Calibri, Arial, Verdana;
	font-size: 11px;
	}