html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}


/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: top; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }


ol, ul {
	list-style: none;
	font-size: .95em;
}


*:focus {outline: none;}


html { font-size:75%; height: 100%;}
html>body { font-size: 14px; }

body { 
	color: #000;
	min-height:101%;
}

body, form {  
	font-family: Palatino, 'Palatino Linotype', Georgia, Times, 'Times New Roman', serif;
	font-size:1em;
	line-height:1.4;
	font-weight:300;
}

.green {color: #000;}
.red {color: #000;}
.yellow {color: #000;}
.blue {color: #000;}

.imgCenter{margin-top: 25px; text-align: center;}



/* Headings
-------------------------------------------------------------- */
h1,h2{ font-weight:normal;}
h3,h4,h5,h6 { font-weight: normal; }


h1 { font-size: 1.7em; margin-bottom: 0.765em; color: #000; font-family: 'Lucida Sans', Arial, 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;}
h2 { font-size: 1.4em;  margin-top: 0.855em;}
h2.home { font-size: 1.4em;  margin-top: 0; padding:0 50px;}

h3 { font-size: 1.4em;  margin-bottom: 0.956em; }
h4 { font-size: 1.313em; margin-top: 1.5em; margin-bottom: .9em; }
h5,h6 { font-size: 1.212em;  margin-top: 1.238em; color: #333;}
h5 {color: #000; margin: 0;}

#body h2 {margin-bottom: 15px;}
#body h3 {
			padding: 5px 0;
			font-family: 'Lucida Sans', Arial, 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
			letter-spacing: 1px;
			margin: 15px 0 15px 0; 
			color: #999; 
			}
#footer h3 {
			padding: 5px 0;
			font-family: 'Lucida Sans', Arial, 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
			letter-spacing: 1px;
			margin: 15px 0 15px 0; 
			color: #999; 
			border-bottom: 1px solid #999;
			}

/* Link Div
-------------------------------------------------------------- */
#link h3 {
			font-size: 1em;
			font-weight: bold; 
			margin-bottom: 0; 
			margin-top: 15px; 
			padding:0 50px;
			}
#link h3 {
			font-size: 1em;
			font-weight: bold; 
			margin-bottom: 0; 
			margin-top: 15px; 
			padding:0 50px;
			}

/* Text elements
-------------------------------------------------------------- */

p { padding:0 50px 0.8125em 50px; font-weight:300; text-align: justify; max-width: 550px;}

p.document	{font-weight: bold; margin-bottom: 0; margin-top: 15px; padding-bottom: 0;} 
p.document_description	{margin-top: 0; padding-top: 0; color: #333;}

#footer p {margin: 1.25em 0 0.75em 0 ;}
#footer p small {font-size: .75em; color: #000; font-family: Palatino, 'Palatino Linotype', Georgia, Times, 'Times New Roman', serif; font-style: italic;}


/* Block Quotes
-------------------------------------------------------------- */

blockquote {
	margin:22px 40px;
	padding: 0 50px;
	background: transparent url(../../_graphics/openquote.png) no-repeat top left;
}

blockquote span.author {
     background: none; 
     font-style: normal;
     text-align: right;
     padding-right: 46px;
   }

blockquote span {
     display: block;
     background: transparent url(../../_graphics/closequote.png) no-repeat bottom right;
     font-style: italic;
   }
   
/* Links and Menus
-------------------------------------------------------------- */

a:link		{color: #000; text-decoration: none; } 
a:visited	{color: #000; text-decoration: none;} 
a:hover		{color: #000; text-decoration: underline;} 
a:focus		{color: #000; text-decoration: underline;} 
a:active	{color: #000; text-decoration: underline; }

a.inline:link		{color: #333; text-decoration: underline; } 
a.inline:visited	{color: #333; text-decoration: underline;} 
a.inline:hover		{color: #000; text-decoration: underline; } 
a.inline:active		{color: #000; text-decoration: underline; }

#mainmenu {font-family: 'Lucida Sans', Arial, 'Lucida Grande', 'Lucida Sans Unicode', sans-serif; font-size: .9em; text-align: left; height: 1.1em;}
#mainmenu ul {margin:0; padding: 0;}

#mainmenu ul li {display: inline;	padding: 0 15px 0 0; }
#mainmenu ul li a:link{ color: #000; text-decoration: none; } 
#mainmenu ul li a:visited{ color: #000; text-decoration: none; } 
#mainmenu ul li a:hover{ color: #333; text-decoration: underline; } 
#mainmenu ul li a:active{ color: #333; text-decoration: underline; }

#menu1 {font-family: 'Lucida Sans', Arial, 'Lucida Grande', 'Lucida Sans Unicode', sans-serif; font-size: .9em; text-align: right; padding: 0; margin: 0;}
#menu1 ul {list-style: none; padding: 0; margin: 0; }
#menu1 ul li {padding: 0 0 0 0; margin: 5px 0; background-color: #e0e0e0; }
#menu1 ul li ul { list-style: disc; text-align: right; color: #ccc; margin: 0; }
#menu1 ul li ul li {	padding: 5px 0; 
						margin: 0 ; 
						list-style: none; 
						color: #333; 
						background-color: #FFF;
					}
#menu1 a{ display: block; padding: 5px;} 
#menu1 a:link{ color: #000; text-decoration: none;} 
#menu1 a:visited{ color: #000; text-decoration: none; } 
#menu1 a:hover{ color: #000; text-decoration: underline; } 
#menu1 a:active{ color: #000; text-decoration: underline; }



/* Lists
-------------------------------------------------------------- */
#body ul		{width: 550px; margin: 5px 0 15px 50px;  border-left: 1px solid #999;}
#body ul li	{padding: 8px 0 8px 8px; font-size: 1.1em;}

#footer ul		{width: 550px; margin: 5px 0 15px 50px;  border-left: 1px solid #999;}
#footer ul li	{padding: 8px 0 8px 8px;}
span.listtext	{color: #000;}


/* Tables
-------------------------------------------------------------- */
table			{margin: 0; padding: 0;}

td.expertise	{ width: 150px; padding: 8px;}

td span 		{
				display: block;
				font-size:.9em;
				margin: 3px 0;
				}
				
td span.head 	{
				font-family: Palatino, 'Palatino Linotype', Georgia, Times, 'Times New Roman', serif; 
				margin: 15px 0 0 0 ;
				border-bottom: 1px solid #ccc;
				padding-bottom: 5px; 
				color: #000;
				font-weight: bold;
				}

/* Misc classes
-------------------------------------------------------------- */


