/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
html {height: 100%;}

body {
	min-height: 101%;
	margin: 0 auto;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.5;
	color: #444;
	background-color: #ffffff;
	background-image: url(../I/bkgrnd1.jpg);
	background-repeat: repeat-x;
}

a, a:link, a:visited{ font-weight: bold; color: #3333cc; text-decoration: none;}

a:hover{ color: #e04c4c; }

/* Remove lines around links*/
*:focus, *:active {-moz-outline:0px none red; outline:0px none red;}

h1{ font-weight: 500; font-size: 1.75em; font-family: Georgia, "Times New Roman", serif; font-weight: bold; letter-spacing: 1px; color: #000000;}
h2{ font-weight: 500; font-size: 1.5em; font-family: Georgia, "Times New Roman", serif; font-weight: bold; letter-spacing: 1px; color: #336633;}
h3{ font-weight: 600; font-size: 1.25em; font-family: Georgia, "Times New Roman", serif; letter-spacing: 1px; color: #336633;}
h4{ font-weight: 700; font-size: 1.0em; font-family: Georgia, "Times New Roman", serif; letter-spacing: 1px; color: #000000;}


/***********************************************/
/* Class styles                                */
/***********************************************/

.italic{ font-style: italic; }

.bold{ font-weight: 700; color: #336633; }

.underline{ text-decoration: underline; }

.block{ margin: 0px 20px 0px 20px; line-height: 1.25em; }

.title { text-transform: none; letter-spacing: 1px; }
.title a:link, .title a:visited { color: #336633; }
.title a:hover { color: #000; }

.byline { font: italic 1.1em Times, serif; letter-spacing: 1px; margin: 0 0 1.5em; line-height: normal; }
.byline a:link, .byline a:visited {
	font: bold 0.85em Verdana, sans-serif; text-transform: uppercase; letter-spacing: 2px; margin-left: 0.25em;}
	

/***********************************************/
/* Layout divs                                 */
/***********************************************/

#container{ width: 950px; border: 0px; margin: 0 auto; }

#left{ float: left; clear: both; width: 165px; height: auto; display: inline; padding: 0 0 0 10px; }

#leftText{ font-size: 70%; line-height: 1.1; font-family: Verdana, sans-serif; }
#leftText a:hover{ color: #e04c4c }

#content{ padding: 10px 10px 10px 20px; float: left; height: 100%; width: 537px;
	font-size: 80%; font-family: Verdana, sans-serif; line-height: 1.5; }
#content a:hover{ color: #e04c4c }
#content .title {font: 1.8em Georgia, Times, serif; margin-bottom: 0.5em;}
	
#right{ float: right; width: 187px; padding: 30px 10px 10px 10px; 
	font-size: 70%; font-family: Verdana, sans-serif; line-height: 1.1; }
#right a:hover{ color: #e04c4c }

#siteInfo{ clear: both; font-family: Verdana, sans-serif; font-size: 70%; border-top: 1px solid #ff0033; 
	padding: 10px 0 0 25px; background: #ffffff; text-align: left; }
	
#footer{ float: left; width:100%; height: 37px; padding: 0px; margin: 0px; background-image: url(../I/bkgrnd2.jpg); background-repeat: repeat-x; }


/***** TOPNAV *****/
#topNav{
	display: inline;
	float: right;
	width: 950px;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	color: #ffffff;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#topNav ul {}

#topNav li {
	margin: 0 0 0 0 px;
	padding: 0 0 0 0 px;
	font-size: 85%;
	display: block;
	list-style: none;
	float: right;
}

#topNav a:link,#topNav a:visited {
	float: right;
	display: block;
	color: #336633;
	background-color: #caf691;
	text-decoration: none;
	margin:0 1px;
	padding: 0 10px;
	border-top: 5px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#topNav li a:hover  {
	display: block;
	color: #000000;
	background-color: #ffffff;
	border-bottom: 4px solid #ffffff;
	border-top: 2px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#topNav #currentpage a {
	display: block;
	color: #3333cc;
	background-color: #ffffff; 
	border-bottom: 4px solid #ffffff;
	border-top: 2px solid #ff0033;
	border-left: 2px solid #ff0033;
	border-right: 2px solid #ff0033;
}


/************* #banner styles **************/

#banner{
	float: left;
	width: 950px;
	height: 200px;
	background-image: url(../I/logoA.jpg);
	background-repeat: no-repeat;
	position: relative;
}

/************* #breadCrumb styles *************/
	
#breadCrumb{ 
	float: left; 
	width: 925px; 
	height: 28px; margin: 0px; 
	padding: 0px 0px 1px 25px; 
	border-bottom: 1px solid #ff0033; 
	color: #336633; 
	font-family: Verdana, sans-serif; 
	font-size: 85%; font-style: italic; 
	font-weight: bold; 
	line-height: 0; 
}
