body {
	margin:0px;
	padding:0px;
	font-size: 12px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color:#999999;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	background-color: #FFF;
}


img {
	border:0px;
}

a {
	text-decoration:underline;
	color:#FFFFFF;
	/*border:0px;*/
    
}

a:hover {
	color:#fff;
	background-color:#333333;
	text-decoration:underline;
	border:0px;
}

a:visited {
	border:0px;
}

span {
	border:0px;
}

.color1 {
	color:#1F3566;
}

.color2 {
	color:#FFCC00;
}

.color3 {
	color:#fff;
}
.text_bg { background-color:#c3eee0; padding:10px 0; }
form {
margin:0px;
}

h1{
	font-size:20px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration: none;
}

h2 {
	font-size: 16px;
	letter-spacing:-0.04em;
	color: #FFFFFF;
	margin:0px;
	padding:0px;
	padding-top:10px;
}

h3 {
	font-weight:500;
	font-size:16px;
	color:#000000;
	margin:0px 0px 15px 0px;
}
li {
	list-style-type:disc;
	padding:5px 0;
	list-style-position: inside;
	list-style-image: url(../images/bullet_1.png);
}
input{
	height:18px;
	border:1px solid #666666;	
}

.button{
	height:24px;
	border:0px solid #666666;	
}
#top_area {	
	float:left;
	width:100%;
	height:201px;
	background-image:url(../images/bg_top.jpg); background-repeat:repeat-x;}
#header{
	margin-left:auto;
	margin-right:auto;
	width:990px;
	height:201px;
}
#logo {
	float:left;
	width:606px;
	height:151px;
}
#flags {
	float:left;
	width:315px;
	height:151px;
}
/*  Navigation Start      */
#Nav {
	float:left;
	width:990px;
	height:50px;
	margin: 0;
	font-size:16px;
}
#main-cont{
	width:990px;
	margin-left:auto;
	margin-right:auto;
}

/*  Navigation End      */
#banner{
	float:left;
	margin:0px 0;
	width:990px;
	height:650px;
}
#main {
	float:left;
	width:950px;
	padding:20px;
	background-image:url(../images/main_bg.png);
	background-repeat:repeat;
}
#main img{ border: 8px solid #222; }
#footer { float:left; width:100%; height:521px; background-image:url(../images/footer_image.png); background-position:center;}
#footer_text {
	margin-left:auto;
	margin-right:auto;
	width:950px;
	height:auto;
	padding:20px;
	color:#deadb4;
}
#social_icons { float:right; width:950px; margin-top:260px; width:450px;}
#copy_design { float:right; width:450px; margin:30px 55px 0 0; color:#FFFFFF; text-align:right; }
#footer a{
	color:#FFF;
	text-decoration:underline;
}

#footer a:hover{
color:#000;
}
.td1 { background-color:#333333; color:#FFFFFF; padding:5px;}
.td2 { background-color:#000000; color:#FFFFFF; padding:5px;}
.table1 { border:#333333 1px solid;}
/*Drop Down Menu CSS Start */
/*
	LEVEL ONE
*/
ul {list-style:none;}
ul.dropdown                         { position: relative; margin:0px; padding:0px;}
ul.dropdown li                      { float: left; zoom: 1; background: #; list-style:none; margin:0px 0 ; padding:0;}
ul.dropdown a:hover		            { color: #c5c5c5; background-color:#000;}
ul.dropdown a:active                { color: #c5c5c5; }
ul.dropdown li a                    {
										display: block;
										padding:0 20px;
										line-height:46px;
										margin:2px 0;
										background-image:url(../images/nav_seperator.jpg);
										background-repeat:no-repeat; background-position:right;
										color: #c5c5c5;
										list-style-type: none;
										text-decoration: none;
										border-right: #000000 solid 1px;
}
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover, ul.dropdown li:hover                {
										color: #FFF;
										position: relative;
										background-color:#000;
										
}
ul.dropdown li.hover a              { color: #FFF; margin:2px 0;}
/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 220px; visibility: hidden; border-left: 1px #000000 solid; position: absolute; top: 100%; left: 0; margin:0px; padding:0; }
ul.dropdown ul li 					{ font-weight: normal; background: #2B7DAF; color: #FFF; 
									  border-bottom: 1px solid #0B1E4A; float: none; line-height:40px; margin:0px; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; height:30px; display: inline-block; background-image:none;}
ul.dropdown ul li a:hover, a.hover    { width:192px; height:40px; background-color:#000;}		

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; border-bottom: 1px solid #0B1E4A; line-height:40px;}
ul.dropdown ul ul li				{ margin-left:0px;}
ul.dropdown li:hover > ul 			{ visibility: visible;}

/*Drop Down Menu CSS End */

