/*-----------------------------------------------------------*/
/* The BODY tag defines styles that apply to the entire page */
/*-----------------------------------------------------------*/
body {
	margin: 0; /* Don't change this */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	background: #4B689A url(images/img1.jpg) repeat-x;
	font: normal small Arial, Helvetica, sans-serif;
	color: #666666;
}


/*---------------------------------------------------------*/
/* This is the table that contains all of the page content */
/*---------------------------------------------------------*/
#layout_table {
	border: 1px solid #666666;
	background-color: #ECF8FF;
}

/*-----------------------------------*/
/* The header at the top of the page */
/*-----------------------------------*/
#header {
	color: #000000;
	padding: 15px;
	font-size: 16px;
	background-image: url(images/banner.jpg);
}
#header h1 {
	font-size: 1.5em;
	letter-spacing: 2px;
	margin: 0;
	display: inline; /* Don't change this */
}
#header h2 {
	font-size: 1.2em;
	letter-spacing: 1px;
	margin: 0 0 0 15px;
	display: inline; /* Don't change this */
}

/*------------------------------------------*/
/* The navogation bar just below the header */
/*------------------------------------------*/
#navigation {
	background: #999999 url(images/shiny-navbar.gif) top repeat-x;
	border: thin ridge #000000;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	display: block; /* Don't change this */
	padding: 4px 15px; /* Don't change this */
	border-left: 1px solid #cccccc;
	border-right: 1px solid #333333;
}
#navigation a:hover {
	background-color: #333333;
	border-left: 1px solid #333333;
	font-size: 12px;
}

/*----------------------------------------*/
/* The main content area of the the page. */
/*----------------------------------------*/
#content {
	padding: 25px 15px 30px 25px;
}
#content h1, #content h2 {
	color: #666666; /* Change this to change the text color. */
	letter-spacing: 2px;
	font-size: 1.5em;
	margin-top: 0;
	margin-bottom: 20px;
}
#content h3, #content h4 {
	color: #666666; /* Change this to change the text color. */
	font-size: 1.3em;
}

