/******* 	GENERAL CLASSES	 	*******/
BODY				{ margin: 0;
					  font-family: Georgia, Times, serif, arial;
		 		  	  color:#000000; font-size:11px; line-height:13px;
		  		  	   background: #2c5748 url(../images/bg.gif) top  repeat-x;		}



																		
A 					{ color: #bacb68; 	text-decoration:none;	}												
A:hover 			{ color: #e7ff76; }
										
TABLE				{ font-size:12px; 	 	}
TR,TD				{ vertical-align:top;	}
P 					{ margin:0px 0px 5px 0px; padding:0 0 5px 0;				}
HR					{ height:1px; border:0px; color:#CCCCCC; background:#CCCCCC;	}
FORM				{ margin:0px 0px 0px 0px; padding:0px;						}
SUP 			{ font-size:8px; line-height:0px; font-family: Arial;}
a img 	{border: none; }


/******* 	CUSTOM TYPE CLASSES		********/

H1		{ font-size: 18px; line-height:19px; font-weight:normal;	color:#666666; 		/* Primary page title */
		border-bottom: 1px solid #C8C8C8; margin:0 0 10px 0; padding: 0 0 5px 0; }																
H2		{ font-size: 18px; line-height:19px; font-weight:normal;	color:#666666; 		/* Secondary page title */
		border-bottom: 1px solid #C8C8C8; margin:0 0 10px 0; padding: 0 0 5px 0; }																	
H3 	{}
H4 	{}
.smallText 		{ font-size:11px;	line-height:12px;	}
.tinyText 		{ font-size:10px;	line-height:11px;	}
.errormsg 		{ font-size:11px; color:#E81600;		} 

/*******	 HELPER CLASSES	******/
.spacer 			{ clear: both; visibility:hidden; height:0px; font-size:0px; line-height:0px; }			/* used to fix CSS float bugs */

/******* 	PAGE AREAS		*******/
#idHome		{}		/* assigned to homepage Body tag */
#idSub		{}		/* assigned to subpage Body tag */

#mainbody {width:1000px; margin:0 auto;}
.clist { margin-top:62px; }
#pageBody		{ width:589px; margin:0 auto; margin-top:100px; text-align:center;}
#pageContent	{ }
#pageFooter		{ color:#000000;	padding:12px 12px 12px 12px;  font-size:10px;   }
#pageFooter A  { color:#000000;	}

#homeFlash {}

.pageContact IMG { margin-right:5px; }
#sendFile { margin:50px 0 0 0 ; }
#sendFile LABEL { color:#BAD3D6;  font-weight:bold; display:block; float:left; width:200px; text-align:right; margin-right:10px; padding:4px 0 0 0;}
#sendFile LABEL EM { font-weight: normal; }
#sendFile INPUT, #sendFile TEXTAREA  { border: 1px inset #357225; background:#FFF url(../images/input.jpg); padding:2px 4px;
	 font-family:georgia; color:#27514C; font-size:12px; width:190px;
			}
.formItem { margin:4px auto; width:700px; }
#sendFile .button { width:100px; padding:5px 10px; background:#BAD3D6; border: 1px outset #BAD3D6;}
#sendFile .button:active { border-style: inset;}
