﻿/* tested with IE7/Win, Mozilla Firefox, Opera, Safari,..................... */

/* colors
blue: 			#404987
navy:			#062b6e
orange:			#cb7238
links:			underlined, then white: #1A4D91
*/

/* basic elements */

body {background-image: url("images/background.jpg"); background-repeat: no-repeat; background-attachment:scroll; background-color:#cb7238;}

/*    fonts------------------------------------------------------------------*/
a:link {color: #062b6e;text-decoration: underline;} 
a:visited {color:#062b6e;text-decoration: underline;} 
a:hover {color: #ffffff;text-decoration: none;}
a:active {color:#ffffff; text-decoration: bold;}

h1 {font: 45pt Times, serif, Arial, Verdana,; color:#062b6e;}
h1 span  {display:none;}
h2 {font: 12pt Arial, Verdana, Times, serif; color:#062b6e; font-weight: bold; margin: 5px; text-align: left;}
h3 {font: 0.75em Arial, Verdana, Times, serif; color:#062b6e; font-weight: bold; margin: 20px; width: 480px; text-align: center;}

li {font: 10pt Arial, Verdana, Times, serif; color:#062b6e;}

p{font: 10pt Arial, Verdana, Times, serif; color:#062b6e;
text-align: left;
text-indent: 0px;
padding: 3px 5px 2px 5px;
margin: 0px;}


#globalnav li {font: 13.5pt Times, serif, Arial, Verdana; width: 220px;height:35px; list-style-type:none;}
#globalnav li a:link {color: #ffffff;text-decoration: none;} 
#globalnav li a:visited {color:#ffffff;text-decoration: none;} 
#globalnav li a:focus {color:#cb7238;}
#globalnav li a:hover {color: #cb7238;text-decoration: none;}
#globalnav li a:active {color:#ffffff; text-decoration: none;}

abbr, acronym {text-decoration: none;border-bottom: 1px dotted #062b6e;cursor: help;}

/*--------------------------------------------------------------------------*/ 

/*    main content---------------------------------------------------------*/
#container {width: 1024px; position:absolute; top: 1px;}

#logo {width: 165px; height: 110px; position: absolute; top: 20px; left: 875px;}

#header {width: 550px; height: 140px; position:absolute; top: 85px; left: 250px;}

#summary {width: 550px; position:absolute; top: 245px; left: 240px; padding: 10px 5px 10px 0px; }

#saty p {font: 8.5pt Verdana, Arial,Times, serif; color: #062b6e; border-top: 1px solid #062b6e; border-bottom: 1px solid #062b6e;}


/*--  footer - at bottom of page-------------------------------------------*/
#footer {width:600px; height: 40px; position:relative; top:10px; left: 30px;}
#footer a:link {color: #ffffff;text-decoration: underline;font: 7.5pt Verdana, Arial, "Century Gothic", Times; padding: 0 10px 0 0;} 
#footer a:visited {color:#ffffff;text-decoration: underline;} 
#footer a:hover {color: #062b6e;text-decoration: underline;}
#footer p {font: 7.5pt Verdana, Arial,Times, serif; color: #ffffff; text-align: center;}

#valid {height: 30px; width: 200px; position:relative; top:-35px;}
/*--------------------------------------------------------------------------*/


/*--  global navigation - at LHS of main-------------------------------------------*/
#globalnav {height: 300px; width: 215px; position: absolute; top: 100px; left: -30px;}
/*--------------------------------------------------------------------------*/

