/* Old honoured styling */
body{font-family: Arial,Helvetica,sans-serif;font-size: 18px;line-height: 22px;background:#c0c0c0;}

/*headings*/
h1,h2,h3,h4,h5,h6{font-family: verdana,arial,sans-serif;color:#c0c0c0;letter-spacing:1px;}
h2,h4,h6{color:#c0c0c0;}
h1{font-size: 120%;}
h2{font-size: 110%;}
h3{font-size: 100%;}
h4 {font-size: 90%;}
h5 {font-size: 85%;}
h6 {font-size: 80%;}

/*general*/
a:link  {color: #003399;}
a:visited  {color: #003399;}
a:hover  {color: #b0c4de;text-decoration: none;}

td, tr, th {font-size: 100%; }
small {font-size: 95%;}

/*list*/
ul li  { list-style-position: outside; list-style:url("/images/dot.gif");}

 /*text formatting*/            			 
.titlewhite{ color:#ffffff;font-weight:bold;}		
.titleblue{ color:#003399;font-weight:bold;}		 
.title{ color:#555555;font-weight:bold;}		
.title1{font-size:8pt;font-weight:bold;color:#cd853f;}
.red{ color: #cc3300;}		
.blue{font-size:10pt;letter-spacing:1px;font-weight:bold;color: #003399;}	
.big{ font-size:120%; font-weight:bold;}

/*Graphic*/
.line {border-bottom:1px dotted #c0c0c0;}
.border {border:1px solid #c0c0c0;}
.boxgrey {border:1px solid #c0c0c0;padding:2px;background-color : #FAFAFA;}
.boxyellow {border: 1px solid #FFE4B5;padding:2px;background-color : #FFFFF0;}
.boxpurple {border: 1px solid #cc99cc;padding:2px;background-color : #FFFafa;}
.boxgreen {border: 1px solid #99cc99;padding:2px;background-color : #f0fff0;}
.boxblue {border: 1px solid #87CEEB;padding:2px;background-color : #F0F8FF;}
.boxblue1 {border: 1px solid #FFFFFF;padding:2px;background-color :#b0c4de;}
.reddot{background-image: url("/reddot.gif");background-repeat : repeat-x;}

/* New template styling */
body{text-align:center;padding:0;margin:0;border:0;}
div{margin:0;padding:0;border:0;}
div#wrapper{width:85%;margin:27px auto 25px auto;}
div#page{background:#fff;padding:15px 20px 20px 20px;text-align:left;}
.dropshadow {
-moz-box-shadow: 3px 3px 4px #663333;
-webkit-box-shadow: 3px 3px 4px #663333;
box-shadow: 3px 3px 4px #663333;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#663333')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#663333');
}
.upshadow {
-moz-box-shadow: -3px -3px 6px #663333;
-webkit-box-shadow: -3px -3px 6px #663333;
box-shadow: -3px -3px 6px #663333;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=315, Color='#663333')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=315, Color='#663333');
}
div#pagetitle{color: #c0c0c0;font-family:verdana;font-size: 13pt;letter-spacing:1px;font-weight:bold;border-bottom:1px dotted #FF8700;padding-bottom:7px;padding-top:0px;text-align:center;margin-bottom:30px;}

div.hr{border-bottom:1px solid #ff8700;margin:20px 30px;clear:both;}

h3{background:url("/images/arrow.gif") 0 0 no-repeat;padding-left:25px;line-height:18px;padding-top:2px;}

ul,p,form{margin-left:30px;}
form{width:302px;}
label,input,textarea{display:block;margin:0;padding:0;}
input.text,textarea{margin:0 0 1em 0;border:1px solid #ccc;width:180px;}
input.text{height:20px;}
textarea{height:100px;width:300px;}
input.submit{margin-top:10px; display:block; border:1px solid #000000; width:100px; height:20px;}
div.errormessage{border:1px solid #990000; background-color:#D70000; color:#FFFFFF; padding:4px; padding-left:6px;width:295px;}
