/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }


/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

body 
{
	margin: 0 0 0 0;
	padding: 0;
	background-color: #DAD9D9;
	text-align: center;
}

#container {
	width: 779px;
	top: 0px;
	margin: 0 auto;
	background-image: url(../Images/bg.jpg);
}

#header {
	background-color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(../Images/header-full.jpg);
	background-repeat: no-repeat;
	height: 114px;
	width: 779px;
}

#header h1 {
	text-indent: -9999px;
}

#header a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}

#header a:hover {
	color: #B8C7DA;
	text-decoration: none;	
}

#header ul {
	text-align: right;
	padding-right: 25px;
	padding-bottom: 3px;
	padding-top: 71px;
}

#header li {
	display: inline;
	padding-left: 20px;
}

#content {
	background-image: url(../Images/bg-gradient.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	background-color: #CCDDEF;
	margin-left: 15px;
	margin-right: 14px;
}

#flash-intro {
	margin-left: 1px;
}

#content p {
	line-height: 20px;
	font-size: 13px;	
}

#left-column {
	width: 350px;
}

#right-column {
	width: 350px;
	float: right;
}

#right-column .right-pic {
	text-align: right;
	padding-right: 15px;
	padding-top: 15px;
}

h1, h2, p {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 130%;
}

h2 {
	font-size: 120%;
	padding-bottom: 10px;
	padding-top: 10px;
}

p {
	font-size: 12px;
	text-align: justify;
}

#main-text {
	background-color: #B8C7DA;
	padding: 10px;
	text-align: left;
}

#main-text ul {
	padding: 5px;
}

#main-text li {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
}

#footer {
	color: #666666;
	background-image: url(../Images/footer-bottom.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 779px;
}

#footer p {
	text-align: center;
	font-size: 9px;
}

