/* www.cwta.org
 * site's main colors
 * Blue: #4373C1;
 */

html, body{ 
	margin: 0; 
	padding: 0; 
	text-align:center; 
	font-size: 12px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
}

body {
	background-color: #DFE7F4;
	color: #000000;
}

td {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* baseline styles */

img {
	border: 0;
	vertical-align : top;
	margin: 0;
	padding: 0;
	line-height: 0px;
}

form {
	margin: 0;
	padding: 0;
	display: inline;
}

em {
	font-weight: bold;
	font-style : italic;
	color: #4373C1;
}

p {
	font-size: 12px;
	line-height: 140%;
	padding: 3px 0 6px 0;
	margin: 0;
}

blockquote {
        margin-top: 0; margin-bottom: 0;
        color: #4373C1;
}

li {
	margin-bottom: 4px;
	line-height: 15px;
	list-style-type: square;
}

div.centered 
{
	text-align: center;
}
div.centered table 
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.clr{clear:both;}

/* default anchors */

a {
	font-weight: normal;
}

a:link, a:visited {
	text-decoration: underline;
	color: #4373C1;
}

a:hover, a:active {
	text-decoration: underline;
	color: #333333;
}

/* headers */

h1 {
	letter-spacing: 0.2px;
	font-size : 22px;
	font-weight: bold;
	line-height: 140%;
	color : #4373C1;
	margin: 0 0 10px 0;
	padding: 6px 0 0 0;
}

h2 {
	letter-spacing: 0.2px;
	font-size : 18px;
	font-weight: bold;
	line-height: 140%;
	color : #000000;
	margin: 0 0 6px 0;
	padding: 6px 0 0 0;
}

h3 {
	letter-spacing: 0.15px;
	font-size : 16px;
	font-weight: bold;
	line-height: 140%;
	color : #4373C1;
	margin: 0 0 6px 0;
	padding: 6px 0 0 0;
}

h4 {
	letter-spacing: 0.15px;
	font-size : 14px;
	font-weight: bold;
	line-height: 140%;
	color : #000000;
	margin: 0 0 3px 0;
	padding: 3px 0 0 0;
}

h5 {
	letter-spacing: 0.15px;
	font-size : 12px;
	font-weight: bold;
	line-height: 140%;
	color: #4373C1;
	margin: 0 0 3px 0;
	padding: 3px 0 0 0;
	text-decoration: underline;
}

h6 {
	font-size : 11px;
	font-weight: bold;
	line-height: 140%;
	color : #000000;
	margin: 0 0 3px 0;
	padding: 3px 0 0 0;
}

th {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	background-color: #CCCCCC;
}

#pageWrapper {
	width: 750px;
	border: 1px solid #000000;
	background-color: #ffffff;
	color: #000000;
	text-align: left;
	margin: 3px auto 3px auto;
}
#headerNav {
	margin: 1px 0 1px 0;
	padding: 1px 0 1px 0;
	border-bottom: 1px solid #000000;
}
#headerNav td {
	text-align: center;
	padding-right: 1px;
}
#headerNav a {
	padding: 3px;
	font-weight: bold;
}
#headerNav a:link, #headerNav a:visited {
	display: block;
	background-color: #ffffff;
	color: #4373C1;
	text-decoration: none;
}
#headerNav a:hover, #headerNav a:active, #headerNav a:focus {
	display: block;
	background-color: #4373C1;
	color: #ffffff;
	text-decoration: none;
}
a#selected:link, a#selected:visited {
	background-color: #4373C1;
	color: #ffffff;
}
#mainCol {
	padding: 3px 8px 5px 8px;
}
#footer {
	padding-bottom: 12px;
	font-size: 10px;
}
.programList td {
	padding: 3px;
}