/* Blue
background: 3399CC
text-main: 000000
table-background: CCFFFF
a-link: 663399
a-active: FF33FF
table-highlight: 006699
*/

body {
	background: #CCFFFF;/* background */
	color: #000000; /* text-main */
	margin: 20px 0px 0px 10px;/*top right bottom left*/
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}

body, td, p, input, select, textarea {
	font-family: Tahoma, Arial, "MS Sans Serif", sans-serif;
	font-size: 11pt;
}

input, select, textarea {
	background-color: #FFFFFF; /* background */
	color: #000000; /* text-main */
	border-color: #000000 #000000 #000000 #000000; /* table-highlight */
	border-style: solid;
	border-width: 1px;
}

ul {
	list-style-image: url(img/star.gif);
}

.author {
	font-size: 10pt;
	text-align: right;
}

.quote {
	font-style: italic;
	font-size: 16pt;
}

p, td {
	color: #000000; /* text-main */
	text-align : justify;
}
a {
	color: #663399; /* a-link */
	font-weight: bold;
	text-decoration: none;
}
a:link { color: #663399; } /* a-link */
a:visited { color: #663399; } /* a-link */
a:hover {
	color: #FF33FF; /* a-active */
}
a:active {/* Identical to a:hover */
	color: #FF33FF; /* a-active */
}

h1, h2, h3, th {
	font-style: bold;
	text-align: left;
}
h1, h2 {
	font-style: italic;
	line-height: 2em;
}
h1 { font-size: 18pt; } 
h2 { font-size: 13pt; }
h3 { font-size: 10pt; line-height: 1em; }



table.generic    {
	background-color : #CCFFFF; /* table-highlight */
}
table.generic td {
	background-color : #CCFFFF; /* table-background */
	color : #000000;  /* text-main */
}

#DivSlogan {
	color: #000000; /* text-main */
	font-style: italic;
	font-size : 32pt;
	background-color : #CCFFFF; /* table-background */
	border-width: 2px;
	border-style : solid;
	border-color : #CCFFFF; /* table-highlight */
	padding : 10pt 10pt 10pt 10pt;
}

#TableMenuOuter {
	position: relative;
	width: 185px;
	background-color: #CCFFFF; /* table-highlight */
}
.navlink {
	width: 100%;
	font-size: 11px;
	display: block;
	padding : 5px 6px 5px 6px;
}	
.contactlink {
	font-size: 8pt;
}
#TableMenuInner td {
	background-color: #CCFFFF; /* table-background */
}
.certs {/* For the certifications */
	font-size: 8pt;
	line-height: 150%;
	margin-left: 3pt;
}
.contacts {/* For contact info, eg email phone # */
	font-size: 8pt;
	line-height: 150%;
	margin-left: 3pt;
}
.name {/* For the name right under the picture */
	font-size: 10pt;
	font-weight: bold; /* Boldest */
	line-height: 150%;
	margin-left: 48px;
}
.copyright {
	font-size: 10pt;
}

#DivPageBody {
	background-color : #CCFFFF; /* table-background */
	border-width: 2px;
	border-style : solid;
	border-color : #CCFFFF; /* table-highlight */
	padding : 10pt 10pt 10pt 10pt;
}
#DivFooterNav {
	text-align: center;
	background-color : #CCFFFF; /* table-background */
	border-width: 2px;
	border-style : solid;
	border-color : #CCFFFF; /* table-highlight */
	padding : 10pt 10pt 10pt 10pt;
}


