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

body {
	background-color:#f5f5f5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0px;
}
h1 {
	color:#009;
	font-size:24px;
}
h2 {
	color:#009;
	font-size:20px;
}
h3 {
	color:#009;
	font-size:16px;
}
strong, b {
	color:#009;
}
a:link {
	color:#00c;
	text-decoration:underline;
}
a:visited {
	color:#00c;
	/* color:#606;  */
	text-decoration:underline;
}
a:hover {
	color:#c00;
	text-decoration:none;
}
a:active{
	color:#00c;
	text-decoration:underline
}

div.outerContainer {
	width:800px;
}

/* top */
div.top {
}


/* logo */
div.logo {
}

/* main */
div.mainContainer1 {
	background-image:url(images/textBg.jpg);
	padding-bottom:1px;
}
div.mainContainer2 {
	background-image:url(images/images/bg_03.gif);
	background-repeat:no-repeat;
	padding-bottom:1px;
}
.horizNavbar {
	background-color:#c00;
	border-bottom:1px solid #f5f5f5;
}
.greaterThan {
	font-size:9px;
}
div.vertNavbar {
	float:left;
	width:145px;
	padding-left:5px;
	padding-top:3px;
}
div.vertNavbarItems {
	width:130px;
	padding-left:10px;
	border-bottom:1px solid #ccc;
	padding-top:7px;
	padding-bottom:7px;
	color:#fff;
	font-weight:bold;
	font-size:11px;
}
div.vertNavbarItems a:link {
	color:#fff;
	text-decoration:none;
}
div.vertNavbarItems a:visited {
	color:#fff;
	text-decoration:none;
}
div.vertNavbarItems a:hover {
	color:#fff;
	text-decoration:underline;
}
div.vertNavbarItems a:active {
	color:#fff;
	text-decoration:none;
}
div.flags {
	padding-top:15px;
	padding-left:10px;
}
div.rightContainer {
	margin-left:152px;
	width:648px;
}
div.flashContainer {
	height:150px;
	width:auto;
}
div.textArea {
	width:auto;
	padding-left:20px;
	padding-top:1px;
	padding-right:10px;
	padding-bottom:10px;
}

/* bottom */

div.bottom {
	margin-left:153px;
	border-top:1px solid #ccc;
	font-size:11px;
	text-align:center;
	padding-bottom:3px;
}
.bottomNavbar a {
	color:#00C;
	font-weight:bold;
	font-size:11px;
}
.bottomNavbar a:hover {
	color:#C00;
}

/* Contact page */
div.contact {
	width:175px;
	text-align:left;
}

div.photoRight {
	float:right;
	padding-left:10px;
	padding-bottom:10px;
	font-size:10px;
}

.fineprint {
	font-size:11px;
}
.subLetter {
 	font-size:10px;
 }
 .copyrite {
 	color:#999;
	font-size:10px;
	padding-left:20px;
 }
 .copyrite a {
 	color:#999;
	text-decoration:none;
 }