/*
CSS STYLE SHEET TO SET TEXT FONTS COLORS LINKS ETC
ALL PAGE LAYOUT IS DONE USING pageLayout1.css
THIS ALLOWS POTENTIAL FOR DIFFERENT LAYOUTS
*/

body, table{
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	
}

body{background-color: #13323f;
	color:#000;
	font-size:0.9em;
	line-height:115%;}

h1{font-size:1.5em; line-height:110%; margin-top:20px;}
h2{font-size:1.2em; line-height:110%;}
h3{font-size:1.0em; line-height:110%;}


/*LIST STYLES*/
.plainList {
	margin:5px;
	padding:0px;
	list-style-position:outside;
}

.plainList li{
	list-style-type:none;
	
}

.indent{
	text-indent:5px;
}

/*MENU NAVIGATION STYLES*/	

#menu ul{
	margin:2px;
	margin-bottom:50px;
	padding:0px;

}

#menu li{
	list-style-type:none;
	font-weight:bold;
	background: #fff url(../graphics/buttonBground.jpg) repeat-x left bottom;	
	line-height:2.5em;
	width:170px;
	
}

#menu .selected{ background-position:top;}

a, #menu a{color:#c02b2f;
	text-decoration:none;
	
}
#menu li a{padding-left:15px;
		font-size:0.9em; 	
		color:#fff;	
		}

a:hover, #menu a:hover{
	color:#ee1f24;
	text-decoration: underline;
}

#photodiv {
  background-repeat: no-repeat;
  float:right; 
}

table {color:#000; width:95%; margin:0 auto;}
th{text-align:left; background: #fff url(../graphics/bgroundGreyFade.gif) repeat-x left bottom;}
th, td {background-color:#fff;	
border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#d2d2d2;}

a.external {
	padding-right : 20px;
	margin-right: 5px;
	background : url('../graphics/externalLink.gif') no-repeat right top;
}
.dictionaryNav{margin: 15px 0; text-align:center;}
.dictionaryNav li{display:inline; padding:0 7px; }