body
{
	font-family:
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	background-color: #CCCCCC;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	margin: 0 0;
}

h1
{
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	background-color: #D5E6E6;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 10px;
}
em {
	font-weight: bold;
	font-style: normal;
}
#sidebar img {
	margin: 0px;
}
img {
	margin-right: 20px;
	margin-bottom: 5px;
}

#container {
	width: 750px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align: left;
}
.footer-list {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.footer-list:hover {
	color: #FFCC33;
}

#header {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 120px;
}

#header h1 {
	text-indent: -9999px;
}

#menubar
{
	background-color: #09C;
	font-family: Arial, Helvetica, sans-serif;
	height: 25px;
	padding-top: 4px;
}

#navbar {
	margin: 0px;
	padding-top: 0 0;
	height: 1em;
}

#navbar li {
    list-style: none;
    float: left; 
}

#navbar li a {
	display: block;
	padding: 3px 12px;
	background-color: #09C;
	color: #00266a;
	text-decoration: none;
}

#navbar li ul {
	display: none;
	width: 10em; /* Width to help Opera out */
	background-color: #09C;
}
#navbar li a:hover {
	color: #FFCC33;
}

#navbar li:hover ul, #navbar li.hover ul {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0; 
}
	
#navbar li:hover li, #navbar li.hover li {
    float: none; 
}
	
#navbar li:hover li a, #navbar li.hover li a {
    background-color: #09C;
    color: #000; 
}

#navbar li li a:hover {
	background-color: #333333;
	color: #FFFFFF;
}
#sidebar {
	float: right;
	width: 160px;
	padding-top: 25px;
	padding-right: 30px;
	margin-bottom: 25px;
}
#left-column {
	margin-right: 205px;
	padding-top: 20px;
	padding-left: 30px;
	margin-bottom: 25px;
}
#footer {
	background-color: #000000;
	clear: right;
	height: 25px;
	width: 710px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 25px;
}
#footer-links {
	float: right;
	margin-top: 5px;
}
#copyright {
	font-size: 10px;
	margin-top: 5px;
}
.contacts {
	font-size: 12px;
	color: #333333;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
	line-height: 18px;
}
.quotes {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #666666;
	font-size: 12px;
	width: 160px;
	line-height: 17px;
}
.quotes a {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #666666;
	font-size: 12px;
	width: 160px;
	line-height: 17px;
	text-decoration: underline;
}
.quotes a:hover {
	text-decoration:none;
}

#contacts {
	background-color: #D5E6E6;
	width: 140px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#content {
	width: 470px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 30px;
}
#content ul {
	background-color: #D5E6E6;
	list-style-position: inside;
	list-style-type: disc;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	line-height: 18px;
}
.bodycopy {
	width: 485px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
.floating {
	float: left;
}
.quotes-name {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
	font-size: 10px;
	line-height: 14px;
	color: #666666;
}
.countries {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.case-titles {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
}
.case-tasks {
	background-color: #D5E6E6;
	padding: 15px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.form-wrapper input {
	width: 300px;	
	height: 30px;
	margin: 5px 0 10px 0;
	}
.form-wrapper textarea {
	width: 450px;	
	height: 200px;
	margin-top: 5px;
	}	
.form-wrapper [type="submit"]	{
	width: 100px;
	margin-top: 15px;
	}
