/* CSS Document */
*{font-weight:normal;}

body {
font-size:10pt;
font-family:Verdana, Arial, Helvetica, sans-serif;
width:750px;
text-align:center;
background:#DFEBFF;
margin-left:auto;
margin-right:auto;
}
hr { width:95%; text-align:center; color:#DFEBFF; height:1px;}

h4{ 
font-size:0.9em;
color:white;
text-align:left;
padding:3px 0px;
margin:0px 15px;
font-weight:normal;
letter-spacing:2px;}

h5{
color:white;
margin:0px 15px;
text-align:right;
}

p{font-size:9pt;}

#nav {
float:left;
font-weight:bold;
background-image:url(images/nav.gif);
width:140px;
height:230px;
margin-right:10px;
margin-bottom:10px;
padding:20px 0px 0px 10px;
text-align:left;
letter-spacing:5px;
/*IE fix*/
_margin-top:10px;
_height:230px;
_padding-top:20px;
}

ul {
letter-spacing:normal;
list-style:none;
margin:0px;
padding:10px 0px 20px 0px;
}

li {
padding:0px;
font-size:0.9em;
color:white;
font-weight:bold;
margin:8px 0px;
}

li a, li a:link{text-decoration:none;color:white;}
li a:hover{color:#4068AE;}

#footer {
background:url(images/footer.gif);
clear:left;
height:30px;
padding:10px;
font-size:0.8em;
color:#A0A1A3;}


/*the content box coding*/
#content {height:90%; padding-bottom:10px;}

.box		{background: #7F9BCB url(images/bottomleft.gif) no-repeat left bottom;margin-left:160px;text-align:left;margin-bottom:10px;}
.box-shell	{background: url(images/bottomright.gif) no-repeat right bottom;}
.box-content{background: url(images/topright.gif) no-repeat right top;}   
.box h3{
   background: url(images/topleft.gif) no-repeat left top;
   color: black;
   font-weight:bold;
   font-size:1.2em;
   padding: 20px 5% 0 15px;
   margin:10px 0px;}
   
.box p{
   _margin: 5px 0px;   
   padding: 0 5% 10px 15px;
   color: black;
   background-color:none;
   text-align:justify;
   }
   
/*close the content box coding*/

/*showcase*/
.columntitle{color:white; _margin: 5px 0px; padding: 0 5% 10px 15px; font-size:1.2em;font-weight:bold;text-align:center}
.showcase img { border:1px white solid;}



#news p{ margin:0px;}

