body {
	font-family:Arial,Helvetica,Geneva,sans-serif;
	color : Black;
	scrollbar-arrow-color : #FF8A00;
	scrollbar-base-color : #5B5B5B;
	scrollbar-darkshadow-color : Black;
	scrollbar-highlight-color : #FF8A00;
	position:absolute;
	margin: 0px 0%;
	padding: 0px;
	background-color : #DADADA;
}

body * { font-size:10.5pt;  }

a:link {color:#5B5B5B;text-decoration: none;font-size:12pt;}
a:visited { color:#5B5B5B; text-decoration:none;font-size:12pt; }
a:hover { color:#5B5B5B; text-decoration:none; font-size : 12pt;}
a:active { color:#5B5B5B; text-decoration:none; font-size : 12pt;}

img{
	border : 0px;
}

#start_header{
	top: 0px;
	position:absolute;
	left:0px;
	height: 120px;
	width: 1000px;	
	background-color : #5B5B5B;
}

#line_header{
	top: 120px;
	position: absolute;
	left: 0px;
	height: 13px;
	width: 1000px;	
	background-image : url(../images/orange.gif);
}

#line_left{
	top: 133px;
	position: absolute;
	left: 0px;
	height: 567px;
	width: 2px;	
	background-image : url(../images/orange.gif);
}


#start_content{
	padding-top : 15px;
	top: 133px;
	position:absolute;
	left:2px;
	height: 567px;
	width: 996px;
	background-color : #F4F4F4;
}


#start_content_text{
	top: 0px;
	position:relative;
	left: 0px;
	width: px;
	height: 200px;
	padding-left : 20px;
	font-size : 24px;
}

#start_content_images{
	top: 130px;
	position: absolute;
	left: 200px;
	height: 190px;
	padding-top : 20px;
	padding-left : 20px;
	text-align : center;
}

img.images{
	margin-right : 20px;	
}


#start_nav{
	top: 0px;
	position:relative;
	left:0px;
	height:150px;

}

#start_flagt{
	top: 190px;
	position: absolute;
	left: 200px;
	height: 30px;
	text-align : center;
	word-spacing : 35px;
	margin-top : 15px;	
}

#start_flag{
	top: 140px;
	position: absolute;
	left: 21px;
	height: 70px;
	padding-left : 179px;

}

img.flag{
    margin-top : 6px;
	margin-right : 40px;	
}

#line_right{
	top: 133px;
	position: absolute;
	left: 998px;
	height: 567px;
	width: 2px;	
	background-image : url(../images/orange.gif);
}

#line_bottom{
	top: 700px;
	position: absolute;
	left: 0px;
	height: 2px;
	width: 1000px;
	background-image : url(../images/orange.gif);
}


#start_footer{
	top: 702px;
	position:absolute;
	left:0px;
	width: 1000px;
	height: 20px;
	background-color : #DADADA;	
		
}