/* This style sheet is used for the graphical version of thealc.org 
 ===================================================================================== */

/* Document Styles
===================================================================================== */

html, body {
	background-color: #322a51;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	height: 100%;
	min-height:101%;
	width: 100%;
	text-align: center;

}

.layoutTable {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse; 
	border-spacing: 0;
	padding: 0px;
	text-align: left;
}

.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.textOnlyLink {
	position: absolute;
	left:0px;
	top:0px;
}

.textOnlyLink a:link, a:visited, a:active, a:hover {
	color: #322A51;
}

div.divider {
	text-align: center;
	font-size: 2px;
	margin-top: 5px;
	margin-bottom: 15px;
	background-color: black;
	color: black;
 	width: 100%
}

img.photo {
	border: 3px solid #867CA5;
	border-style: outset;
	display: block;
	margin-left: auto;
    	margin-right: auto;
    	text-align: center;
}

.caption {
	margin-top: 5px;
	font-weight: bold;
	font-size: 8pt;
	text-align: center;	
}

table.eventscal {
	width: 100%;
	font-size: 9pt;
	border-collapse: collapse;
	border-spacing: 0px;
}

td.eventscal {
	padding: 4px;
}

table.errors {
	width: 100%;
}

td.title {
	font-size: 10pt;
	font-weight: bold;
	color: red;
	text-align: center;
}

td.small {
	font-size: 7pt;
	font-weight: none;
	color: black;
	text-align: center;
}

/* Header Styles 
===================================================================================== */   

.headerCell {
	padding: 0px 45px 0px 45px;
	height: 109px; 	
	position: relative;
	background-image: url('../images/header_top.gif'); 
	text-align:right;
	vertical-align: text-bottom;
}

.menu {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-bottom: 20px;
	margin-right: 30px;
}
     
/* Body Styles 
===================================================================================== */        

 .contentCell {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 10pt;
	height: auto;
 	padding: 10px 55px 10px 55px;
 	vertical-align: top; 
 	background-image: url('../images/header_columns.gif'); 
 }
 
 .contentCell a:link {
 	font-size: 9pt;
 	color: black;
 }
 
 .contentCell a:visited {
 	font-size:9pt;
 	color: black;
 }
 
 .contentCell a:active {
 	font-size: 9pt;
 	color: black;
 }
 
 .contentCell a:hover {
 	color: blue;
 	font-size: 9pt;
}
 
 .header {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	width: 100%;
 } 

 td.left {
 	width: 335px;
 	padding-right: 10px;

 }

td.right {
	padding-left: 10px;
 	width: 335px;

 }

.contract {
	margin: 0px 15px 0px 15px;
	padding: 0px 15px 0px 15px;
}

.newsTitle {
	font-weight: bold;
	font-size: 10pt;
	background-color: #EBEBEB;
	border: 1px solid #C0C0C0;
	width: 100%;
	padding: 3px;
}

.newsBody {
	font-size: 9pt;
	padding-top: 0px;
	padding-left: 10px;
}

.newsContent {
	background-color: #ffffff;
	padding: 5px;
	padding-top: 15px;
	padding-left: 15px;
	margin-bottom: 15px;
}

.newsPadding {

	padding: 5px;
	padding-top: 15px;
	padding-left: 15px;
	margin-bottom: 15px;
}

/* Foorter Styles
===================================================================================== */

 .footerLinkCell {
 	font-size: 9pt;
 	text-align: center;
 	height: auto;
 	padding-top: 20px;
  	padding-left: 40px;
  	padding-right: 40px;
  	vertical-align: top; 
  	background-image: url('../images/header_columns.gif'); 
 }

.footerCell {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	height: 85px;
	text-align: center;
	vertical-align: middle; 
	background-image: url('../images/footer_arch.gif'); 
}

.footerContent {
	padding-top: 30px;
}

.footerLinks a:link {
	text-decoration: none;
	font-size: 9pt;
	color: black;
}

.footerLinks a:visited {
	text-decoration: none;
	font-size: 9pt;
	color: black;
}

.footerLinks a:active {
	text-decoration: none;
	font-size: 9pt;
	color: black;
}

.footerLinks a:hover {
	color: red;
	font-size: 9pt;
	color: red;
}

/* List Styles 
===================================================================================== */

ul.main {
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 15px;
	margin-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

li {
	padding-top: 0px;
	padding-bottom:5px;
}




/* Menu Styles 
===================================================================================== */

.navigation {
	color: black;
	text-align: center;
	width: 720px;
	vertical-align: bottom;
	
	
	padding: 0px 45px 0px 45px;
}

.shadow {
	background-image: url('../images/header_bottom.gif'); 
	height: 10px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	background-repeat: no-repeat;
}

.menuCell {
	background-image: url('../images/header_middle.gif'); 
	text-align:right;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: text-bottom;
}

.navigation a:link {
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	color: black;
}

.navigation a:visited {
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	color: black;
}

.navigaion a:active {
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	color: black;
}

.navigation a:hover {
	color: red;
	font-weight: bold;
	font-size: 10pt;
}

/* Calendar Styles 
===================================================================================== */

.highlight {
	font-size: 9pt;
	background-color: #EFEFEF;
}

.calendar {
	font-size: 9pt;
}

/* Info Box Styles 
===================================================================================== */

.infoBoxContainer {
	float: right; border: 1px solid;
	padding:0px; 
	margin: 0px 0px 50px 20px; 
	border-color: #322A51; 
}

.infoBoxHeader {
	background-image: url('../images/shaded_background.gif'); 
	height:19px; 
	font-size: 10pt; 
	vertical-align: middle; 
	position: relative; 
	padding:3px; 
	color: #000000
}

.infoBoxContent {
	background-color: #FFFFFF; 
	height:100%; 
	font-size: 8pt; 
	padding: 8px;
}

.infoBoxContent a:link {
	text-decoration: none;
	font-size: 8pt;
	color: black;
}

.infoBoxContent a:visited {
	text-decoration: none;
	font-size: 8pt;
	color: black;
}

.infoBoxContent a:active {
	text-decoration: none;
	font-size: 8pt;
	color: black;
}

.infoBoxContent a:hover {
	color: red;
	font-size: 8pt;
}
