/* PAGE LAYOUT */

#page { margin: 0 auto; overflow: hidden; width: 960px; }

#header { float: left; width: 960px; }

#navigation-horizontal { float: left; margin: 16px 0 0 1px; width: 959px; }

#navigation-horizontal ul { list-style-type: none; margin: 0; padding: 0; }

#navigation-horizontal li { float: left; }

#navigation-horizontal li a { 
	border: 1px solid #036;
	display: inline; 
	float: left;
	letter-spacing: 1px;
	margin: 0 0 0 -1px; 
	padding: 0 4px; 
	width: auto;
}

#navigation-horizontal li a:hover { background-color: #036; color: #fff; text-decoration: none; }

#main-section {
	float: left;
	width: 960px;
	height: auto !important;
	height: 480px;
	min-height: 480px; /* Must be the same value as height */
}

#footer { float: left; padding-top: 16px; text-align: center; width: 960px; }

/* COLORS AND FONTS */

/* COLORS */

body { background-color: #fff; }

/* FONTS */

body { font-size: 13px; }

#page {
	font: normal 93%/1.5em arial,sans-serif;
  
/* FONTS
	font: normal 100%/1.5em verdana,sans-serif;
	font: normal 100%/1.5em "trebuchet MS",sans-serif;
	font: normal 100%/1.5em georgia,serif;
	font: normal 100%/1.5em "times new roman",times,serif;
*/

}

h1, h2, h2, h3, h4, h5, h6 {
	color: #036; 
	font-weight: normal; 
	line-height: 1.1em; 
	margin: 16px 0;
	padding: 0;
}

h1 { font-size: 197%; }
h2 { font-size: 167%; }
h3 { 	font-size: 138.5%; font-weight: bold; }
h4, h5, h6 { font-size: 100%; font-weight: bold; }

/*  PAGE STYLES */

p { margin: 0 0 8px 0; padding: 0; }

a { color: #036; font-weight: bold; text-decoration: none; }

a:hover { text-decoration: underline; }

textarea {
	background-color: #ffc;
	border: 1px solid #666;
	height: 350px;
	overflow: auto;
	width: 641px;
}

pre { color: #c00; }

/*  MISCELLANEOUS */

.left { float: left; }

.right { float: right; }

.middle { text-align: center; }

img { border: 0; }

img.left { float: left; margin: 5px 10px 0 0; }

img.right { float: right; margin: 5px 0 0 10px; }

img.middle { margin: 0 auto; text-align: center; }

.border { background-color: #78b4e5; }

.border2 { border: 1px dashed #000; padding: 4px; }




