body { 
	background-color: #FFFFFF;
	margin:0px;
	font-family: Verdana;
	font-size: 11px;
	}

	
.flag {
	position: absolute;
	top: 0px;
	left: 0px;
	}	
	
.flagRight {
	position: absolute;
	top:0px;
	left:637px;
	}
	
.navigation {
	position: absolute;
	top: 89px;
	left: 0px;
	width:955px;
	background-image: url(../images/navigation/navBackground.gif);
	background-repeat: repeat-x;
	z-index: 50;
	}	
	
.contentWrapper {
	position: absolute;
	width: 936px;
	top: 123px;
	left: 10px;	
	}	
	
.contentMain {
	position: relative;
	width: 936px;
	top:10px;
	background-image: url(contentBackground.gif) ; 
	z-index: 2;
	}	
	
.contentLeft {
	float: left;
	width: 274px;
	}

	
.contentRight {
	float: right;
	width: 627px;
	}		
	
.clearFloat {
	clear: both;
	}	
	
	
	
.contentRight p {
	font-family: Verdana;
	font-size: 11px;
	color: #454545;
	line-height: 14px;
	}	
	
	
.contentRight h1 {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #454545;
	line-height: 16px;
	}
	
.contentRight li {
	font-family: Verdana;
	font-size: 11px;
	color: #454545;
	line-height: 15px;
	}


.contentLeft p {
	font-family: Arial;
	font-size: 10px;
	color: #1E4A5B;
	line-height: 14px;
	}	
	
	
input	{
	background-color: white;
	border-color: #1e4a5b;
	color: #666666;
	padding: 3px;
	border-width: 1px;
	border-style: solid;
	width: 160px;
	font-size: 11px;
	font-family: Arial;
	}	
	
.buttonAlt	{
	margin-top: 4px;
	background-color: #1e4a5b;
	color: #ffffff;
	border-width: 0px;
	padding: 3px;
	font-size: 11px;
	font-weight: bold;
	width: auto;
	}	
			
	
.contentLeft h1 {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: black;
	line-height: 16px;
	}	
	
	
.contentLeft h2 {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: black;
	line-height: 16px;
	margin-bottom: -6px;
	}	
			
		
.copyright p {
	font-size: 10px;
	color: #666666;
	line-height: 12px;
	}
	
a:link { 
	color: #BF110B;
	text-decoration: none;
	}
	
a:visited { 
	color: #BF110B;
	text-decoration: none;	
	}
	
a:hover { 
	color: #1e4a5b;
	text-decoration: underline;	
	}
	
a:active { 
	color: #BF110B;
	text-decoration: none;
	}	
	
.varBox {
	position: relative;
	float: left;
	width: 274px;
	height:63px;
	z-index: 10;
	background-image: url(../images/framework/varBox.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	}	
	
.varText {
	position: absolute;
	top:19px;
	left: 60px;
	width: 210px;
	height:26px;
	z-index: 10;
	overflow: hidden;	
	line-height: 13px;
	}	
	
.varLink {
	position: absolute;
	top:45px;
	left: 60px;
	width: 210px;
	z-index: 10;
	font-size: 11px;
	font-weight: bold;	
	}	

.actNow {
	float: right;
	margin-left: 10px;
	}	
	
select    {
    background-color: white;
    border-color: #1e4a5b;
    color: #666666;
    padding: 3px;
    border-width: 1px;
    border-style: solid;
    width: 250px;
    font-size: 11px;
    font-family: Arial;
    }
        
textarea    {
    background-color: white;
    border-color: #1e4a5b;
    color: #666666;
    padding: 3px;
    border-width: 1px;
    border-style: solid;
    width: 250px;
    font-size: 11px;
    font-family: Arial;
    }
    
    
.inputAlt    {
    background-color: white;
    border-color: #1e4a5b;
    color: #666666;
    padding: 3px;
    border-width: 1px;
    border-style: solid;
    width: 250px;
    font-size: 11px;
    font-family: Arial;
    }    
	
	

	
