/* base.css - contains the base rules  */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0; padding:0;	
}
body {
	background-color:#EFEBE5;
	color:#5F5149;
}
body, input, select, textarea, h1, h2, h3, h4, h5, h6, th {
	font-size:large;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	
}
/* $ General -----------------------------------*/
h1, h2, h3, h4, h5, h6, th {

}
h1 {
	padding-bottom:0px;
	font-size:120%;		
}
h1 {
	background-image:url(/images/tiles/dotted_line.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	padding-bottom:20px;
}
h2 {
	padding-bottom:0px;
	color:#DB116F;
}
h3 { 
	padding-bottom:10px;
	color:#DB116F;
}
a {
	color:#00828C;	
}
a:hover {
	
}
p {	
	padding-top:20px;
}
p.first {
	padding-top:0px;
}
strong {
	color:#DB116F;
}
em {
	/*color:#007900;*/
}

.last {
	padding-bottom:0px;
} 
div.left { float:left; }
div.right { float:right; }
img { border:0px ;}
.clear { clear:both; }
/* $ Tables ---------------------------------------------*/
table {
	border-collapse:collapse;
	padding:0px;
}
table td, th {
	padding:4px 15px 4px 4px;
}

form table td, form th {
	padding:10px 20px 10px 10px;
}

/* $ Forms ---------------------------------------------*/


/* $ Navigation ---------------------------------------------*/
/*   - these are the standard navigation styles that are use on the basic and content template */
#header ul, #navigation ul {
	list-style-type:none;	
}
#header ul li, #navigation ul li {
	float:left;
	text-transform:uppercase;
	text-align:center;
	position:relative;
	letter-spacing:1px;
	/*font-size:110%;*/
}
#header ul li a, #navigation ul li a {
	color:#FFFFFF;
	text-decoration:none;
}
#header ul li a:hover, #navigation ul li a:hover {
	color:#ead800;	
}

#footer {
	font-size:80%;
}