* {margin: 0; padding: 0; border: none;}
body 
{
	background: url(./images/BG.jpg);
	text-align: left;
	FONT-FAMILY: Verdanna, Arial;
	font-size: medium;
}
#container
{
	background: url(./images/ContentPage_BG.gif) repeat-y;
	width: 975px;
	margin: auto;
	text-align: left;
}
#header
{
	height: 160px;
	background: url(./images/Header.gif) no-repeat;
}
#content
{
	width: 745px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	float: left;
	text-align: justify;
}
#rightcol
{
	width: 180px;
	margin-top: 5px;
	padding-left: 8px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	float: left;
	text-align: left;
	clear: right;
}
#footer 
{
	height: 36px;
	clear: both;
	padding: 0 0 0 0;
	font-size: 95%;
	line-height: 25px;
	background: url(./images/Footer.gif) no-repeat;
}
#navigator 
{
	width: 850px;
	height: 22px;
	margin-top: 135px;
	padding-left: 124px;
	float: left;
	text-align: left;
}
#AdditionalServices
{
}
#RightLinks
{
	border-top-style: solid;
	border-top-color: #3c3a2e;
}
#Affiliations
{
	border-top-style: solid;
	border-top-color: #3c3a2e;
}
A:visited
{
	COLOR: #3c3a2e;
	FONT-FAMILY: Verdanna, Arial;
	text-decoration: none;
}
A:active
{
	COLOR: #3c3a2e;
	FONT-FAMILY: Verdanna, Arial;
	text-decoration: none;
}
A:hover
{
	COLOR: #3c3a2e;
	FONT-FAMILY: Verdanna, Arial;
	text-decoration: none;
}
A:link
{
	COLOR: #3c3a2e;
	FONT-FAMILY: Verdanna, Arial;
	text-decoration: none;
}
A.ContactLink:visited
{
	COLOR: #ffffff;
	FONT-WEIGHT: bold;
	FONT-SIZE: 100%;
	FONT-FAMILY: Verdanna, Arial;
	text-decoration: none;
}
A.ContactLink:active
{
	COLOR: #ffffff;
	FONT-WEIGHT: bold;
	FONT-SIZE: 100%;
	FONT-FAMILY: Verdanna, Arial;
	text-decoration: none;
}
A.ContactLink:hover
{
	COLOR: #ffffff;
	FONT-WEIGHT: bold;
	FONT-SIZE: 100%;
	FONT-FAMILY: Verdanna, Arial;
	text-decoration: none;
}
A.ContactLink:link
{
	COLOR: #ffffff;
	FONT-WEIGHT: bold;
	FONT-SIZE: 100%;
	FONT-FAMILY: Verdanna, Arial;
	text-decoration: none;
}
A.ContentLink:visited
{
	COLOR: #0000ff;
}
A.ContentLink:active
{
	COLOR: #0000ff;
}
A.ContentLink:hover
{
	COLOR: #0000ff;
}
A.ContentLink:link
{
	COLOR: #0000ff;
}
ul 
{
	list-style-position: inside;
}
.RightContent
{
    COLOR: #3c3a2e;
    FONT-SIZE: 70%;
    FONT-FAMILY: Verdanna, Arial;
}
.headtext
{
    COLOR: #000000;
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    FONT-FAMILY: Verdanna, Arial;
}
.siteimage
{
	border-style: solid;
	border-width: 1px;
	float: right;
	margin-left:10px;
	margin-bottom:10px;
	margin-top:0px;
	margin-right:0px;
}
.thumbnailimage
{
	border-style: solid;
	border-width: 1px;
	margin-left:10px;
	margin-bottom:10px;
	margin-top:10px;
	margin-right:10px;
}
.boldtext
{
	COLOR: #ffffff;
	FONT-WEIGHT: bold;
	FONT-SIZE: 100%;
	FONT-FAMILY: Verdanna, Arial;
}
#footertext

{

	width: 700px;

	margin-top: 4px;

	padding-left: 30px;

	float: left;

	text-align: left;

}
.SectionHeader
{
	COLOR: #000000;
	FONT-WEIGHT: bold;
	FONT-SIZE: 110%;
	FONT-FAMILY: Verdanna, Arial;
}
p
{
	margin-top: 1em;
}
ul
{
	margin-left: 2em;
}
input
{
	border: 1px solid #000000;
	background: #ffc;
}
textarea
{
	border: 1px solid #000000;
	background: #ffc;
}
.reqd
{
	COLOR: red;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

/* hover over close button */
.close:hover {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* focus on close button */
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
