/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #686C8C;
	line-height: 1.166;
	margin: auto;
	padding: 0px;
	position: relative;
	vertical-align: top;
	background-image:url(Images/background.jpg);
	width: 800px;
	font-size: 10px;
	float: left;
	height: auto;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #748AA3;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;

}

/************** header tag styles **************/

h1{
	font-family: Georgia, Times New Roman, Times, serif;
	color: #235c78;
	font-size: 18px;
	
}

h2{
 font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold; 
	color: #A7B5C5;
	font-size: 18px;
}

h3{
 font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color:  #A7B5C5;
	font-size: 16px;
}

h4{
 font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #235c78;
	font-size: 12px;
}

h5{
  font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #235c78;
	font-size: 12px;
}

.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 0px;
	font-size: 10px;
}


.list {font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; list-style-type: disc; }
.partnerships {font-family: Georgia, "Times New Roman", Times, serif, color: #9DACBF;
	font-size: 12px;
	font-weight: bold;}



.address {font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; color: #1d2c67; font-size: 14px; }
.contacts {font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; color: #1d2c67; font-size: 12px; }
.position {font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; color: #A7B5C5; font-size: 12px; }
.intro {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 25px;
	font-style: italic;
	font-size: 14px;
	color: #A7B5C5;
}

.highlights {
	color: #1d2c67;
	font-weight: bold;
	font-size: 18px;
}
.Partner {font-weight: bold; color: #CCCCCC; font-size: 18px; font-style: italic; }
.partnermail {
	font-size: 11px;
	color: #CCCCCC;
}
/*************** list tag styles ***************/

ul{
	list-style-position: outside;
	text-indent: 0px;
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	list-style-type: disc; }
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: square;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 225px;
	left: 0;
	right: 0px;
	width:800px;
	z-index: 1;
	background-color: #ffffff;
	overflow: visible;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #1D2D68;
	float: left;
	height: auto;
	background-repeat: no-repeat;
	border-right-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #235c78;
	border-left-color: #235c78;
	visibility: visible;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 0;
	left: 0px;
	right: 0%;
	width:800px;
	height:225px;
	z-index: 2;
	visibility: visible;
	float: left;
	border-right-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #235c78;
	border-left-color: #235c78;
	padding: 0px;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #235c78;
}

#content{
	width: 700px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #8D9FB4;
	border: 0 none;
	float: right;
	clear: none;
	height: auto;
	overflow: auto;
	top: 235px;
}

#globalLink{
	position: absolute;
	top: -1px;
	height: 25px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: -1px;
	z-index: 3;
	width: 798px;
	text-align: center;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #235c78;
	border-left-color: #235c78;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #ffffff;
}

a.glink:hover{
  	background-image: none;
	text-decoration: none;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: none;
	font-size: 10px;
	color: #cccccc;
	padding: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 800px;
	height: 40px;
	float: left;
	background-position: center bottom;
	background-image: url(Images/bottom.jpg);
	text-align: left;
	line-height: 40px;
}

