/*  ========================================================
Filename: main.css
Description/Notes: Site styles
Update History:
22/08/06 - Released DSK
============================================================ */

/* Main styles for whole site */
body{font-family:Verdana,Helvetica,Sans-Serif;font-size:12pt;background-color:#fff;color:#000;width:760px;margin:10px auto;}
a {color:#404080;text-decoration:none;padding-top:5pt;font-weight:bold;}
a:hover	{color:#0034E6;}

#cont {background:#ccddcc;width:96%;font-size:10pt;line-height:120%;padding:10pt;text-align:justify;float:left;}
.txtsmall {font-size:10pt;}
.txt {background:#ccddcc;font-size:10pt;line-height:120%;padding:10pt;text-align:justify;}
.txtmid	{font-size:14pt;line-height:130%;}
#arthd {font-size:14pt;font-weight:bold;text-align:left;line-height:110%;}
.txtbold {font-weight:bold;font-size:12pt;line-height:130%;}
.txtlink {font-weight:normal;font-size:12pt;color:#000;text-decoration:underline}
.txtlink:hover {font-size:12pt;font-weight:bold;color:#000;text-decoration:underline}
hr.ftr {color:#000066;}
/* Form style */
label,input {display:block;width:28em;float:left;margin-bottom:10px;}
label {text-align:right;width:8em;padding-right:20px;}

/* Use hbanner in header.inc only */
#hbanner {font-family: Luxi sans,Arial,Verdana,sans-serif;font-weight:bold;font-size:32px;color:#fff;line-height:67px;text-align:center;height:67px;}

/* Use hfoot in footer.inc only */
#hfoot	{padding-top:2px;margin-top:5px;background:#fff;font-weight:normal;font-size:60%;clear:both;}

/* Use to style the border for header and footer */
#hborder {height:67px;border-top:2px solid;border-bottom:2px solid;margin-bottom:15px;background-image: url(../img/hd_bg.jpg);}

/* ========== Nav menu styles ============= */
#nav {width:20%;float:left;margin:0;padding:5px;}
#nav ul{list-style:none;margin-left:0;padding-left:1em;text-indent:0;}
#nav li a{font-family:Verdana,Helvetica,Sans-Serif;font-size:8pt;font-weight:lighter;color:#404080;text-decoration:none;padding-top:5pt;}
#nav li a:hover{text-decoration:underline;}
hr.mnu {color:#000;}
.cursec {background-color:#BEDC08;}
.curpage {background-color:#CCDDCC;}
.mnutxt	{font-family:Verdana,Helvetica,Sans-Serif;font-weight:bold;font-size:9pt;text-align:center;        }
/* ========= End menu styles ========== */

/* Used for the inline layered help */
.help {	background-color: #EAEAEA;}
.helpborder{padding : 5px;border : thick outset;}
.hlp {font-size:9pt;font-weight:normal;text-decoration:none;}
/* End help styles */