/* navigation menu */
#flashcontent { height: 100%; }

#content
{ text-align: left;
  width: 653px;
  padding: 12px 0px 18px 14px;
}

#menu
{ height: 42px;
  width: 760px;
  margin-left: auto; 
  margin-right: auto;
}

#menu ul{margin: 0px auto;} 

#menu li
{ float: left; 
  margin: 0px; 
  padding: 0px;
} 

#menu li a 
{ display: block; 
  float: left; 
  height: 37px;
  text-decoration: none; 
  padding: 3px 19px 2px 19px;
  text-transform: uppercase;
} 

/* Universal Styles */

img {border:0px;}
ul {list-style-type:disc; }

a { color: #111083; text-decoration: underline;}

body
{	
    margin: 0px 0px 0px;
    padding: 0px;
    font-family: Arial;
    font-size: 14px;
    color: #000;
    background-color: #FFF;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}

h1,h2,h3,h4,h5,h6{ padding:0px; }

h1{font-size:160%;}

h2{font-size:150%;}

h3{font-size:140%;}

h4{font-size:130%;}

h5{font-size:120%; font-weight: normal; margin: 0px 0px 5px;}

h6{font-size:110%; color: #111083; font-weight: bold; margin: 0px 0px 5px;}


/* Background Images */
.navBG { background-image: url(../images/navBG.jpg); background-repeat: no-repeat; }
.topContentBG { background-image: url(../images/topContentBG.jpg); background-repeat: no-repeat; }
.topContentBG2 { background-image: url(../images/topContentBG2.jpg); background-repeat: no-repeat; }
.topContentBG3 { background-image: url(../images/topContentBG3.jpg); background-repeat: no-repeat; }
.topContentBG4 { background-image: url(../images/topContentBG4.jpg); background-repeat: no-repeat; }
.leftMain { background-image: url(../images/leftMain.jpg); background-repeat: no-repeat; }

/* Div Table Styles */
.topContent {
	width: 360px;
	padding: 5px;
	padding-left: 10px;
	text-align:justify;
}

.mainContent { padding: 15px 30px;}

/* Text Styles */



/* Navigation Styles */
.mainNav { margin: 0px; padding: 0px; font-size: 14px; color: #FFF; text-align:center;}
.mainNav a { float:left; color: #FFF; text-decoration: none; padding: 8px 0px 0px; margin: 0px 50px;}
.mainNav .navSpacer { padding: 0px; margin: 0px;}


/* Logoworks Link Backs */
.logoworksLink
{
	font-family: Arial;
	font-size: 9px;
	color: #000;
	padding: 1px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

.logoworksLink a
{
	padding: 0px 5px;
	color: #111083;
	font-size: 10px;
	font-weight: bold;
	padding: 1px;
	text-align: center;
	text-decoration: none;
}

