/* CSS Document */
/* #7081AD - SETA light blue */
/* #004370 - SETA dark blue */

body { font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; font-size:10pt; margin: 0px 0px 0px 0px; }

table { font-size:10pt;}

td { vertical-align:top; }

#bg1 {background-image:url("http://www.setasource.org/images/bg.gif"); vertical-align:bottom; } 
#bg2 {background-image:url("http://www.setasource.org/images/seta_bg_blue.jpg");} 

a         { color: #336699;	text-decoration: none; }
a:hover   { color: #336699; text-decoration: underline; }

.footer { font-size:8pt; color:#888888; padding:6px 0 12px 0; }
a.footer { text-decoration: none; }
a.footer:hover { text-decoration: underline; color:#555555; }

#footer_bar {
	background-image:url(http://www.setasource.org/images/footer_bar.gif);
	background-repeat:repeat-x;
	height:10px;
	padding:0;
	margin:0;
}

#events { padding:15px; text-align:center;  }

#homepage ul {
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#homepage li {
	list-style-type: square;
	list-style-position: outside;
	padding: 6px 0px 6px 0px;
}
#homepage li li {
	list-style-type: circle;
	list-style-position: outside;
	padding: 6px 0px 6px 0px;
	margin: 0px 0px 0px 10px;
}

h1 { 
	font-size:18pt; 
	padding:4px 0 0 6px; 
	margin:0; 
	font-weight:bold; 
	color:#004370; 
	border-top: 2px solid #004370; 
	/* border-bottom: 2px solid #004370; */
	/* background-color:#ccc;  */
	background-image:url(http://www.setasource.org/images/header_grey_bar.gif);
	background-repeat:repeat-x;
	height:50px;
}

h2 { 
	font-size:14pt; 
	padding:2px 0px 2px 0px; 
	margin:0 0 4px 0; 
	font-weight:bold; 
	color:#7081AD; 
	border-bottom: 1px dotted #7081AD;
	width:60%;
}

li { padding: 0px 0px 10px 0px; }
ul { list-style-type: square; }
ul ul{ list-style-type: disc; }
ul ul ul { list-style-type: circle; }

/*********** Right-side Important Notice Box *******************/
#notice {
	float:right;
	width: 230px;
	margin-left:15px;
}
fieldset.notice {
	border: 1px solid #7F91BE;
	color: #444444;
	padding: 15px 15px; 
	width:200px;
	text-align:left;
}
legend.notice {
	color: #fff;
	background: #002478;
	font-weight:bold;
	border: 1px solid #7F91BE;
	padding: 2px 6px;
	font-size:10pt;
	margin-left:3px;
}

/************* form styles ****************/
.blueform {
	font-size:8pt;
	border:1px solid #7081AD;
	padding:8px; 
}

.blueform th {
	background-color: #7081AD;
	color: #FFFFFF;
	padding:2px 3px;
	text-align:left;
}

.blueform .gray {
	background-color:#999999;
	color: #000000;
	text-align:center;
	font-weight:bold;
}

.blueform td {
	background-color: #FFF;
	padding:2px 3px;
}

.blueform .labels td {
	font-weight: bold;
}

.blueform th a {
	color: #FFFFFF;
}
.blueform th a:hover {
	color: #FFFFFF;
}

