@charset "utf-8";
body  {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	text-align:center;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
	background-image: url(../images/flagbg.jpg);
}
/* Starting of various classes*/ 

.small-image{
	border:1px solid #778899;
	display:block;
	float:center;
	padding:2px;
	width:130px;
}
.float-right{
	float:right;
}
.float-right-image{
	border:1px solid #778899;
	display:block;
	padding:0px;
	margin: 0 0 0 10px;
}
.float-right-text{
	padding:0px;
	margin: 5px 0 5px 10px;
	font-style: italic;
	width: 150px;
	text-align: center;
}
ul#mainul li{
	text-indent:-5px;
	list-style-type: square;
}
#topbar a{
	color: #333333;
	text-decoration:none;
}
#topbar a:hover{
	color: #FF6600;
	text-decoration:none;
}

a:link {
color: #009999;
}

a:visited {
color: #9999CC;
}

a:hover {
color: #003366;
}

a img {
	border: none;
}


.main-img {
	border:1px solid #778899;
	display:block;
	float:center;
	margin:0 0 20px 0;
	padding:3px;
	width:480px;
	vertical-align: middle;
}

ul#nav {
	float: left;
	list-style-type: none;
	position: relative;
	width: 150px;
	margin: 0;
	padding: 0;
}

ul#nav li a{
	color:#333333;
	border-bottom:2px solid #FFCC00;
	display:block;
	height:100%;
	padding:5px 3px 5px 15px;
	position:relative;
	text-decoration:none;
	text-indent:-5px;
	font-weight: bold;
}

ul#nav li a:hover{
	color: #FF6600;
}

h1{
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 0;
}

h2{
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 0;
}
.specialblue{
	color: #006699;
	font-weight: bold;
}


/* Here begins the frames of the site */

#container { 
	width: 850px;

	margin: 0 auto;
	text-align: left;
	border: 1px solid #999999;
	background-image: url(../images/mainback.jpg);	
} 
#topbar { 
	padding: 0px;
	height: 150px;
	background-image: url(../images/topbar.jpg);
	background-repeat: no-repeat;
	text-align: center;
} 
#leftbar {
	float: left;
	width: 150px;
	padding: 15px 0 0 15px;
	background-image: url(../images/leftbg.jpg);
	background-repeat: no-repeat;
}
#rightbar {
	float: right;
	width: 150px;
	padding: 10px 0px;
}
#mainContent { 
	margin: 0 160px 15px 160px;
	padding: 15px 15px;
	height: auto;
	min-height: 700px;
} 
#footer { 
	border-top:1px solid #CDCDCD;
	padding: 10px 10px 10px 20px;
	text-align: center;
	color: #778899;
	padding: 10px;
} 
#footer a{
	color: #778899;
}
#footer a:hover{
	color: #2F4F4F;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}