@charset "utf-8";
/* CSS Document */

@import "layout.css";
@import "conpan.css";

body
        {
/*set default look for main content. not footer*/
/*set font size. then all titles etc will be based on a % of this size*/
        margin:0 auto;
		text-align:center;
        padding:0pt;
        font-family:Verdana,Arial,Helvetica,sans-serif;
		background-color:#e5ebe1;
		font-style:normal;
        font-variant:normal;
        font-size:11px;
        color:#302F2C;
        height:100%;
		}
		
.normalBold 
			{ 
		font-weight:normal; color:#777777;
		}
		
		
/*--------------links at the bottom of page hidden until rest of site is viewable---------------------
#bottom_menu
		{
		background-color:#5e5e5e;
		padding-left:225px;
		padding-bottom:10px;
		}
#bottom_menu a
		{
		color:#302f2d;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size:10px;
		text-decoration:none;
		}
#bottom_menu a:hover
		{
		text-decoration:underline;
		}
-----------------------------------------------------------------------------------------------------*/
