body {
margin: 0; 
padding: 0;
background: #fff; /* -- 01 -- */
font: normal 100% "Verdana", "Bitstream Vera Sans", sans-serif; /* -- 02 -- */
color: #344364; /* -- 03 -- */
text-align: left; /* -- 04 -- */
}

.activity {
margin: 0; 
padding: 0;
background: #fff; /* -- 01 -- */
font: normal 100% "Verdana", "Bitstream Vera Sans", sans-serif; /* -- 02 -- */
color: #FF0000; /* -- 03 -- */
text-align: left; /* -- 04 -- */
}

/* -- links -- */

a:link {
color: #FF9900; /* -- 05 -- */
text-decoration: none; /* -- 06 -- */
background: transparent; /* -- 07 -- */
}

a:visited {
color: #f93; /* -- 08 -- */
text-decoration: none; /* -- 09 -- */
background: transparent; /* -- 10 -- */
}

a:hover {
color: #c60; /* -- 11 -- */
text-decoration: underline; /* -- 12 -- */
background: transparent; /* -- 13 -- */
}

a:active {
color: #FF9900; /* -- 14 -- */
text-decoration: none; /* -- 15 -- */
background: transparent; /* -- 16 -- */
}

/* -- headings -- */

h1, h2, h3 {
margin: 0 0 15px 0;
padding: 0;
background: transparent;
font-weight: normal;
color: #344364;
text-transform: capitalize;
letter-spacing: 0.1em;
}

h1 {
	font-size: 1.1em;
	font-weight: bold;
	color: #344364;
}

h2 {
margin: 0 0 15px 0;
padding-left: 15px;
background: transparent url("../images/small_bullet_yellow.gif") no-repeat 0 90%;
font-weight: bold;
color: #FF9900;
text-transform: capitalize;
letter-spacing: 0.1em;
font-size: 1.0em;
}

h3 {
font-size: 1.0em;
}

h4 {

}

/* -- container --*/

#container {
	width: 760px;
	margin: 30px auto;
	padding: 0;
	text-align: left;
	border-right-color: #344364;
	border-right-width: thin;
	border-right-style: solid;
	border-left-width: thin;
	border-left-color: #344364;
	border-left-style: solid;
	border-bottom-color: #344364;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-top-color: #344364;
	border-top-style: solid;
	border-top-width: thin;
}
.centeredImage{
    text-align: center;
    display: block;
    }

/* -- banner --*/

#banner {
position: relative;
width: 760px;
height: 150px;
margin: 0 0px;
padding: 0;
background: transparent url(../images/header.jpg) no-repeat;
}

#banner p {
display: block;
margin: 0;
padding: 0;
text-indent: -100000px;
}

#banner p a {
display: block;
text-decoration: none;
}

/* -- nav-main --*/

#nav-toplevel {
	float: left;
	width: 165px;
	background: transparent url(images/nav_main_top_bg.gif) no-repeat 0 0;
	background-color: #FFFFFF;
	height: 100%;
}
/* -- subs/supp nav --*/

#nav-subs {
	float: right;
	margin: 0;
	padding: 14px 0 0 0;
	padding-top: 5px;
	margin-top: 1px;
	height: 100%;
}

#nav-supp {
	width: 80px;
	margin: 0;
	padding: 0 0 0 0;
	background-color: #FDFDFD;
	top: auto;
}

#nav-supp ul {
list-style-type: none;
margin: 0;
padding: 0;
font-size: 0.75em;
text-align: center;
}

#nav-supp li {
display: block;
margin: 0;
padding: 0;
}

#nav-supp a {
display: block;
margin: 0;
padding: 4px 0;
background: #49A4C5;
color: #fdfdfd;
text-decoration:none;
}

#nav-supp a:hover {
text-decoration: underline;
}


/* -- content --*/

#content {
margin: 0 0px 0 00px;
padding: 30px 25px 0 30px;
font-size: 0.75em;
text-align: left;
line-height: 15px;
}

#content p {
margin: 0;
padding: 0 0 15px 0;
}

/* -- footer --*/

#info-site {
margin: 0 142px 20px 150px;
padding: 30px 0 0 0;
background: transparent url(images/content_bot_bg.gif) no-repeat 0 0;
font-size: 0.75em;
text-align: center;
}

/* -- floating nav --*/

#divStayTopLeft {
position: relative;
padding: 0px 0 10px 0;
}
/* -- misc --*/

div.clear {
	clear: both;
	height: 0;
	line-height: 0;
	border-top-color: #49A4C5;
	border-top-style: solid;
	border-top-width: thin;
	background-color: #00FF00;
}

table, th, td { 
	border: 1px solid #CCCCCC;
	padding: 5px;
	float: center;
 }
 
.border {
border: 0px solid #ffffff;
}
}
img.floatLeft { float: left; 
margin: 15px; }

img.floatRight { float: right; 
margin: 15px; } 
