body	{
	margin:0px;
 	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
}
p {  
    margin-top: 0; 
    margin-bottom: 0; 
}
h1 {  
    margin-top: 0; 
    margin-bottom: 0; 
}
.header_black_strip {
 height: 4px;
 background: #000000;
}
.header_white_strip {
 height: 2px;
 background: #FFFFFF;
 }
#header { 
    background-color: #FF6600;
}
.header_logo {
	margin: 0px 0px 0px 21px;
	padding: 0;
}
.header_menu {
	position: absolute;
	top: 0px;
	right: 14px;
	width: 222px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: left;
}
.content { 
 margin: 0px 22px 0px 21px;
}
.bgblue	{
	background-color: #0066CC;
}
.bgpurple	{
	background-color: #990066;
}
.bggreen	{
	background-color: #006600;
}
.index_blue_strip1 {
 height: 4px;
 background: #0066CC;
}
.index_green_strip1 {
 height: 8px;
 background: #006600;
}
.index_purple_strip {
 height: 6px;
 background: #990066;
}
.index_blue_strip2 {
 height: 8px;
 background: #0066CC;
}
.index_green_strip2 {
 height: 4px;
 background: #006600;
}
.index_orange_strip {
 background-color: #FF6600;
}
/* vertical centring content*/
#index {
     position:absolute;
     left: 0; 
     top: 50%;
     width: 100%;
     height: 173px;
     margin-top: -86px; /* half of the height */
     margin-left: 0; /* half of the width */
	 text-align:center;
}
/* links in main content */
a.whitelinks:link    {
	color:            #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
} 
a.whitelinks:visited {
    color:            #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.whitelinks:hover   {
	color:            #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
} 
/* link on index page */
a.blacklinks:link    {
	color:            #000000;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
} 
a.blacklinks:visited {
    color:            #000000;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	
}
a.blacklinks:hover   {
	color:            #000000;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
} 
/* footer */
#footer { 
    background-color: #FF6600;
	text-align: right;
}
/* link in the footer */
.flekitext {
  margin: 0px 21px 0px 0px;
}
/* position index footer */
#index_footer { 
	text-align: right;
	margin: 20px 0px 0px 0px;
}
