html, * {
	padding:0;
	margin:0;
}
body {
	font-family: Arial;color: #fff;background-image:url('images/pstripe_bkg2.jpg');
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

/* headers */
h1 {
	font-size:2.0em;
	color:#7E012B;
	font-weight:normal;
}
h2 {
	color:#FFFF00;
text-align:center;
	display:inline;
	padding:0 5px;
	margin:5px 0;
}

/* paragraphs */
p {
	margin:2px 0 15px 0;
	line-height:1.3em;
}

/* links */
a {
	color:#0080C0;
	
}
a:hover {
	color:#00ff00;
}
a:visited {
	color:#7E012e;
}
div#footer a {
	color:#ffffff;
	text-decoration:none;
	border:none;
	background-color:#000082;
	padding:4px;
}
div#footer a:hover {
	border:none;
}

/* images */
img.bar {width:500px; }
img.portrait {width:400px }

/* lists */
ul, ol {
	margin:0 0 5px 30px;
}
li {line-height:1.5 }
	
/* container, header and nav */
div#container {
    
	width:1100px;
	margin:5px auto 0 auto;
}
div#header {
  text-align:center;color:#fff;font-size:14pt;
	height:240px;width:1100px;

  background: #09245b;
}

div#nav {
background-color:#bb2626;
	height:35px;
	
}
div#nav ul {
	float:left;
	margin:0;
	padding:0;
}
div#nav ul li {
	display:block;
	float:left;
}
div#nav ul li a {
	float:left;
	border:none;
	padding:0px 15px 0 15px;
	height:35px;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:1.5em;
	color:#fff;
	text-decoration:none;
	display:block;
}
div#nav ul li a:hover {
	color:#000;
	background-color:#bb2626;
}
div#nav ul li a:active {
	color:#000;
	background-color:#bb2626;
}
div#nav ul li a.selected {background-color:#d27070;color:#000; text-decoration:underline; }
div#nav ul li a.selected:hover {background-color:#d27070;color:#000; }


/* content */
div#content {height:100%;
	padding:20px 10px 10px 10px;
	background: #09245b;
    text-align:center;
}
div#menu {width:600px;margin:0 auto; }
div#social {margin-top:50px;height:135px }
/* footer */
div#footer {
	padding:5px 5px;
	background-color:#000052;
    -moz-border-radius:0 0 6px 6px;
    border-radius:0 0 8px 8px;
    color:#ffffff;
}
div#footer p {
	font-size:0.6em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	margin:0;
	padding:5px;
}
div#content td {text-align:left;padding-left:20px;}
div#content tr {height:75px; }
div#page table tr td {width:100px;font-size:9pt; }
div#page td {text-align:center;vertical-align:top; }

/* generic classes */
.bold {
	font-weight:bold;
}
.clear {
	clear:both;
}
