@import "layout.css";
@import "menu.css";

/* Base HTML Definitions */
body {
	background-image:url(/resources/design/bg1b.gif);
	background-repeat:repeat-x;
	background-color:#FC3;
	margin:20px;
	padding:0;
	text-align: left;
}

/* Element Reset to ensure correct cascade properties across all browsers */
table {font-size:inherit;}
select, input, textarea {font:12px arial;}
body * {line-height:18px;}
body,div,form,fieldset,th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img,a img {border:0;}
address,caption,code,dfn,th,var {font-style:normal;font-weight:normal;}

a {color: #ff0000;text-decoration: underline;}
a:hover {text-decoration: none;}

/* Heading Sizes */
h1 {
	font-size:22px;
	color:#FFF;
	font-weight:700;
	margin: 2px 0px 0px 0px;
}

h2 {
	font-size:18px;
	color:#FFCC33;
	font-weight:700;
	padding-bottom:5px;
	margin: 8px 0px 2px 2px;
}

h3 {
	font-size:15px;
	color:#003333;
	font-weight:700;
	margin:0;
	padding-bottom:15px;
}

h4 {
	font-size:13px;
	color:#006666;
	font-weight:700;
	margin:0;
	padding-bottom:5px;
	border-bottom:1px dotted #CCC;
}

p {
	margin: 5px 0px 10px 0px;
	pedding: 0px 0px 0px 0px;
	font-size:13px;
	line-height:18px;
}

li {
	font-size:13px;
	line-height:18px;
}

td {
	margin-top:5px;
	padding-bottom:5px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}


