/* CSS Layout Stylesheet */ 

body {
  font-family: Verdana, Arial, sans-serif;
  text-align: center;
  background: #cccccc;
  color: #000000;
  margin: 0px;
  background-image: url(../images/site_bg.jpg);
  background-repeat: repeat;
  font-size: 13px;
}

#container {
  width: 961px;
  border: 1px solid #000000;
  color: #000000;
  background-image: url(../images/fix.jpg);
  background-repeat: repeat-y;
  margin: 0px auto 10px auto;
  text-align: left;
}

.headerNavigationcontent {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
  font-weight : bold;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  background: url(../images/site_02.jpg);
  background-repeat: no-repeat;
  color: #ffffff;
  font-weight : bold;
  height: 145px;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #141647;
}

#c-block
{
   width: 100%;
   z-index: 1;
   background: #c0c0c0;
   color: #333333;
   height: 80%;
}

#hdr
{
   height: 60px; 
   border-bottom: 1px solid #000000; 
   width: 100%; 
   background: #000000;
   color: #D43790; 
   margin: 0;
}

#c-col
{
   margin: 0 142px 0 142px;
   position: relative;
   background: #ffffff;
   color: #333333;
   z-index: 5;
   border: solid #000000;
   border-width: 0 1px;
}

#ftr
{
   border-top: 1px solid #000000;
   background: #eeeeee;
	font-size: 0.8em;
	text-align: center;
   color: #333333;
   padding-top: 10px;
   padding-bottom: 10px;
   text-align: center;
}

#ftr a
{
	text-decoration: none;
	color: #808080;
}

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

 
/* Presentation Stylesheet */ 
p
{
   padding: 0 15px;
}

h4, h3
{
   margin: 0; 
   padding: 5px 0;
}

/*
p:first-letter
{
   font-size: 120%; 
   font-weight: bold;
   color: #D43790;
}
*/

#logo
{
	padding: 23px 0px 0px 0px;
   text-align: center;
}

#mainmenu
{
	position: relative;
	top: 0px;
   text-align: center;
   background: #AA112D;
}

#mainmenu ul
{
	margin: 0;
	padding: 0.2em 0 0.4em 0;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	padding: 0.2em 0.2em;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

#mainmenu ul li a:hover, #mainmenu ul li a.active
{
	background: #AA112D;
	color: #FFFF00;
}

#content
{}

div.ContentWin
{
	position: relative;
   top: 0px;
   /* border: 1px solid #141647; */
	/* background: #D8D8D8; */
	margin: 0 auto;
	margin-right: 10px;
	padding: 15px;
	width: 600px;
   height: 500px;
   text-align: left;
}

div.IndexContentWin
{
	position: relative;
   top: 0px;
   border: 1px solid #141647;
	background: #D8D8D8;
	margin: 0 auto;
	padding: 15px;
	width: 600px;
   height: 500px;
   text-align: left;
}

div.adminContentWin
{
	position: relative;
   top: 30px;
   border: 1px solid #141647;
	background: #D8D8D8;
	margin: 0 auto;
	padding: 15px;
	width: 550px;
   height: 500px;
   text-align: left;
}

div.CamContentWin
{
	position: relative;
   top: 0px;
   border: 1px solid #141647;
   background: #000000;
	margin: 0 auto;
	padding: 0px;
	width: 550px;
   height: 500px;
}

div.ContentWinRight
{
	position: absolute;
   top: 0px;
   right: 0px;
	margin: 0 auto;
	padding: 10px 10px 5px 5px;
	width: 325px;
}

.sitelogosub
{
	color: #B8962E;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}

.sitelogo
{ 
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none;
	font-size: 28px;
   padding-top: 35px;
}

/* Links */
a:link {
	color: #D43790;
	text-decoration: none;
}

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

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

a:active {
	text-decoration: none;
	color: #0000C0;
}

.coollinkTitle {
	color: #FFFF00;
	font-weight: bold;
	font-size: 16px;
}

.coollink a:link {
	color: #B8962E;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
   padding-left: 15px;
}

.coollink a:visited {
	text-decoration: none;
	color: #DEC988;
	font-weight: bold;
	font-size: 14px;
   padding-left: 15px;
}

.coollink a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #DEC988;
	font-size: 14px;
   padding-left: 15px;
}

.coollink a:active {
	text-decoration: none;
	font-weight: bold;
	color: #B8962E;
	font-size: 14px;
   padding-left: 15px;
}

.navblurb {
	font-weight: bold;
	color: #FFFF00;
	font-size: 10px;
   width: 100px;
}
