/* Global Defaults */
html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 1.4em;
	text-align: center; /*to center container in IE */
	background-color: #FFFFFF;
	}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Verdana, Helvetica, Arial, sans-serif;
}

/* Text Styles */
p, th, td, li, dd, dt, ul, ol, blockquote, q, a, input, select, textarea {
  margin: 0;
  padding: 5px 0;
  line-height: 1.4em;
  font-size: 100%;
  color: #000000;
}
blockquote {
  margin: 1.25em;
  padding: 1.25em;
}
q {
  font-style: italic;
  }
  
/* Links and Images */
/* Links and Images */
a, a:link, a:visited, a:active, a:hover {
  text-decoration: underline;
  color: #005098;
  }
img {
  border: none;
}

/* Tables */
table {
  margin: 0;
  padding: 0;
  border: none;
}

/* Forms */
form {
  margin: 0;
  padding: 0;
  display: inline;
}
label {
cursor: pointer;
}

/* Wrapper */
 
#container {
  width:770px;
  margin:10px auto 0 auto;
  background-color: #FFFFFF;
  text-align: left;
  clear: left;
  }


/* Global Classes */
 
.clear { clear: both; }
 
.floatLeft { float: left; }
 
.floatRight { float: right; }
 
.textLeft { text-align: left; }
 
.textRight { text-align: right; }
 
.textCenter { text-align: center; }
 
.textJustify { text-align: justify; }
 
.bold { font-weight: bold; }
 
.italic { font-style: italic; }
 
.underline { border-bottom: 1px solid; }
 
.imgLeft { float: left;
            margin: 4px 10px 4px 0;}
 
.imgRight { float: right;
             margin: 4px 0 4px 10px; }
 
.nopadding { padding: 0; }
 
.noindent { margin-left: 0;
            padding-left:0; }
 
.nobullet { list-style: none;
            list-style-image:none; }

.imgRightBottom { float: right;
             margin: 0 0 0 10px; }

#header {
	width: 762px;
	height: 179px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
}

#subHeader {
    margin: 0 auto;
	width: 528px;
	height: 111px;
	}

#menu {
	width: 175px;
	background-color: #C9D7DC;
	background-image: url(../images/menu_bkgd.jpg);
	font-size: .8em;
	float: left;
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #9FADB2;
	margin: 10px 0 0 15px;
	padding: 15px 10px 10px 10px;
	}

#menuHeader {
	padding: 0 0 5px 0;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	}
#menu ul li {
   list-style-type: none;
   background-image: url(../images/menu_bullet.gif);
   background-repeat: no-repeat;
   background-position: left top;
   padding: 0 5px 8px 20px;
   }
   
   #left {
	width: 190px;
	float: left;
	clear: left;
	margin: 0;
	padding: 30px 5px 10px 25px;
	font-size: .7em;
	text-align: center;
	line-height: 1.2em;
	}

#left h4 {
	font-size: 1.4em;
	}

   
#content {
width: 510px;
text-align: left;
margin: 0 auto;
padding: 20px 10px 0 5px;
font-size: .8em;
}

#content ul li {
	list-style-type: none;
	background-image: url(../images/content_bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 0 10px 8px 20px;
	   }
#content ul ul li  {
    list-style-type: disc;
	background-image: none;
	margin: 0 0 4px 30px;
	padding: 0 10px 0px 0px;}

#content h2 {
	font-size: 1.7em;
	padding: 12px 0 10px 0;
	line-height: 1.3em;
	}
	
#content h3 {
	font-size: 1.3em;
	font-weight: bold;
	padding: 10px 0 0 0;
	line-height: 1.3em;
	}
	
.dropCap{
    float: left;
	color:#F27540;
	font-family: "Times New Roman", Times, serif;
 	font-size: 350%;
 	line-height: 0.8em;
	margin-right: 0.03em;
 	margin-bottom:-0.25em;

} 

#footerHome {
	width: 315px;
	float: right;
	clear: both;
	height: 1px;
	margin: 0;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #003399;
}
#footer {
	width: 762px;
	height: 34px;
	clear: both;
	background-image: url(../images/marble_footer.jpg);
	}