@charset "UTF-8";

/*
-----------------------------------------------
Screen Stylesheet

Author: Delwin Holeman delwin@idwebandprint.com
Version: 2008.08
----------------------------------------------- */

* {
	margin: 0; /* it's good practice to zero the margin and padding of all the elements to account for differing browser defaults */
	padding: 0;
	}

body  {
	margin: 0 auto;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	color: #fff;
	background: #262652 url(/images/bg_entry.gif) repeat-x top;
	}
	
#logo {
	margin: 0 auto;
	width: 366px;
	height: 120px;
	background: url(/images/logo_entry.gif) no-repeat;
	overflow: hidden;
	}
	
#logo span { 
	display:none 
	}

#content { 
	width: 780px; 
	margin: 150px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0 0 40px 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	} 
	
#mainContent {
	width: 780px;
	}
	
ul.choose {
	float: right;
	text-align: right;
	margin: 4px 42px 0 0;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	}
	
ul.choose li {
	margin: 0 0 13px 0;
	}
	
.languageType {
	font-size: 12px;
	font-style: italic;
	}
	
a {
	color: #fff;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
ul {
	font-size: 15px;
	list-style: none;
	}
	
li {
	margin: 0 0 8px 0;
	}
	
.fltrt {
	float: right;
	margin: 0 146px 7px 0px;
	text-align: left;
	}

.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;
	}