/*---------------------------------------------*/
/* CLASSES: HTML, BODY, IMG		       */
/*---------------------------------------------*/
html, body
	{
	  margin:		0px auto;
	  padding: 		0px;
	  border: 		0px;	  
	  background-color:     white;
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 12pt;
	  color: #666666;	  
	  text-align:justify;
	}

img
	{
	  border:		none;
	
	  
	}

/*---------------------------------------------*/
/* CLASSES: P, SPAN, HEADERS		       */
/*---------------------------------------------*/
h1
	{
	  font-size: 16pt;
	  padding:0;
	  margin:0;
	}

h2
	{
	  font-size: 12pt;
	  font-weight: lighter;
	}
	
h3
	{
	  font-size: 12pt;
	  font-weight: lighter;
	}

h4  
	{
	  font-size: 11pt;
	  margin: 10px 0 10px 0;
	}

p, label
	{
	  margin:		0px;
	  font-size:		10pt;
	  line-height:		1.5em;
	  padding: 5px 0 5px 0;
	
	}

a
	{
	color: #666666;
	
	}
	
blockquote p
	{
	padding: 0;
	color: #00ace7;

	float: left;

	}
	
blockquote
{
float:right;
width: 150px;
margin: 0 30px 0 30px;
padding: 20px 20px 10px 20px;

}

cite
{
float: right;
margin-left: 50px;
padding-right: 20px;
font-size: 10pt;
width:180px;
margin-bottom:15px;
color: #00ace7;
} 

.clear { clear:both; }

.header
	{
	  font-family: 		Arial, Helvetica, Times New Roman;
	  font-size: 		18px;
	  font-weight: 		bold;
	  color: 		#9d0708;
	}	
	
.subheader
	{
	  font-family: 		Arial, Helvetica, Times New Roman;
	  font-size: 		16px;
	  font-weight: 		bold;
	  color: 		#9d0708;
	}	
	
.alignCenter { text-align: center; }	
.alignRight  { text-align: Right; }
	
.floatLeft { float: left; }	
	
.bold  { font-weight: bold; }	
.small { font-size: 8pt; }	
.large { font-size: 12pt; }
	
.leftindent  { margin-left: 5px; }
.rightindent { padding-right:	5px; }	

.copyright {font-size: 7pt; width: 235px;  }

.warning {color:#fd0103;}


/*---------------------------------------------*/
/* CLASSES: WIDTH 			       */
/*---------------------------------------------*/
.width50  { width: 50px; }
.width75  { width: 75px; }
.width100 { width: 100px; }
.width125 { width: 125px; }
.width130 { width: 130px; }
.width135 { width: 135px; }
.width140 { width: 140px; }
.width160 { width: 160px; }
.width175 { width: 175px; }
.width200 { width: 200px; }
.width210 { width: 210px; }
.width360 { width: 360px; }
.width450 { width: 450px; }


/*---------------------------------------------*/
/* ID: DIV, WEBSITE STRUCTURE		       */
/*---------------------------------------------*/
#container 
	{
	  margin: 		0px auto;	  
	  width:		980px;
	  padding: 		0px 0px 0px 0px;	
	  background-image: 	url('../images/bkg.jpg');
	  background-repeat: 	repeat-y;
	  display:		inline-box;	  
	}
	
#header
	{
	  background-image: url('images/header_bkg.jpg');
	  background-repeat:repeat-x;
	  min-height:127px;
	  margin: 0 28px;
	  padding:0;
	}

#pop-up
	{
	padding: 20px;
	}
	
#content 
	{
	  clear:left;
	  margin: 20px 28px 0 28px;
	}
	
#left-content
	{
	  width: 430px;
	  padding: 5px 10px 0 30px;
	  float:left;
	}
	
#right-content
	{
	  float:left;
	  padding-left: 18px;
	  width: 390px
	}	

#right-content img
	{
	margin-bottom:10px;
	margin-right: 15px;
	text-align:center;
	}
	
#box-shadow
	{
		width: 410px;
		height: 154px;
		background-image: url('../images/box_shadow.png');
		margin-top:10px;
		margin-bottom: 20px;
	}
	
#box-content
	{
		width:383px;
		height: 146px;
		border: 1px solid #666666;
		background-color: #00ace7;
		color: white;
		padding-left: 20px;
	}

#box-content a {color: white;}


#footer
	{
	 margin: 20px 28px 0 28px;
	 padding: 0 30px 0 30px;
	}
	
#footer p
	{
	line-height: 1em;
	font-size: 8pt;
	color: #00ace7;
	}
	
#copyright
	{
	 margin-top:30px;
	 width: 365px;
     float:right;
	}	

#copyright img
	{
	padding-left:10px;
	}

#copyright p
	{
	text-align:right;

	}

/**************************************
               FORM        
**************************************/

form {margin: 0; padding: 0;}
	
#form
	{
	margin: 0 auto;
	width: 431px;
	height: 520px;
	background-image: url('../images/large_box_shadow.png');
	background-repeat:repeat-y;
	background-color: #00ace7;
	color:white;
	margin-bottom:20px;
	}

#form #box-content 
 	{
		width:404px;
		height: 500px;
		border: 1px solid #666666;
		background-color: #00ace7;
		color: white;
		padding-left: 20px;
	}

#form table {margin: 0 auto;}


fieldset
	{

	padding-top:20px;
	border:none;
	padding-left:0;
	margin: 0;
	
	}


#form input
	{
	margin-top: 7px;
	}

select
	{
	margin-top: 8px;
	}

#form label
	{
	width: 191px;
	float: left;
	text-align:right;
	margin-right: 0.5em;
	display: block
	}

input.submit 
	{
	margin-left: 207px;
	margin-bottom:0;
	}
	
/*---------------------------------------------*/
/* ID: TOP NAVIGATION			       */
/*---------------------------------------------*/	
#top-nav
	{
	  padding:0;
	  margin: 0 28px;
	  min-height: 30px;
	  border-top: 1px solid #666666;
	  border-bottom: 3px solid #00ace7;
	}    
	
#top-nav ul
	{
	  list-style: none;
      padding:0;
	  margin:0;
	  padding-left:20px;
	  
	}

#top-nav li
	{
	  float: left;
	  margin-right: 69px;
	  margin-top: 7px;
	  margin-bottom: 5px;
	}

#top-nav li.last {margin-right: 20px;}

#top-nav li a
	{	  	  
	  text-decoration:none;
	  color: #666666;
	  padding-bottom: 5px;
	 
	}

#top-nav li a:hover
	{ 
	  color: #00ace7;
	  border-bottom: 3px solid #ff8501;
	}

/* Hide from IE5-Mac */
#top-nav li a { float: none }
/* End hide */  	
	
	
/*---------------------------------------------*/
/* ID: BOTTOM NAVIGATION		       */
/*---------------------------------------------*/		
#bottom-nav
	{
	  margin: 0 28px;
	  font-size:9pt;
	  height:22px;
	  background-image: url('../images/bottom_nav_bkg.jpg');
	  background-repeat: repeat-x;
	  
	}    
	
#bottom-nav ul
	{
	  list-style:none;
	  padding: 0;
	  margin: 0;
	  padding-top:3px;
	  margin-top:15px;
	  margin-left:20px;
	}

#bottom-nav li
	{
	 float: left;
	 margin-right:22px;
	}

#bottom-nav li.last {margin-right:20px;}
#bottom-nav li.first { margin-right: 138px; }

#bottom-nav li a
	{	  	  
	  text-decoration: none;
	  color: #666666;
	}

#bottom-nav li a:hover
	{
	  color: #00ace7;
	}

/* Hide from IE5-Mac */
#bottom-nav li a
	{
  	  float: 		none
	}
/* End hide */  	


