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

/*	Global Handlers
================================================*/
#wrapper{ 
margin: 0 auto; 
width:800px; 
height:775px;
background-color:#FFFFFF;
}

#contentwrapper{ 
width:800px; 
height:600px;
margin:0; 
clear:both;
}

#innercontent{ 
width:800px; 
height:600px;
margin:0; 
clear:both;
}

#header{
width:800px;
height:67px;
clear:both;
background-repeat:no-repeat;
}

#columnleft { 
width:550px; 
height:555px;
padding-top:10px;
padding-bottom:10px;
padding-left:10px; 
float:left;
}

#columnright { 
height:565px; 
width:235px; 
background-color:#FFFFFF;
padding-left:5px;
padding-bottom:10px;
float:left;
}

#footer{
width:475px; 
height:65px; 
padding-top:25px;
padding-left:325px;
float:left;
font-family:Arial, Helvetica, sans-serif;
background-image:url(Images/footer.jpg);
font-size:11px; 
color:#333333;
clear:both;
}

#infobox {
width:235px; 
padding-left:3px;
padding-top:3px;
height:200px;
border-width:thin;
border-color:#999999;
background-image:url(Images/boxbg.jpg);
background-repeat:no-repeat;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#imgcontainer{
width:550px;
height:325px;
clear:both;
}

/*	Menu
================================================*/


#navcontainer { 
list-style-type: none;
background-image:url(Images/menubg.jpg);
}

ul{
width:760px; 
height:25px; 
background-image:url(Images/menubg.jpg);
list-style-type: none;
}

#navcontainer a{
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
display: inline;
padding-left:15px;
}

#navcontainer a:link, #navlist a:visited
{
text-decoration: none;
font-weight:bold;
}


/*	Text classes
================================================*/

.menutext{
font-family:Arial, Helvetica, sans-serif;
font-weight:600;
list-style-type:none;
text-decoration:none;
}

.h1quote {
font-family:Arial, Helvetica, sans-serif;
color:#5589c7;
font-size:20px;
font-weight:700;
text-decoration:none;

}
.h1 {
font-family:Arial, Helvetica, sans-serif;
color:#5589c7;
text-decoration:none;

}

.h2{ 
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:600;
color:#333333; 
text-decoration:none;
}

.statment{
font-family:Arial, Helvetica, sans-serif;
font-size:30px;
font-weight:600;
color:#5589c7; 
text-decoration:none;
}
.contenttext{ 
font-family:Arial, Helvetica, sans-serif;
font-size:12px; 
color:#333333;
text-decoration:none;
}

.contenttextblue{ 
font-family:Arial, Helvetica, sans-serif;
font-size:12px; 
color:#5589c7;
text-decoration:none;
}
