@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 1021px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 00px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.h1 {
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	letter-spacing:-1px;
	padding: 0px 0px 10px 5px;
}
.h2 {
	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	letter-spacing:-1px;
}

.headline {
	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: 29px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	letter-spacing:-1px;
}
.paragraph6 {
	color: #ffffff;
	text-transform: none;
	font: normal 13px/20px Arial, Helvetica, sans-serif;
}

.paragraph {
	color: #ffffff;
	text-transform: none;
	font: normal 14px/24px Arial, Helvetica, sans-serif;
}
.paragraph2 {
	color: #000000;
	text-transform: none;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
}
.paragraph3 {
	color: #ffffff;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
}
.paragraph4 {
	color: #ffffff;
	text-transform: none;
	font: normal 13px/18px Arial, Helvetica, sans-serif;
}

.paragraph5 {
	color: #333333;
	text-transform: none;
	font: normal 14px/24px Arial, Helvetica, sans-serif;
}
.h3 {
	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	letter-spacing:-1px;
}
.h4 {
	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: 23px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	letter-spacing:0px;
}

.book {
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	letter-spacing:-1px;
}
.h5 {
	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}

.contact {
	color: #333333;
	text-transform: none;
	font: normal 12px/20px Arial, Helvetica, sans-serif;
}
#navigationc {
}
#navigationc li {
   margin-bottom: 0px;
   text-decoration: none;
}
#navigationc a {
	color: #333333;
	text-decoration: none;
}
#navigationc a:hover {
	color: #3399cc;
	text-decoration: none;
	left: 0px;
}

#navigationd {
}
#navigationd li {
   margin-bottom: 0px;
   text-decoration: none;
}
#navigationd a {
	color: #ffcc66;
	text-decoration: none;
}
#navigationd a:hover {
	color: #ffffff;
	text-decoration: none;
	left: 0px;
}




/* -------------------------------------------------------------------------------------- NAVBAR */

.navtitle {
		font-family: Arial, Helvetica, Sans-serif;
		color:#333333;
		float:left;
		font-size:14px;
		padding:10px 0 0 0;
		text-align:center;
		overflow:hidden;
		width:103px; height:28px;
	}

#navbar{
	height:40px;
}



#navbar #nav a{
	background:url(images/menu_a1.jpg) no-repeat;
	width:103px; height:40px;
	display:block;
	text-decoration: none;
	margin: 0px 0 0 0px;
	
}
#navbar #nav a:hover{ 		background:url(images/menu_a2.jpg) no-repeat; }
#navbar #nav a.current{ 		background:url(images/menu_a2.jpg) no-repeat; }
#navbar #nav a.current:hover{ background:url(images/menu_a2.jpg) no-repeat; }


#navbar #navleft a{
	background:url(images/menuleft_a1.jpg) no-repeat;
	width:103px; height:40px;
	display:block;
	text-decoration: none;
	margin: 0px 0 0 0px;
	
}
#navbar #navleft a:hover{ 		background:url(images/menuleft_a2.jpg) no-repeat; }
#navbar #navleft a.current{ 		background:url(images/menuleft_a2.jpg) no-repeat; }
#navbar #navleft a.current:hover{ background:url(images/menuleft_a2.jpg) no-repeat; }


#navbar #navright a{
	background:url(images/menuright_a1.jpg) no-repeat;
	width:103px; height:40px;
	display:block;
	text-decoration: none;
	margin: 0px 0 0 0px;
	
}
#navbar #navright a:hover{ 		background:url(images/menuright_a2.jpg) no-repeat; }
#navbar #navright a.current{ 		background:url(images/menuright_a2.jpg) no-repeat; }
#navbar #navright a.current:hover{ background:url(images/menuright_a2.jpg) no-repeat; }




/* -------------------------------------------------------------------------------------- NAVBAR */


.applemenu{
margin: 0px 0px;
padding: 0;
width: 805px; /*width of menu*/
}

.applemenu div.silverheader a{
background: black url(images/silvergradient.png) repeat-x center left;

	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	letter-spacing:0px;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 8px 0 10px 15px;
text-decoration: none;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: white;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
background-image: url(images/blue.jpg);
color: white;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: #1a698f;
padding: 0px;
height: 100%; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}
