body{
	background-color:#90caef;
	background-image: url(images/body_background.jpg);
	margin:0;	
	font-family: 'Lucida Grande',Verdana,Helvetica,sans-serif;
	font-size: 12px;

}

A:link{ color:#275A78; text-decoration:none; }
A:hover{ color:#333333; text-decoration:underline; }
A:active{ color:#275A78; text-decoration:none; }
A:active:hover{ color:#333333; text-decoration:underline; }
A:visited{ color:#275A78; text-decoration:none; }
A:visited:hover{color:#905900;text-decoration:underline;}

h1, h2, h4 {
	color: #275A78;
	line-height:normal;
}

h3, h5, h6 {
	color: #0176b4;
	line-height:normal;
}

#shadow{

	width:881px;
	margin: 0 auto;
	float: inherit;
	display:table; /* must put this in for FireFox. */
	height:100%; /* Have to put SOMETHING in here for the height for both
browser. DO NOT put in a percentage, must be a pixel value */
	background-color: #9fcde7;
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: 50% 0;	
}

#wraper{
	/*background: #9fcde7 url(images/bg.jpg) repeat-y 50% 0;*/
	padding-left:1px;
	width:850px;
	margin: 0 auto;
	float: inherit;
	display:table; /* must put this in for FireFox. */
	/*height:100%;  Have to put SOMETHING in here for the height for both
browser. DO NOT put in a percentage, must be a pixel value */
	
}

#flash_header{
	width: 650px;
	height:248px;
	background:#F7F7DE;
	float: left;
	}




#leftpan{
	width:220px;
	margin-left:0;
	margin-bottom:0;
	float: left;
	}

#logo{
	width:200px;
	margin-left:0;
	margin-bottom:0;
	clear: right;
	background-image: url(images/ariangodess_new.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

ariangodess{
	width:220px;
	margin-left:0;
	margin-bottom:0;
	float: right;
	}

#centerpan{
	width:640px;
	float: left;
}
#rightpan{
	width:200px;
	background-color:#F7F7DE;
	float: right;
	height: auto;
	background-image: url(images/right_panel_bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	
}
#logodiv{
	width:auto;
	margin-top: 25px;
	text-align: center;
	}

#info{
	width:auto;
	margin-top: 25px;
	padding: 10px;
	font-size:12px;
	color:#346F99;
	font-weight: bold;
	}
#info img{
float:left;
	}
#info h1{
font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif;
font-size:12px;
color:#346F99;
letter-spacing:1.5px;
	}

#address{
	width:auto;
	margin-top: 10px;
	padding: 5px;
	margin-left: 10px;
	font-size:12px;
	color:#553f1b;
	font-weight: bold;
	}

h2{
font-family:'Lucida Grande', Verdana, Helvetica, sans-serif;
font-size:18px;
color:#0176b4;
}

.content{
	padding:10px;
	text-align:justify;
	font: 9pt/14pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
}

.content ul
{
list-style: none;
list-style-position:outside;
padding-left: 15px;
}

.content li
{
	padding-left: 18px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
}

#footer{
	font: 8pt/14pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
	width:850px;
	height:37px;
	margin-left:auto;
	margin-right:auto;
	background:url(images/bg_bottom.jpg) repeat-x   bottom center;
	text-align:center;
	clear:both;
	padding-top: 100px;
}
#footer a{
		color:#FFFFFF;
}
#footer A:hover {
	color:#000000;
	text-decoration:none;
}


#contact{
	padding-left:0px;
	width: 280px;
	height: 135px;
	margin-top: 0px;
}

/* NAVIGATION ELEMENTS */
	
#menu {
	width: 98%;
	margin: 25px 2px 2px 2px;
	}
	
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#menu li a {
  	height: 31px;
	font-family: "Trebuchet MS";
	font-weight:bold;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}
	
	
#menu li a:link, #menu li a:visited {
	color: #905900;
	display: block;
	background: url(images/right_menu_bg.jpg);
	padding: 7px 0 0 15px;
	}
	
#menu li a:hover, #menu li a:active {
	color: #333333;
	background: url(images/right_menu_bg.jpg) 0 -31px;
	padding: 7px 0 0 15px;
	}
	
#menu li #current {
background: url(images/right_menu_bg.jpg) 0 -31px;
color: #333333;
}




.blueheading {
background:none repeat scroll 0 0 #0176B4;
color:#FFFFFF;
font-weight:bold;
height:40px;
line-height:40px;
padding:5px 10px;
display:inline;
}

.blueroundheading {
background:none repeat scroll 0 0 #0176B4;
color:#FFFFFF;
font-weight:bold;
height:40px;
line-height:40px;
padding:5px 10px;
display:inline;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-bottom: 5px;
}

.yellowheading {
background:none repeat scroll 0 0 #EEE394;
color:#905900;
font-weight:bold;
height:40px;
line-height:40px;
padding:5px 10px;
display:inline;
}

.yellowroundheading {
background:none repeat scroll 0 0 #EEE394;
color:#905900;
font-weight:bold;
height:40px;
line-height:40px;
padding:5px 10px;
display:inline;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-bottom: 5px;
}


.bluebox {
background-color:#90caef;
background-image: url(images/body_background.jpg);
border:2px dashed #4792BF;
color:#333333;
letter-spacing:0.05em;
margin-top:15px;
margin-bottom:15px;
padding:10px;
line-height: 20px;
width: 80%;
}



blockquote {
background:#F7F7DE;
border-left:4px solid #F7EBA5;
color:#333333;
letter-spacing:0.05em;
margin-top:15px;
margin-bottom:15px;
padding:10px;
line-height: 20px;
font-weight: bold;
font-family:      "Comic Sans MS"  "Brush Script MT"  cursive;
}
blockquote:before { content: open-quote; font-weight: bold; }
blockquote:after { content: close-quote; font-weight: bold; }