body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-color: #000000;
	color: 003366;
}

a:link {
	color: #339900;
	text-decoration: none;
}

a:visited {
	color: #339900;
	text-decoration:none;
}

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

h1{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 140%;
 color: #003366;
}

h2{
 font-size: 114%;
 color: #003366;
}

h3{
 font-size: 100%;
 color: #003366;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #003366;
}

h5{
 font-size: 100%;
 color: #003366;
}

.content12black {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; COLOR: #000000;}
.content12black A:link    {  COLOR: #000000; text-decoration: none; font-weight: normal}
.content12black A:visited {  COLOR: #000000; text-decoration: none; font-weight: normal}
.content12black A:active  {  COLOR: #000000; text-decoration: none; font-weight: normal}
.content12black A:hover   {  COLOR: #005596; text-decoration: none; font-weight: normal}

.content12boldblack {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; COLOR: #000000;}
.content12boldblack A:link    {  COLOR: #000000; text-decoration: none; font-weight: bold}
.content12boldblack A:visited {  COLOR: #000000; text-decoration: none; font-weight: bold}
.content12boldblack A:active  {  COLOR: #000000; text-decoration: none; font-weight: bold}
.content12boldblack A:hover   {  COLOR: #005596; text-decoration: none; font-weight: bold}

.content12blue {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; COLOR: #003366;}
.content12blue A:link    {  COLOR: #003366; text-decoration: none; font-weight: normal}
.content12blue A:visited {  COLOR: #003366; text-decoration: none; font-weight: normal}
.content12blue A:active  {  COLOR: #003366; text-decoration: none; font-weight: normal}
.content12blue A:hover   {  COLOR: #003366; text-decoration: none; font-weight: normal}

.content12boldblue {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; COLOR: #003366;}
.content12boldblue A:link    {  COLOR: #003366; text-decoration: none; font-weight: bold}
.content12boldblue A:visited {  COLOR: #003366; text-decoration: none; font-weight: bold}
.content12boldblue A:active  {  COLOR: #003366; text-decoration: none; font-weight: bold}
.content12boldblue A:hover   {  COLOR: #003366; text-decoration: none; font-weight: bold}

.content12boldgreen {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; COLOR: #006600;}
.content12boldgreen A:link    {  COLOR: #006600; text-decoration: none; font-weight: bold}
.content12boldgreen A:visited {  COLOR: #006600; text-decoration: none; font-weight: bold}
.content12boldgreen A:active  {  COLOR: #006600; text-decoration: none; font-weight: bold}
.content12boldgreen A:hover   {  COLOR: #006600; text-decoration: none; font-weight: bold}

.content14blue {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; COLOR: #003366;}
.content14blue A:link    {  COLOR: #003366; text-decoration: none; font-weight: normal}
.content14blue A:visited {  COLOR: #003366; text-decoration: none; font-weight: normal}
.content14blue A:active  {  COLOR: #003366; text-decoration: none; font-weight: normal}
.content14blue A:hover   {  COLOR: #003366; text-decoration: none; font-weight: normal}

.content14boldblue {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; COLOR: #003366;}
.content14boldblue A:link    {  COLOR: #003366; text-decoration: none; font-weight: bold}
.content14boldblue A:visited {  COLOR: #003366; text-decoration: none; font-weight: bold}
.content14boldblue A:active  {  COLOR: #003366; text-decoration: none; font-weight: bold}
.content14boldblue A:hover   {  COLOR: #003366; text-decoration: none; font-weight: bold}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#wrapper {
	width: 800px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#indexcontent {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	background-image: url(../images/background_cs.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 576px;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	background-image: url(../images/background_cs.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 566px;
	padding-top: 10px;
	padding-left: 10px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #003366;
	text-align: center;
	width: 800px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#slogan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: oblique;
	font-weight: bold;
	color: #339900;
	text-align: center;
	width: 800px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#projectsummary {
	margin: 0 auto;
	width: 200px;
	border: thin solid #99CC99;
	background-color: #99CC99;
}
#popup {
	background-color: #FFFFFF;
	width: 200px;
	margin: 0 auto;
	text-align: center;
	border: thin solid #CCCCCC;
}
