@import "common.css";
@import "layout.css";
@import "header.css";
@import "navigation.css";

/*** ELEMENT STYLES ***/
body {
	background: #D0E2EF url("_images/background.body.gif") repeat-x;
	font: 12px arial, helvetica, verdana, sans-serif;
	color: #52515E;
	font-family: "Georgia", "Times New Roman", "Serif";
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #666;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

h1 {
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 0px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	padding: 0px;
}

h4 {
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0px;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
}

h6 {
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
}

p {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	
}

ul li ul {
	padding: 0px;
}


