/***************************************************************
 *			STANDARD LOCATIONS
 **************************************************************/

BODY {
	PADDING: 0px; 
	MARGIN: 0px ; 
	FONT: 10pt/1.5em Arial, Helvetica, sans-serif; 
	COLOR: #000000;  
	BACKGROUND-COLOR: #93b6e1;
	text-align:center;
}

TABLE {

}

TD {
	FONT: 10pt/1.5em Arial, Helvetica, sans-serif; 
	padding:5px;
	vertical-align:top;
	text-align:center;
}

P	{	
	FONT: 10pt/1.5em Arial, Helvetica, sans-serif; 
  
}

FORM	{	
	line-height:25px; 
	
}

H2 {
	font-size:16px;
}

H3 {
  	font-weight:bold;
	font-size:12px;	
}

IMG {
	border:0px;
}

.evenRow {
	background-color: #ffe;	
}
.oddRow {
	background-color: #efefef;	
}
.title {
	font-weight:bold;
	font-size: 12px;	
}

/***************************************************************
 *			SEARCH
 **************************************************************/
#azList {
	font-size:1.4em;
	font-weight: bold;
}
#azListText {
	font-size: 0.9em;
	letter-spacing:0.5px;
}
#azList A {
	color:black;
	text-decoration:none;
	padding-left:3px;
	padding-right:3px;
}
#azList A:hover {
	color: black;
	text-decoration:none;
	text-decoration:none;
	color:black;
	border-top:1px solid black;
	border-bottom:1px solid black;
	background-color:white;
}

#searchForm {
	padding:25px;
}

/***************************************************************
 *			ADVERT
 **************************************************************/
#advert {
	text-align:center;
	padding-top:25px;
}
#advert IMG {
	border: 1px solid black;
}

/***************************************************************
 *			HEADER
 **************************************************************/

#header {
	text-align:center;

}

#header h1 {
	Font-size: 18px;
}

#siteSponsors {
	position: relative;
	text-align: left;
	border:1px solid black;
	padding:15px;
	background-color: #bfd5ef;
}


/***************************************************************
 *			NAVIGATION
 **************************************************************/
#navigationContainer {
	width:80%;
	margin:0px auto;
	text-align:left;
	padding:15px;
}

#navigation li {
	display: inline;
	list-style-type: none;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px dotted #066;
  }
  
#navigation li.last {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 0px;
  }


#container {
	width:80%;
	margin:0px auto;
	text-align:left;
	padding:15px;
	/* border:1px dashed black; */
}

#linksContainer {
	position: relative;
	text-align: center;
	border:1px solid black;
	padding:15px;
	background-color: #bfd5ef;
}

#linksContainer IMG {
	margin-left:5px;
	margin-right:5px;
	border:1px solid black;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
/*
#linksContainer IMG:hover  {
	margin-left:5px;
	margin-right:5px;
	border:1px solid black;
	filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
*/


#linksContainer A {
	border: 0px;
	text-decoration:none;
	color:black;
}
#imageText {
	padding-top:4px;
	}
#imageText A {
	border: 0px;
	text-decoration:none;
	color:black;
}

#imageText A:hover {
	text-decoration:none;
	color:black;
	border-top:1px solid black;
	border-bottom:1px solid black;
	background-color:white;
}


#linksContainer H1 {
	font-size:1.1em;
}
#linksContainer #text {
	text-align: left;
	font-size:1.0em;
}

#contentTable {
	width:600px;
}

#contentTable A {
	border: 0px;
	text-decoration:none;
	color:black;
}

#contentTable A:hover {
	text-decoration:none;
	color:black;
	border-top:1px solid black;
	border-bottom:1px solid black;
	background-color:white;
}

/***************************************************************
 *			PERSON :: VIEW
 **************************************************************/
 #personLinksContainer {
	text-align: center;
	border:1px solid black;
	padding:15px;
	background-color: #bfd5ef;
}
 
#personLink {
	z-index:1;
	padding: 5px;
	width: 100%;
	vertical-align: middle;
	text-align: left;
	height:20px;
}
#personLink TD {
	text-align:left;
}
#personLink IMG {
	border:0px;	
	vertical-align: middle;
}

#linkAction {
	z-index:1;
	vertical-align: middle;
	text-align:right;
	width:15%;
	float:right;
	padding: 5px;
	font-weight:bold;
	font-size:12px;
	background-color: #ffe;
	margin-bottom:3px;
	height:20px;
}

#linkActionTitle {
	text-align:right;
	width:15%;
	float:right;
	padding: 5px;
	font-weight:bold;
	font-size:12px;
}

#linkAction IMG {
	border:0px;	
	vertical-align: middle;
}
 
#legend {
	width:90%;
	padding:5px;
	vertical-align:middle;
}
#legend UL {
	margin-top:0px;	
}
#legend LI {
	display: inline;
	padding-right: 10px;	
}

/***************************************************************
 *			FORM
 **************************************************************/
 
 #formContainer {
	width: 55%;
	margin:0px auto;
	text-align:left;
	padding:15px;

}

#form {
	text-align: left;
	border:1px solid black;
	padding:15px;
	background-color: #bfd5ef;
}

#form p {
	clear: left;
	margin: 0;
	padding: 8px 0 8px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	border-top: 1px dashed gray;
}


#form LABEL {
	font-weight: bold;
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

#form INPUT input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 180px;
	float: right;
}

#form TEXTAREA {
	width: 275px;
	height: 150px;
}

#form SELECT {
	text-align:left;
	
}

#FORM .submit {
	margin-top:50px;

}

#required {
	color:red;
}


/***************************************************************
 *			FOOTER
 **************************************************************/

#footer {
	
	position: relative;
	text-align:center;
	font-size: 90%;
	PADDING-TOP: 50px;
	
	}
	
#footer text{
	
}

#footer A {

}


/***************************************************************
 *			JAVASCRIPT
 **************************************************************/
 
 .formError {
 	background-color: pink;
 }
 
 .formNormal {
 	background-color: white;
 }
 
