/* Building Specs CSS Document */

body{
background-color:#00529F;
}

#header1{
width:210px;
height:200px;
}

#header2{
width:750px;
height:200px;
background-image:url(../images/design-3_02.png);
background-repeat:no-repeat;
text-align:center;
}

#main{
width:960px;
height:auto;
background-image:url(../images/design-3_03.png);
background-repeat:repeat-y;
}

#menu{
width:210px;
height:auto;
text-align:left;
vertical-align:top;
}

#content{
width:710px;
height:auto;
text-align:left;
vertical-align:top;
}

#footer{
width:960px;
height:100px;
background-image:url(../images/design-3_04.png);
background-repeat:no-repeat;
}

h1{
font-family:"copperplate Gothic Bold";
font-size:30px;
}


/* navigation */
table.navigation
{ 
	border: 0px; 
	width:200px;	
}
td.navigation_1 {color:#000000; padding-left:0px; font-size:16px; text-decoration: none; font-weight:bold;} 
td.navigation_2 {color:#000000; padding-left:10px; font-size:12px;} 
td.navigation_3 {color:#000000; padding-left:15px; font-size:12px; } 
td.navigation_4 {color:#000000; padding-left:20px; font-size:12px; } 

a.navigation { color: #000000; font-size:16px; text-decoration: none; font-weight:bold; }
a.navigation:hover { color: #00529F; text-decoration: none; font-style:italic;}
a.navigation_selected { color: #00529F; text-decoration: none; font-weight:bold; } 


