/* ========== atcstyle.css ========== */
/* ========== the order of padding etc ========== */
/*  t r b l  */

/* ========== Overall BODY layout ========== */

 /* BODY (the text-align sets the website to the center)*/
 body {
 	margin: 0px 0px 0px 0px;
 	padding: 0px 0px 0px 0px;
 	font-family : Verdana, Arial, Helvetica, sans-serif;
 	text-align: center;
 	background-color: #FFFFFF;
	color : #000099;
}
  
/* This set the table properties over which the java drop down menu sits */  
.main-menu {
	background-color: #FF0000;
	color : #FFFFFF;

 }

/* This set the table properties top most logo and header image */  
.top-table {
	background-color: #000066;
	/* border-collapse: collapse;	*/
	/* border: solid 1px #000099; */
	color : #FFFFFF;

 }


/*These set the link properties just for the Home item on the far left */
.main-menu a:link {
	text-decoration: underline;
	background-color: #FF0000;
	color : #FFFFFF;
	font-weight: bold;
	padding-left: 3px;
}

.main-menu a:visited {
	text-decoration: underline;
	color : #FFFFFF;
	background-color: #FF0000;
	font-weight: bold;
	padding-left: 3px;
}

.main-menu a:hover {
	text-decoration: none;
	background-color: #FF0000;
	color : #FFFFFF;
	padding-left: 3px;
}
 
 /* ========== Main Body div - holds left nav and main content in place ========== */

 
.content {
	padding: 10px 0px 10px 0px;
	background-color: #FFFFFF;
	color: #000000;
	border: solid 2px #000066;
	}
	 
.content ul
{
 	list-style-type: disc;
 	}

   
/* ========== Footer on all pages ========== */
/* ========== not in use on this web but retained for reference ========== */

 .footer {
	float: left;
	margin: 2px 0px 0px 0px;
	/* background-color: #000066;*/
	color : #000066;
	text-align: center;
	padding: 4px 0px 4px 0px;
	border: solid 2px #000066;;
	}

/* ========== HTML Elements ========== */

hr {
	width : 100%;
	color : #000066;
	height : 2px;
}

p {
	
	font-family : Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color : #000066;
	padding-left: 5px;
	padding-right: 5px;
}

h1 {
	text-decoration: none;
	font-size : 170%;
	background-color: #000066;
	color : #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}


h2 {
	text-decoration: none;
	font-size : 110%;
	/* background-color: #000066;*/
	color : #000066;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

h3 {
	text-decoration: none;
	font-size : 100%;
	font-weight: bold;
	/* background-color: #000066;*/
	color : #000066;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

h4 {
	text-decoration: none;
	font-size : 100%;
	background-color: #000066;
	color : #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}


a:link {
	text-decoration: underline;
	background-color: #FFFFFF;
	color : #000066;
	/* font-weight: bold; */
	padding-left: 0px;
}

a:active {
	background-color: #FFFFFF;
	/* color : #FFFFFF; */
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	background-color: #FFFFFF;
	/* color : #FFFFFF; */
	/* font-weight: bold; */
	padding-left: 0px;
}

a:hover {
	
	background-color: #FFFFFF;
	color : #000066;
	padding-left: 0px;
	text-decoration: none;
}

table { 
	font-size: 100%; 
}

/* This group are to control the drop down menus*/

.default {
	color: black; 
	font-size: 10pt;
}

.lowText {
	text-decoration: none; 
	color: #000099; 
	font-size: 10pt;
}

.lowTextHover {
	text-decoration: none; 
	color: #ffffff; 
	font-size: 10pt;
}

.highText {
	text-decoration: none;
	color: #000099; 
	font-size: 10pt;
}

.highTextHover {
	text-decoration: none;
	color: #ffffff; 
	font-size: 10pt;
}

.itemBorder { 
	border: 1px solid #666666; 
}
.itemBorderBlank {
	border: 1px solid #CCCCDD; 
}