/*Colour Scheme
Background - medium blue: #507EA1
Page Background - light blue: #CFDCE6
Dark Blue: #406480
Standout Blue: #3082BF
*/


#bodystyle{
background-color: #507EA1;
margin: 3 2 0 2; 
background-image:url(../img/bg.gif);
}
body,p,td {
font-family: verdana,arial,helvetica,sans-serif;
font-size: 14px;
color: #333333;
}

#tblmaster{
padding:0px;
background-color: #CFDCE6;
}
#shdw_lft {
width: 8px;
background-image:url(../img/shdw_lft.gif);
}
#shdw_rt {
width: 8px;
background-image:url(../img/shdw_rt.gif);
}

#tblcnt{
padding:0px;
border-top: 3px solid #CFDCE6;
}
.cnttable{ /* this is for preview */
background-color: #ffffff;
}
#tdnav{
width:200px;
padding: 0px;  
border-right: 1px solid #cccccc;
background-color: #406480;
border-top: 1px solid #cccccc;

}
#tdcnt{
padding: 0 2 2 4;
text-align:justify;

}
.mainnav {
font-size: 13px;
width: 100%;
font-weight: bold;
letter-spacing: -1px;
padding-top: 1px;
height: 18px;
border-bottom: 1px solid #cccccc;
}
.navstyle {
text-decoration: none;
color: #ffffff;
}
.navstyle:hover {
color: #ffffcc;
}


	/* Headline style */
h2 {

font-size: 28px;
color:#003333;
text-align:left;
font-style:italic;
width:100%;

}
/*Heading 1 */

h4 {

font-size:16px;
font-weight:bold;
color: #003333;
text-align:left;

}
/*Heading 2 */
h5 {

font-size:15px;
color:#000000;
text-align:left;
font-weight :bold;

background-color : #eaeaea; 
margin-left : 0px;
padding: 2px;

}
/*Style 1 */
h6 {

font-size:11px;
font-weight: normal;
color:#000000;
text-align: justify;
margin-left : 0;
border: 1px solid #999999;
padding: 3px;
}



#footer {
background-color: #596F80;
border-top: 3px solid #CFDCE6;
font-family:arial;
text-align: right;
font-size: 10px;
padding: 2px;
}
#footerlink {
color:#CFDCE6;
text-decoration: none;
}