/* CSS STYLE SHEET */


/* BASIC STYLES */

html, body, img { margin: 0;padding: 0; }
	  
body {
	font-size: small;
	font-family: Arial, sans-serif;
	background: #000000;
	color: #FFFFFF;
	}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html body { font-size: x-small; }
* html body { fon\t-size: small; }
/* End hide from IE5/mac */

h1 { font-size: 150%; }
h2 { font-size: 140%; }
h3 { font-size: 130%; }
h4 { font-size: 120%; }
h5 { font-size: 110%; }


h1, h2, h3, h4, h5 { 
                     font-family: Arial, sans-serif;
	                 color: #FFFFFF;
	                 }

p { font-size: 100%;
	margin-left: 5px;
	}
	
	
	
/* LINK STYLES */


a:link { color: #FFFFFF; }
a:visited { color: #FFFFFF; }
a:hover {color: #5ECCED; }
a:visited:hover {color: #5ECCED; }



/* LIST STYLES */

ul li, ol li { font-size: 100%; }
ul li ul li a { font-size: 100%; }


/* CLASS STYLES */

	 

/* ID STYLES */

#wrap {
	position: relative;
	width: 800px;
	margin: 20px auto 0 auto;
	text-align: left;
	}

#main {
    margin: 0;
    padding: 0;
    background: #031851;
    position: relative;
	}

#testimonials { font-style: italic ;
                }
                
#quote { border-bottom: 1px solid #5ECCED ; }

#footer {
	margin: 20px 0 20px 0;
	padding: 0;
	text-align: center;
	font-size: 80%;
	}

#footer a { text-decoration: none; }
		
/* FLASH STYLES */

#flash {
	width: 603px;
	height: 490px;
	}
	
#header { width: 470px; height: 150px; margin: 0 auto 0 auto; text-align: center; }

#left { width: 140px; float: left; }
#right { position: absolute; top: 0; right: 0; width: 170px; border-left: 1px solid #FFFFFF; background: #546289 ; }
	
/* NAV STYLES */

#nav { 
	margin: 50px 0 20px 0;
	padding: 0;
    }

#nav ul { margin: 0; padding: 0; }

#nav li {list-style: none;
	margin: 0;
	padding:0;
	width: 120px;
	height: 25px;
	}

.nav2 { background: #223466; }

#nav li a {
    display: block;
	margin: 0;
	padding: 8px 0 0 20px;
	width: 120px;
	height: 25px;

	}
	
#nav li a:hover {
	background: url(images/nav.gif) left no-repeat;
	}

/* END CSS */
/* END CSS */
/* END CSS */
/* END CSS */
/* END CSS */
/* END CSS */
