/* ========== 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;
	border-collapse: collapse;	
	border: solid 1px #000099;
	color : #FFFFFF;

 }

/* This set the table properties top most logo and header image */  
.top-table {
	background-color: #D6EFFF;
	/* 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: #D6EFFF;
	color: #000099;
	/* background-image: url("/httpdocs/images/ATC_watermark.gif");
	background-repeat: no-repeat;
      background-position: bottom right; */
	
	 }
	 
.content ul
{
 	list-style-type: disc;
 	font-size: 100%;
 	}

 .content table
 {
  	font-size: 100%;
  	margin: 0px 0px 0px 5px;
  	 	}
  
/* ========== Footer on all pages ========== */
/* ========== not in use on this web but retained for reference ========== */

 .footer {
	float: left;
	background-color: #D6EFFF;
	color: #000099;
	text-align: center;
	padding: 4px 0px 4px 0px;
	border: solid 1px #000099;
	}

/* ========== HTML Elements ========== */

hr {
	width : 100%;
	background-color: #D6EFFF;
	color : #000066;
	height : 2px;
}

p {
	
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 90%;
	/*background-color: #D6EFFF;*/
	color : #000099;
	padding-left: 5px;
	padding-right: 5px;
}

h2 {
	text-decoration: none;
	font-size : 110%;
	
	color : #000099;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

h3 {
	text-decoration: none;
	font-size : 100%;
	font-weight: bold;
	
	color : #000099;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

a:link {
	text-decoration: underline;
	
	color : #000099;
	font-weight: bold;
	padding-left: 0px;
}

a:active {
	color: #0066cc;
	
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	
	color : #663366;
	font-weight: bold;
	padding-left: 0px;
}

a:hover {
	
	/*background-color: #D6EFFF;*/
	color: #FF0000;
	padding-left: 0px;
	text-decoration: none;
}

table { 
	font-size: 10pt; 
}

/* 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; 
}