body {
	font-family: Arial, Helvetica, sans-serif;
	background: #f2f2f2 url(images/menu_bg.gif) repeat-y left;
	margin: 0px;
	padding: 0px;
}

#header1 {
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	height: 81px;
	font-size: 90%;
}

#header1 #logo {
	float: left;
	margin: 4px;
}

#header1 #bus_of_lang {
	float: left;
	margin: 4px;
}

#header1 #subscribe {
	float: right;
	margin: 5px;
	padding: 0px;
	height: 71px;
	background: #fabe0d;
	border: 1px solid #003366;
}

#header1 #subscribe strong {color: #003366;}
#header1 #subscribe p {margin: 8px;}
#header1 #subscribe form {margin: 0px;}

#header2 {
	background: #313163;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 30px;
	font-size: 90%;
	color: #ffffff;
}

#header2 ul {
	padding: 5px;
	margin: 0px;
}

#header2 ul li {
	display: inline;
	padding: 0px 0px 0px 10px;
	margin: 0px; 
	list-style: none;
	background: url(images/bullet1.gif) no-repeat left center;
}

#header2 ul li a {text-decoration: underline;}
#header2 ul li a:link, #header2 ul li a:visited {color: #ffffff;}
#header2 ul li a:hover {color: #fabe0d;}

#main {
	margin: 0px 0px 0px 150px;
	padding: 6px;
}
#main h1 {font-size: 120%; color: #000000;}
#main h2 {font-size: 110%; color: #003366;}
#main h3 {font-size: 100%; color: #003366;}


#main ul li {list-style: url(images/bullet1border.gif);}

#main a {color: #003366; text-decoration: none;}
#main a:hover {text-decoration: underline;}

.right_photo {
	border: 1px solid #000000;
	padding: 0px;
	margin: 0px 0px 6px 0px;
	float: right;
	clear: right;
}
.left_photo {
	border: 1px solid #000000;
	padding: 0px;
	margin: 0px 12px 6px 0px;
	float: left;
}

.image_column 
{
	margin: 0px 0px 12px 12px;
	float: right;
}
.image_column1 
{
	margin: 0px 0px 12px 12px;
	float: left;
	clear: both;
}
.image_column img {
	border: 1px solid #000000;
	padding: 0px;
	margin: 0px 0px 6px 0px;
}

#highlightbox {
	/*border: 1px solid #000000;
	background: #ffffff;*/
	margin: 0px;
	padding: 6px;
	font-weight: bold;
	height: 300px;
	margin-right: 150px;
}

#menu {
	position: absolute;
	left: 0px;
	top: 111px;
	width: 150px;
	padding: 0px;
	margin: 0px;
	font-size: 90%;
	font-weight: bold;
}

#menu ul {
	padding: 0px;
	margin: 0px 5px;
	background: url(images/menu_line.gif) repeat-x top;
}

#menu ul li {
	padding: 10px 0px 12px 0px;
	margin: 0px;
	background: url(images/menu_line.gif) repeat-x bottom;
	line-height: 20px;
	list-style: none;
}

#menu ul li a {
	text-decoration: underline;
	background: url(images/bullet4.gif) no-repeat left center;
	padding: 0px 0px 0px 22px;
}

#menu ul li a:link, #menu ul li a:visited {color: #ffffff;}
#menu ul li a:hover {color: #fabe0d;}

input.text {
	border: 1px solid #003366;
}

input.button {
	border: 1px solid #003366;
	background: #003366;
	color: #FFFFFF;
}

.red {color: "red";}

div.form_row {
	clear: both;
	margin: 0px;
	padding: 4px 0px 0px;

}

div.form_row span.label {
	float: left;
	width: 200px;
	text-align: right;
}

div.form_row span.element {
	margin: 0px 0px 0px 10px;
}

.textbox {
	font-size: 80%;
	width: 240px;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

textarea.small {
	height: 60px;
	width: 240px;
}

textarea.large {
	height: 120px;
	width: 240px;
}

.cola table, .colb table {border: 0px;}
.cola table td, .colb table td {vertical-align: top;}


.colb {background-color: #f6f6f6; border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc;  display: block;}
