@import "layout.css";
@import "menu.css";

/* Base HTML Definitions */
body {font:14px times;color:#330000;background-color:#000033 ;}

/* 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;}

/* Heading Sizes */
h1 {font-size:31px; color: #00294d;}
h2 {font-size:22px; color: #00294d;}
h3 {font-size:18px; color: #00294d;}
h4 {font-size:10px; color: #00294d;}
h5 {font-size:10px; color: #00294d;}
h6 {font-size:10px; color: #00294d;}

h1,h2,h3,h4,h5,h6,h7 {
	font-family: times; 
	margin: 10px 0px 10px 0px;
	line-height: 23px;
	font-weight: normal;
}

h1 {
	margin: 0px 0px 20px 0px;
	line-height: 25px;
}
