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

body {
background-color:#EFF6E4 ;
font-family: Arial;
}

#wrapper {
 border: 1px solid #333;
}

#nav {
 height: 48px;
 background: url(images/navBG.jpg) repeat-x;
}

#cont {
 background-color: #eff6e4;
}

h1 {
 font-size: 16pt;
 color: #3366CC;
}

#navLinks, #navLinks a {
color: #fff;
text-decoration: none;
}

.sm {
 font-size: 12px;	
}
