/* *** Generated by www.csscreator.com *** */
html, body{ 
 margin:0; 
 padding:0; 
 } 
 
#pagewidth{ 
 width:780px; 
  min-width: 500px; 
  
} 
 
#header{ 
 height:180px; 
 width:100%; 
 background-color:#FFFFFF; 
 } 
 
#leftcol{
 width:160px; 
 float:left; 
 position:relative; 
 margin-left:-160px; 
 margin-right:1px; 
 }
 
#outer{ 
 border:solid white 0px; 
  /*/*/ border-left-width: 170px ;  /* left column width. NN4 hack to hide borders */ 
border-left-color: #0033CC;   /* left column colour */ 
border-left-style: solid; 
background-color: #FFFFFF; /* center column colour */ 
width: auto; 
 } 
 
#footer{
 height:45px; 
 width:100%; 
 background-color:#6699FF; 
	text-align:center;
} 
 
.footer p 	{ color : #ffffff; }
.footer a 	{ text-decoration: none; color : #ffffff; }
.footer a:link 	{ text-decoration: none; color : #ffffff; }

.footer a:active	{ text-decoration: none; color : #ffffff; }
.footer a:visited	{ text-decoration: none; color : #ffffff; }

.footer a:hover	{ text-decoration: none; color : #ffffff; }

#inner{margin:0; width:100%;}
 
#maincol{ 
 float: left; 
 width: 100%; 
 position: relative; 
 margin: 0 -8px 0 -2px; 
 }
 
#outer>#inner { border-bottom: 1px solid #FFFFFF;  }
 
.clr{clear:both;}
 
.content{padding:5px;} /*padding for content */ 
 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 
 


P {
	font-family: Verdana, Helvetica, sans-serif;
	m/argin-left: 32px; 
	margin-right: 9px;
    font-size: 12px
}
td {
	font-family: Verdana, Helvetica, sans-serif;
	margin-left: 32px; 
	margin-right: 9px;
    font-size: 12px
}
.unnamed1 {  font-family: Verdana; font-size: 10px;}

li {
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px
}

hr	{ height: 0px; border: solid #000000 1px; border-top-width: 1px;}

/* TABLE STYLES */
table.form_main { background-color: #FFFFFF; }
td.row_main { background-color: #FFFFFF; }

/* for alternating listings in the admin area*/
td.row1_0	{ background-color: #009900; }
td.row2_0	{ background-color: #CCFFCC; }
td.row3_0	{ background-color: #99CC99; }
.adminListingLeft_0 {
color: #FFFFFF;
background-color : transparent;
}

td.row1_1	{ background-color: #006699; }
td.row2_1	{ background-color: #DEE3E7; }
td.row3_1	{ background-color: #D1D7DC; }
.adminListingLeft_1 {
color: #FFFFFF;
background-color : transparent;
}

/* for alternating image listings */
td.image_row_0	{ background-color: #D6D3EE; }
td.image_row_1	{ background-color: #FFFFFF; }

/* for alternating search result listings */
td.search_row_0	{ background-color: #D6D3EE; }
td.search_row_1	{ background-color: #FFFFFF; }

/* FORM STYLES */
INPUT, select, textarea, text {
border: 1px #006699 groove;
background-color: #FFFFFF; 
font-family: Verdana, Helvetica, sans-serif; 
font-size: 11px;
color: #000000;
border-color: #000000;
border-style: solid;
}


/* TEXT STYLES */
.small { font-size : 10px; }

.required {
color: #FF0000;
background-color : transparent;
}

.lightText {
color: #FFFFFF;
background-color : transparent;
}


/* TEMPLATE EDITOR STYLES */
td.templateEditorHead	{ background-color: #D6D3EE; }
td.templateEditorNew	{ background-color: #EEEEFF; }





 
 /*printer styles*/ 
@media print{ 
/*hide the left column when printing*/
#leftcol{display:none;} 
#outer{border-left:0;} 
}
