@charset "UTF-8";
/* CSS Document */

/*----------------------------------------------------GLOBAL TAGS*/
*{padding: 0px; margin: 0px;}

.footer {font-size: 9px;
color: #666666; 
text-decoration: none;
}


body{
background-image:url(images/new-background.jpg);
background-repeat:repeat-x;
background-position:top;
padding-top:0px;
margin-top:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

div{
}

h2 {
	padding-top: 15px;
	clear: both;
}

h3 {
	margin-top: 20px;
	border-bottom: 1px solid #999999;
	margin-bottom: 5px;
}

p{
padding-top:0px;
margin-top:0px;
}
/*----------------------------------------------------END GLOBAL TAGS*/

/*----------------------------------------------------DIV POSITIONING*/

#everything{
width:780px;
margin-left:auto;
margin-right:auto;
margin-top:0px;
padding-top:0px;
height:auto;
}

#header{
height:340px;
}

#words2{
margin-top:100px;
margin-left:3px;
float:right;
}

#leftcolumn{
float:left;
width:278px;
overflow:hidden;
}

#centercolumn{
float:left;
width:294px;
height:340px;
position:relative;
}

#introwords{
margin-top:110px;
padding-top:10px;

}

#rightcolumn{
float:right;
width:211px;
height:340px;
}

#rightcolumn img{
border:none;
}

#bodywrapper{
clear:both;
}

#bodybackground{
height:442px;
background-color:#333333;
margin-top:10px;
margin-bottom:10px;
margin-right:10px;
border:1px solid white;
border-right:none;
}

#navigation{
background-image:url(images/new-navigationbg.jpg);
background-repeat:repeat-x;
margin-top:10px;
float:left;
width:278px;
height:442px;
}

#contentarea{
float:right;
/*height:650px;*/
width:502px;
background-color:#FFFFFF;
}

#contentarea img{
padding-top:0px;
margin-top:0px;
}

#picturearea{
background-color:#CCCCCC;
height:60px;
}

#contenttop{
}

#contentwords{
padding:10px;
/*height:450px;*/
background-color:#FFFFFF;
}

#contentwords p{
	padding-bottom: 10px;
}

#contentwords li{
	padding-bottom: 10px;
}

#contentwords ul{
	margin-left: 20px;
}

#contentarea img{
border:none;
}
/*----------------------------------------------------END DIV POSITIONING AND BACKGROUNDS*/

/*----------------------------------------------------------VERTICAL NAVIGATION STYLE*/
#navigation ul{
margin-top:0px;
padding-top:0px;
padding-left:0px;
border-left:1px solid white;
border-right:1px solid white;
border-bottom:1px solid white;
z-index:10000;
}

#navigation ul li{
list-style:none;
}

.firstnav{
border:none;
}

#navigation ul li a{
text-decoration:none;
padding-left:10px;
border-top:1px white solid;
padding-top:15px;
height:33px;
display:block;
color:#fff;
font-size:14px;
}

#navigation ul li a:hover{
background-image:url(images/triangle.gif);
background-repeat:no-repeat;
background-position:100% 50%
/*text-decoration:underline;   */  /*UNCOMMENT FOR UNDERLINES*/
}

#lastlink{
border-bottom:solid 1px #FFFFFF;
}

#morelink{
text-align:right;
}

#morelink a{
text-decoration:none;
}

#morelink a:hover{
text-decoration:underline;
}

#contentarea p{
margin-top:10px;
}

#subnavwrapper{
padding-left:10px;
padding-right:10px;
}



#subnav{
display:block;
height:20px;
border-bottom:dotted 1px black;

}

#subnav ul{
padding-left:0px;
margin-left:0px;

}

#subnav ul li{
list-style:none;
float:left;
padding-right:12px;

}

#subnav ul li a{
color:#000066;
text-decoration:none;
}

#subnav ul li a:hover{
text-decoration:underline;
}



/*----------------------------------------------------------END OF VERT. NAV STYLE*/

/*----------------------------------------------------------CLASS DECLARATIONS*/

.active{
background-image:url(images/triangle.gif);
background-position:right;
background-repeat:no-repeat;
}

.name{
text-align:right;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
font-style:italic;
margin-bottom:7px;
}

.bordertop{
border-top:1px solid black;
}

.bottomlink a{
font-size:14px;
display:block;
color:#FF9900;
text-decoration:none;
text-align:right;
}

.bottomlink a:hover{
text-decoration:underline;
}

.right{
float:right;
}

.left{
float:left;
/*----------------------------------------------------------END CLASS DECLARATIONS*/
