/* Box Styles */
body{background-color:#CCCCCC;
padding:0px;
margin:0px;
height:100%;
}
.navColumn{
width:219px;
}
h1 {
font-family:"Times New Roman";
font-size:24;
color:#999999;
}

h2{font-family:Verdana; font-size:17px; color:#644300; font-weight:bold;}

h3{font-size:1em;}


.siteContainer{
border:1px solid #000000;
width:780px;
max-width:780px;
height:100%;
min-height:100%;
}

/************** text and link styles *****/
a,a:hover,a:active,a:visited{color:#333333;}
.siteText{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333333;
line-height:18px;
font-size:13px;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	padding-top:10px;
}

.footer a{
	color:#FFFFFF;
	font-weight:normal;
}

