/**
 * General HTML Body Styling
 * -------------------------
 */
body {
	margin-top:0px;
	background-color: #666666;
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	font-size: 9pt;
}		
	
a {
	text-decoration: none;
	color : #990000;
} 

a:hover {
	color: #990000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;

}


p {	line-height: 1.35em; } 				

hr { 
	border: none; 
	border-top: 1px solid #660000; 
	height : 3px; 
	width : 100%; 
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

li {
	background-image: url('../images/square2c.png');
	background-repeat: no-repeat;
	background-position: 0 .1em;
	padding-left: 1.2em;
	line-height: 140%;
}
	
h1 {
	/* Used in Page Title */
	font-size: large;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-transform: uppercase;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-bottom: 0px;
}
h2 {
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-transform: uppercase;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 20px;
	font-size: medium;
}
h3, h4, h5 {
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-transform: uppercase;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
}
h6{
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-transform: capitalize;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
}
/**
 * Basic DIV Elements 
 * ----------------------------
 * 
 */
#tablediv {
	margin-top: 0px;
	margin-bottom: 0px;
	display:inline;
	zoom:1;
	vertical-align:top;
}

#container {
	width:698px;
	margin-right: auto;
	margin-bottom: 0;
	margin-top: 10px;
	margin-left: auto;
	background-image: url(/images/bg_base.jpg);
	background-repeat: repeat-y;
	border: 1px solid #000000;
}
  

#rightColumn {
	float : right;
	width : 158px;
	margin-top: 20px;
	min-height: 600px;
	border-left: 1px dotted #cccccc;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 10px;
	padding-left: 10px;
}	  
  
#leftColumn {
	float : left;
	width : 150px;
	margin: 0; 
	margin-top: 20px; 
	padding: 1em; 
	min-height: 600px;
	border-right: 1px dotted #cccccc;		
}	    
  
#content {
	padding: 1em;
	margin-right: 180px;
	margin-left: 52px;
	min-height: 550px;
	text-align: justify;
	vertical-align: top;
}
#header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	height: 266px;
}

#header h1 {
	position: relative;
	margin: 0; 
	/* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	width:100%;
	height: 265px;
	overflow: hidden;
}
#header h1 span {
	position: absolute;
	left: 0;
	top: 0;
	width: 698px;
	height: 274px;
	background-image: url(/images/titlepicture.jpg);
	background-repeat: no-repeat;
}
#pathway {
	width: 450px;
	margin-bottom: 10px; 
	letter-spacing   : .15em; 
	font-size: .8em;
	color: #666666; 
}
	
#pageFooter {
	clear: both;
	text-align: left;
	margin-top:0px;
	width: 680px;
	height: 1px;
	line-height: 1.0em;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 1em;
	padding-bottom: 10px;
}
		
#pageCopyright {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#pagetitlespacer { 
    margin: 0 0 0 0; 
    height: 22px;
	background: url('../images/pagetitlespacer.gif') no-repeat center bottom
}

#topBorder {
	margin: 0 auto;
	margin-top: 10px; 
	width: 756px;
	height: 8px;
	font: 1px/1px sans-serif !important;
	font: 0px/0px sans-serif;
	background: url('../images/bordertop.gif') no-repeat center bottom
}	

#bottomBorder {
	text-align: left;
	margin: 0px auto;
	width: 756px;
	height: 8px;
	background: transparent url('../images/borderbot.gif') no-repeat center top;
}

#copyright {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #CCCCCC;
}
#copyright a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#copyright a:Hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #990000;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}


#bottomNavigation {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
}

#bottomNavigation a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

#bottomNavigation a:Hover {
	color: #990000;
}

#counter {
text-align: left;
}
/**
 * Class Definitions  
 * ----------------------------
 * 
 */

.columnHeading { 
	border-bottom: 1px dotted #cccccc;
	font-weight: bold; 
	padding-left: 2px; 
	margin-bottom: 10px;
/*	background-color: #CC7E55; */
}

.PictureHover {
	/* Provide visual link for clicakble pictures */
	cursor: pointer;
}
.PictureHoverRight {
	/* Provide visual link for clicakble pictures */
	cursor: pointer;
	margin-right: 5px;
}
a.PictureHover:hover{
	/* Provide visual link for clicakble pictures */
	text-decoration: none;
	color: #990000;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
