body {
	background-color: #dfdfd3;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #0c5075;
}
div#container { /* first child of body */
	text-align: left;
	width: 762px;
	margin: 0 auto;
	padding: 0;
}

div#content {
padding: 0 1em;
text-align: justify;
}

/* TOP NAV */

div#top_nav {
	height: 41px;
	margin: 0;
	padding: 0 1em;
	text-align: right;
	line-height: 41px;
	color: red;
	font-size: 0.9em;
	font-size: 1em;
	font-weight: bold;
	background-image: url(/images/topbg.jpg);
	background-repeat: repeat-x;
}
div#top_nav a {
	text-decoration: none;
	color: #beedff;
}

/* FOOTER */

div#footer {
	height: 51px;
	background-image: url(/images/footer.jpg);
	position: relative;
}
span#footer_links {
	position: absolute;
	bottom: 0.4em;
	left: 1em;
}
span#copyright {
	position: absolute;
	bottom: 0.4em;
	right: 1em;
	font-variant: small-caps;
	font-style: italic;
}

/* NAVIGATION */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 1em;
	font-weight: bold;
	line-height: 41px;
	height: 41px;
	background-image: url(/images/navbg.jpg);
}
#nav li { /* all list items */
	float: left;
	padding: 0 1em;
	border-style: solid;
	border-color: #b7e7ff;
	border-width: 0 1px 0 0;
}

#nav li ul { /* second-level lists */
	background-image: url(/images/navbg.jpg);
	margin-left: -1em;
	position: absolute;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/***** OTHER *****/

.contact {
	font-size: 16px;
	font-family: Arial;
	line-height: 120%;
	margin: 5px 0px 10px 0px;
}

img.pic {
	border: 2px outset #A0A0F0;
}
img.portrait {
	margin-left: 10px;
	float: right;
}

/* Navigation and footer links */

#nav a, span#footer_links a {
	color: #0c5075;
	text-decoration: none;
}
#nav a:hover, span#footer_links a:hover {
	color: red;
}

h1 {
	font-size: 1.2em;
}

h2 {
	font-size: 1em;
}

/***** DISPLAY TABLE *****/

table {
	border-spacing: 1px;
}
table.resDisp, table.comDisp {
	width: 100%;
	text-align: center;
	margin: 10px 0px 0px 0px;
	color: inherit;
}
table.smTbl {
	border: 3px outset #8080F0;
	background-color: #D0D0D0;
}
td.profileHeading {
	font-family: arial, helvetica, times;
	font-size: 16px;
	font-weight: bold;
	background-color: #8080F0;
	background-color: white;
	vertical-align: middle;
	height: 25px;
	padding: 0px 0px 0px 15px;
	border: 3px double #D0E0F5;
}
tr.header {
	font-weight: bold;
	text-align: center;
	background-color: #24b0fd;
	color: #0c5075;
}
tr.light {
	background-color: #F0F0F0;
}
tr.dark {
	background-color: #E5E5E5;
}
div.testimonial {
	border: 3px double #D0E0F5;
	background-color: white;
	margin: 15px 0px;
	padding: 15px;
}


/***** FORM *****/

.formInput td {
	padding: 3px 6px 3px 6px;
	margin: 0px;
	background-color: #D0D0D0;
	text-align: left;
	vertical-align: middle;
	line-height: 100%;
}

a.formButtons, a:visited.formButtons, a:hover.formButtons {
	font-family: times;
	font-size: 10pt;
	text-align: center;
	text-decoration: none;
	background-color: #959595;
	color: blue;
	border-style: solid;
	border-width: 2px;
	border-color: #7093DB  #545454 #545454 #7093DB;
	padding: 1px 15px 1px 15px;
	margin: 2px 5px 2px 5px;
	width: auto;
}

a:active.formButtons {
	color: white;
	background-color: #757575;
	text-decoration: none;
	border-color: #545454 #7093DB #7093DB #545454;
}

/***** BUTTONS *****/

.buttons a, .buttons a:visited {
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	background-color: #350048;
	color: white;
	border-style: solid;
	border-width: 2px;
	border-color: #35B #226 #226 #35B;
	padding: 1px 1px 1px 1px;
	margin-top: 8px;
	width: 130px;
	display: block;
}

.buttons a:hover {
	color: yellow;
	padding: 0px 1px 2px 20px;
	text-decoration: none;
	border-color: #226 #35B #35B #226;
}
