/* Redfined HTML Tags */
body {
	margin: 0px;
	color: #000000;
	background-image: url("../Images/Globe.jpg");
	background-color: #D6DBEF;
	background-repeat: no-repeat;
	background-position: top right;
	background-attachment: fixed;
}

html,body {
	height: 100%;
}

body,table,input,select,textarea,div,p,a,.text {
	font: normal 10pt "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	line-height: 15px;
}

a {
	cursor: pointer;
	color: #336699;
	text-decoration: none;
}

a:hover {
	cursor: pointer;
	color: #990000;
	text-decoration: underline;
}

acronym {
	cursor: help;
	border-bottom: 1px dashed #666666;
}

ul {
	margin-right: 25px;
	line-height: 160%;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

h1{
	padding: 10px 10px 5px 10px;
	font: bold 16pt Arial,sans-serif;
	color: #0059AD;
}

h2{
	margin-top: 35px;
	font: bold 12pt Arial,sans-serif;
}

h3{
}

h4{
}

h5{
}

h6{
}

img {
	border: 0px;
}

/* Specific Elements */

#LanguageSelector {
	text-align: left;
}

#LanguageSelector, #LanguageSelector a{
	font-size: 8pt;
}

#MenuContainer {
	background-image: url('../Images/MenuBackground.png'); 
	width: 750px; 
	height: 29px; 
	position: relative;
}

#AdminMenu {
	
}

#AdminMenu a{
	padding: 3px;
	display: block;
	border-right: 5px solid white;
}

#AdminMenu a:hover{
	background-color: #0059AD;
	color: #FFFFFF;
	border-right: 5px solid #000000;
}


/* Custom Classes */

li.NewSection {
	list-style-type: none;
	margin: 15px 0 8px -20px;
	font-size: 12pt;
	font-weight: bold;
	color: #0059AD;
	border-bottom: 3px solid #0059AD;
	
}

li.PDF, li.PPT, li.WWW {
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 8px 2px;
	padding: 0 0 0 30px;
	margin: 0 0 0 -20px;
}

li.PDF {
	background-image: url("../Images/AdobePDFIcon.gif");
}

li.PPT {
	background-image: url("../Images/PowerPointIcon.gif");
}

li.WWW {
	background-image: url("../Images/link.png");
}


.PageBody {
	background-image: url("../Images/PageBackground.jpg");
}

.OuterBorders, .OuterContentArea {
	background-color: #FFFFFF; 
}

.OuterContentArea {
	vertical-align: top; 
	width: 750px; 
	height: 100%;
}

.InnerContentArea {
	width: 750px; 
	text-align: left; 
	margin-top: 0px; 
	background-color: #FFFFFF;
}

.textEm {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
}

.textItalic {
	font-style: italic;
	font-weight: normal;
	font-size: 10pt;
}

.smallText {
	font-size: 8pt;
}

.profile {
	display: none;
	margin-top: 5px;
	padding-left: 15px;
	position: relative;
	height: 0px;
	overflow: auto;
	text-align: left;
}

.profile p{
	margin-top: 16px;
	margin-bottom: 16px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.newsTitle {
	font-size: 12pt;
	font-weight: bold;
	color: #0059AD;
}

.newsContributor {
	font-size: 10pt;
	font-weight: normal;
	color: #666666;
}

.newsContent {
	display: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 15px;
	position: relative;
	height: 0px;
	overflow: auto;
	text-align: left;
}

.newsDate {
	padding-left: 15px;
	font-size: 8pt;
	font-weight: normal;
	color: #333333;
}

.eventTitle {
	font-size: 12pt;
	font-weight: bold;
	color: #0059AD;
}

.eventContributor {
	font-size: 10pt;
	font-weight: normal;
	color: #666666;
}

.eventTD {
	text-align: left; 
	padding-bottom: 10px; 
	vertical-align: top; 
}

.eventContent {
	display: none;
	height: 0px;
	padding: 3px;
	overflow: auto;
	text-align: left;
	border: 1px solid black;
}

.eventDate {
	font-weight: normal;
	color: #333333;
}

.expand,.collapse {
	position: absolute;
	width: 65px;
	padding: 2px;
	text-align: center;
}

.expand {
	right: 0px;
	bottom: 0px;
}

.collapse {
	right: 65px;
	bottom: 0px;
}

.quote {
	font: bold italic 11pt Arial,sans-serif;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	color: #0059AD;
	text-align: center;
}

.tableRowHeader {
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	background-color: #EEEEEE;
}
