/* CSS Document */
body {
	margin:0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: center;
}
#wrapper {
    margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
	margin-top: 10px;
	width: 831px;
	padding: 0px;
}
#closer {
	position: absolute;
	z-index: 80;
	left: 0px;
	top: 0px;
	visibility: hidden;
}
#header {
	position: static;
	margin: 0px;
	padding: 0px;
}
#homemainimage {
	position: absolute;
    width: 551px;
    height: 300px;
	z-index: 50;
	right: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
#homecontent {
	position: absolute;
	background-image: url(/images/imgHomeContentBackground.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    width: 551px;
    height: 143px;
	z-index: 160;
	right: 0px;
	top: 330px;
	margin: 0px;
	padding: 0px;
}
#homecontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #7F8083;
	margin: 25px 20px 0px 20px;
	line-height: 22px;
	padding: 0px;
}
#mediarelease {
	position: absolute;
    width: 265px;
	z-index: 120;
	left: 14px;
	/* top: 275px; */
	top: 285px;
	margin: 0px;
	padding: 30px 0px 0px 0px;
	background-image: url(/images/imgMediaReleaseBackground.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}
#mediarelease p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin: 10px 15px 0px 5px;
	padding: 0px;
	color: #7F8083;
}
#mediarelease p a {
	color: #3A60AE;
	font-weight: bold; 
	text-decoration: none;
}
#mediarelease p a:hover {
   text-decoration: underline;
}

#menu {
	position: absolute;
    width: 252px;
	z-index: 90;
	left: 14px;
	top: 110px;
	margin: 0px;
	padding: 5px 0px 30px 0px;
	background-color: #EFEFF0;
}

#menu p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	color: #3A60AE;
	background-color: #EFEFF0;
	width: 155px;
}
#menu p a {
	display: block; 
	padding: 4px 15px 4px 0px;
	margin: 0px; 
	color: #3A60AE; 
	text-decoration: none;
}
#menu p a:hover {
   color: #FFFFFF;
   background-color: #86B7E5;
}



.dropdown {
	visibility: hidden;
	z-index: 95;
	position: absolute;
	background-color: #EFEFF0;
	margin: 0px;
	padding: 0px;
	left: 150px;

}
.dropmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	color: #3A60AE;
	font-weight: bold;
	margin: 0px;
}
.dropmenu a {
	display: block; 
	text-decoration:none;
	color: #3A60AE;
	padding: 3px 5px 3px 5px;
} 

.dropmenu a:hover {
   color: #FFFFFF;
   background-color: #86B7E5;
}

#contentwrapper {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	position: static;
}
#buttons {
	margin: 0px 0px 3px 0px;
	padding: 0px;
    text-align: center;
    height: 25px;
    border-bottom: dotted 2px #86B7E5;
}
#ourmission {
	margin: 0px;
	padding: 0px;
    background-image: url(/images/imgOurMissionBackground.jpg);
    background-repeat: no-repeat;
    background-position: 0px 40px;
	width: 551px;
	height: 150px;
}
#ourmission h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4075C0;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 25px 0px 10px;
	padding: 0px;
	line-height: 18px;
}
#ourmission p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4075C0;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 45px 0px 10px;
	padding: 0px;
	font-style: italic;
	line-height: 16px;
}

#breadcrumbs p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin: 0px 10px 3px 10px;
	padding: 0px;
	font-size: 9px;
}

#breadcrumbs a {
	color: #CCCCCC;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

#content {
	margin: 0px;
	padding: 5px 0px 0px 0px;
    background-image: url(/images/imgContentBackground.jpg);
    background-repeat: no-repeat;
    background-position: top left;
	width: 535px;
	min-height: 270px;
    height: auto !important;
    height: 270px;
}


#content p, #content ol, #content ul, #content li, #content h1, #content h2, #content h3, #content h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7F8083;
	padding: 0px;
	margin: 8px 10px 8px 10px;
}

#content p {
	font-size: 10px;
}

#content ol {
	font-size: 10px;
	margin-left: 20px;
	padding-left: 20px;
}
#content ul {
	font-size: 10px;
	margin-left: 15px;
	padding-left: 15px;
}
#content li {
	margin: 0px 0px 2px 0px;
	padding: 0px;
}
#content h1 {
	color: #4075C0;
	font-size: 14px;
	font-weight: bold;
	padding-top: 0px;
	margin-top: 0px;
}
#content h2 {
	color: #4075C0;
	font-size: 12px;
	font-weight: bold;
}
#content h3 {
	color: #4075C0;
	font-size: 10px;
	font-weight: bold;
}
#content h4 {
	color: #4075C0;
	font-size: 9px;
	font-weight: bold;
}
#content a {
	text-decoration: none;
	color: #3A60AE;
	
}
#content a:hover {
	text-decoration: underline;
}

.CellBorderR {
	border-right: 1px solid #999999;
}
.CellBorderLR {
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
.CellBorderLRT {
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
}
.CellBorderRT {
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
}
.CellBorderLT {
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
}
.CellBorderT {
	border-top: 1px solid #999999;
}
#sponsors {
	position: static;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#footer {
    position: static;
    background-image: url(/images/imgFooterBackground.jpg);
    background-repeat: no-repeat;
    background-position: top right;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	clear: both;
	height: 31px;
}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin: 0px 30px 0px 10px;
	padding: 4px 0px 4px 0px;
	text-align: right;
}
#footer a {
	color: #636366;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#credit {
    position: static;
	margin: 0px;
	padding: 0px;
	clear: both;
	text-align: center;
}
#credit p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	margin: 0px 0px 0px 690px;
	padding: 5px 0px 5px 0px;
	text-align: center;
}
#credit a {
	color: #CCCCCC;
	text-decoration: none;
}
#credit a:hover {
	text-decoration: underline;
}
.result {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FF0000;
}
.contactresult {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FF0000;
	margin-left: 10px;
}
.resultok {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #00CC00;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #262324;
}

.RightImageMargin {
    margin-left: 15px;
	margin-bottom: 10px;
}
.RightFloatLayer {
    margin: 5px 0px 10px 15px;
	float: right;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	clear: both;
}
.RightFloatLayer a:hover {
    text-decoration: none;
}
.inputbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #262324;
	font-size: 10px;
	font-weight: normal;
}
#AnnouncementManagementTable {
    margin-left: 10px;
}	
#AnnouncementManagementTable thead td  {
	border-top: dotted 1px #CCCCCC;
	border-bottom: dotted 1px #CCCCCC;
	background-color: #EEEEEE;
}	
	
#AnnouncementManagementTable td  {
	border-bottom: dotted 1px #CCCCCC;
}
#AnnouncementManagementTable td p  {
	margin: 0px;
	padding: 0px;
}
#LHSRotator {
	right: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: 265px;
	height: 91px;
	text-align: left;
}

table.shadow { 
    text-align: left;
    border: none;
    margin: 0px;
    padding: 0px;
  }

 td.shadow-top { 
    height: 6px;  
    background-image: url(/images/borders/shadow/top.gif);
  }

  td.shadow-topRight { 
    width: 9px;
    height: 6px;
    background-image: url(/images/borders/shadow/topRight.gif);
  }

  td.shadow-right { 
    width: 9px; 
    background-image: url(/images/borders/shadow/right.gif);
  }

  td.shadow-bottomRight { 
    width: 9px; 
    height: 13px; 
    background-image: url(/images/borders/shadow/bottomRight.gif);
  } 

  td.shadow-bottom { 
    height: 13px;
    background-image: url(/images/borders/shadow/bottom.gif);
  }

  td.shadow-bottomLeft { 
    width: 9px;
    height: 13px;
    background-image: url(/images/borders/shadow/bottomLeft.gif);
  } 

  td.shadow-left { 
    width: 9px;
    background-image: url(/images/borders/shadow/left.gif);
  }

  td.shadow-topLeft { 
    width: 9px; 
    height: 6px; 
    background-image: url(/images/borders/shadow/topLeft.gif);
  }      

  td.shadow-center { 
    background-color: white  
  }
  
.GeneralTable {
    margin-left: 10px;
    width: 100%;
}	
.GeneralTable thead td  {
	border-top: dotted 1px #86B7E5;
	border-bottom: dotted 1px #86B7E5;
	/* background-color: #EFEFEF;*/
}
.GeneralTable thead td h3 {
	margin: 2px 5px 2px 5px;
	padding: 0px;
}	
	
.GeneralTable td  {
	border-bottom: dotted 1px #86B7E5;
	vertical-align: top;
}
.GeneralTable td p  {
	margin: 2px 5px 2px 5px;
	padding: 0px;
}
.YellowArrows {
   color: #F3D623;
}

.formerror {
    color: #CC0000;
}

.FormBox {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #666666;
	margin: 0px;
	padding: 0px 1px 0px 1px;
	
}
.FormCheckBox {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	border: none;
	margin: 0px;
	padding: 0px;
	
}
.FormCheckTable {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	border: none;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	
}
.FormRadioButton {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	border: none;
	margin: 0px;
	padding: 0px;
	
}
.FormRadioTable {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	border: none;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	
}
.FormSelectBox {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #666666;
	margin: 0px;
	padding: 0px;
	
}
.FormButton {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #86B7E5;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #86B7E5;
	margin: 0px;
	padding: 0px;
}
