/************************************************
	Global	
	Tables	
	Hyperlinks	
	Header 
	Navbar
	Content
	Main Content
	Sidebar - 270px
	Footer 
	Search Form
	Comments	
	Tables
	Announcement
************************************************/
.teal { color:#008B9A; }
.blue { color:#313292; }
.white { color:#FFFFFF; }

/*
* {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	}
*/

* img { 
	border:0; 
	}
	
body {
	color: #333333;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	margin: 0 auto 0;
	padding: 0;
	line-height: 17px;
	}

p, th, td, textarea {
	color: #333333;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	line-height: 17px;
	}

.clr , .clearfloat {   
  clear: both;   
  overflow: hidden;   
  width: 1px;   
  height: 1px;   
  margin: 0 -1px -1px 0;   
  border: 0;   
  padding: 0;   
  font-size: 0;   
  line-height: 0;   
}

	
/************************************************
	Hyperlinks	
************************************************/
a, a:visited {
	color: #313292;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: underline;
	}

.small, a.small, a:visited.small {
	color: #333;
	font-size: 10px;
	text-decoration: none;
	}
	
a:hover.small {
	color: #333;
	font-size: 10px;
	text-decoration: underline;
	}

.mid {
	color: #333;
	font-size: 12px;
	}
	
ul {
	list-style-type: disc;
	}
ol {
	list-style-type: disc;
	}
li {
	padding: 0 0 1em 0;
	}


	
/************************************************
	Header 
************************************************/
#header {
	width: 875px;
	height: 159px;
	margin: 10px auto 0;
	padding: 0;
	background-image: url(../images/imgHeader.jpg);
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	}
	
#quicklinks {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	padding: 0 0 0 10px;
	text-align: right;
	}

#quicklinks a, #quicklinks a:visited {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #313292;
	text-decoration: none;
	}
	
#quicklinks a:hover {
	font-size: 10px;
	text-decoration: underline;
	}

#breadcrumbs {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #313292;
	margin: 20px 0 0 0;
	}
#breadcrumbs a {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	text-decoration: none;
	}
	

/************************************************
	Navbar
************************************************/
#navbar {
	clear: both;
	width: 875px;
	height: 28px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	background-color: #313292;
	background-image: url(../images/imgNavBar.jpg);
	}
	

/************************************************
	Content
************************************************/
#content {
	width: 875px;
	margin: 0 auto 0;
	padding: 0;
	}
#content p {
	padding: 0 0 15px 0;
	margin: 0;
	line-height: 17px;
	text-align: left:
	}
#content h1 {
	color: #4A1486;
	font-size: 22px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	line-height: 24px;
	padding: 0;
	margin: 0;
	}
#content h1 a  {
	color: #333333;
	text-decoration: none;
}
#content h1 a:hover {
	color: #313292;
	text-decoration: none;
}
#content h2 {
	color: #4A1486;
	font-size: 18px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	padding: 12px 0 6px 0;
	margin: 0;
	border-bottom: 1px dotted #313292;
	}
#content h2 a {
	text-decoration: none;
	}
#content h3 {
	color: #4A1486;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	padding: 0;
	}
#content p {
	margin: 0;
	}
#pagetitle {
	width: 550px;
	margin: 0;
	padding: 5px 0 12px 0;
	}
#pagetitle h1 {
	color: #4A1486;
	}
blockquote {
	margin: 0 0 0 25px;
	padding: 0 25px 0 10px;
	color: #333333;
	}
#content blockquote p {
	margin: 0 0 20px 0;
	padding: 0;
	}
#boxed {
	border: 1px dotted #313292;
	padding: 5px;
	margin: 17px 0 0 0;
	}
#boxed h2.solid {
	background-color: #008B9A;
	color: #fff;
	padding: 3px;
	font-size: 14px;
	font-weight: bold;
	}
.aligncenter {
	text-align: center;
	}
#disclaimer {
	margin: 34px 0 0 0;
	color: #333333;
	font-size: 10px;
	}


/************************************************
	Main Content
************************************************/
#maincontent {
	float: left;
	width: 550px;
	margin: 0;
	padding: 18px 30px 0 0;
}
#maincontent p {
	margin: 0;
}
#maincontent h2 a {
	text-decoration: none;
	}
#maincontent h2 a.hover {
	color: #008B9A;
	text-decoration: none;
	}
#maincontent ul {
	list-style-type: square;
}
#maincontent ul li {
/*
	padding: 0 0 6px 0;
*/
	padding-bottom: 6px;
}
#maincontent ol {
	list-style-type: decimal;
}
#maincontent ol li {
	padding: 0 0 6px 0;
}
#maincontent img {
	border: 0;
	margin: 0;
}
#maincontent img.left {
	float: left;
	border: 0;
	margin: 15x 15px 15px 0;
}
#maincontent img.center {
	float: center;
	text-align: center;
	border: 0;
}
#maincontent img.right {
	float: right;
	border: 0;
	margin: 15px 0 15px 15px;
}
#maincontent .alignright {
	float: right;
	border: 0;
	margin: 15px 0 15px 15px;
	text-align: center;
}
#contentdate {
	background: #FFFFFF url(../images/date.gif);
	float: left;
	width: 45px;
	height: 50px;
	margin: 0 10px 0 0;
	padding: 0;
	}
#contentdate h3 {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	padding: 1px 0 0 10px;
	margin: 0;
	text-transform: uppercase;
	}
#contentdate h4 {
	font-family: Times New Roman, Helvetica, Sans-Serif;
	color: #999999;
	font-size: 21px;
	font-weight: bold;
	padding: 5px 4px 0 0;
	margin: 0;
	text-align: center;
}
#contenttitle {
	float: left;
	width: 391px;
	margin: 0;
	padding: 0;
	}
#contenttitle h2 {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #4A1486;
	font-size: 13px;
	font-weight: normal;
	float: left;
	margin: 0;
	padding: 0;
	}
#maincontentextended {
	float: left;
	width: 875px;
	margin: 0;
	padding: 18px 30px 0 0;
	}

/************************************************
	Sidebar - 270px
************************************************/
#sidebar {
	float: right;
	width: 270px;
	padding: 18px 0 0 0;
	margin: 0;
	text-align: left;
	color: #333;
	}
#sidebar h2 {
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	padding: 0 0 12px 0;
	margin: 0;
	border: 0;
	text-align: left;
	border-bottom: 1px dotted #fff;
	}
#sidebar h2.white {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	padding: 0 0 12px 0;
	margin: 0;
	border: 0;
	text-align: left;
	border-bottom: 1px dotted #fff;
	}
#sidebar img {
	border: 1px dotted #313292;
	padding: 4px;
	float: right;
	}
#sidebar img.plain {
	float: none;
	border: 0;
	padding: 0;
	text-align: center;
	}
#sidebar.smallnote {
	font-size: 10px;
	text-align: center;
}
#sidebar.item {
	text-align: center;
	padding: 20px 0 0 0;
}
#sidebar img.right {
	float: right;
	padding: 0 0 10px 20px;
	border: 0;
}
#boxed {
	border: 1px dotted #313292;
	padding: 9px;
	margin: 20px 0 0 0;
}

#sidebar div.teal {
	margin-top: 4px;
	padding: 12px;
	color: #fff;
	background-color: #008B9A;
	border-bottom: 3px solid #313292;
	}
#sidebar div.teal a {
	color: #fff;
	text-decoration: none;
	}
#sidebar div.teal a:hover {
	color: #fff;
	text-decoration: underline;
	}

#sidebar div.blue {
	margin-top: 4px;
	padding: 12px;
	color: #fff;
	background-color: #313292;
	border-bottom: 3px solid #008B9A;
	}
#sidebar div.blue a {
	color: #fff;
	text-decoration: none;
	}
#sidebar div.blue a:hover {
	color: #fff;
	text-decoration: underline;
	}

#sidebar div.white {
	margin-top: 4px;
	padding: 12px;
	color: #333;
	border: 1px dotted #313292;
	}
#sidebar div.white a {
	color: #333;
	text-decoration: none;
	}
#sidebar div.white a:hover {
	color: #333;
	text-decoration: underline;
	}
#sidebar div.white h2 {
	color: #333;
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	padding: 0 0 12px 0;
	margin: 0;
	border: 0;
	text-align: center;
	}

	
/************************************************
	Footer 
************************************************/
#footer {
	width: 875px;
	height: 15px;
	margin: 20px 0 0 0;
	padding: 10px 0 10px 0;
	text-align: center;
	border-top: 4px dotted #008B9A;
	}
#calendarevent {
	font-size: 12px;
	text-align: left;
	padding: 6px 0 6px 0;
}
#calendarevent h3 {
	color: #008B9A;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	padding: 0;
}
#calendarevent h2 {
	float: left;
	width: 100%;
	margin: 0;
	font-size: 13px;
	padding: 5px 0 0 0;
	}


/************************************************
	Tables
************************************************/
table.tabteal { 
	border: 0;
	cellspacing: 0;
	cellpadding: 0;
	border: 1px dotted #313292; 
	}
table.tabteal th { 
	background-color: #008B9A;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 5px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	border-right: 1px dotted #ccc;
	border-bottom: 1px solid #ccc;
	}
table.tabteal th.big {
	font-size: 12px;
	text-transform: capitalize;
	}
table.tabteal td { 
	padding: 4px;
	color: #333;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border-right: 1px dotted #ccc;
	border-bottom: 1px solid #ccc;
}
table.tabteal td.ctr {
	text-align: center;
	}
table.tabteal td.right {
	text-align: right;
	}

table.tabblue { 
	border: 0;
	cellspacing: 0;
	cellpadding: 0;
	border: 1px dotted #313292; 
	}
table.tabblue th { 
	background-color: #313292;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 5px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	border-right: 1px dotted #ccc;
	border-bottom: 1px solid #ccc;
	}
table.tabblue th.big {
	font-size: 12px;
	text-transform: capitalize;
	}
table.tabblue td { 
	padding: 4px;
	color: #333;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border-right: 1px dotted #ccc;
	border-bottom: 1px solid #ccc;
}
table.tabblue td.ctr {
	text-align: center;
	}
table.tabblue td.right {
	text-align: right;
	}


table.tabwhite { 
	border: 0;
	cellspacing: 0;
	cellpadding: 0;
	border: 1px dotted #333; 
	}
table.tabwhite th { 
	background-color: #fff;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 5px;
	color: #333;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	border-right: 1px dotted #ccc;
	border-bottom: 1px solid #ccc;
	}
table.tabwhite th.big {
	font-size: 12px;
	text-transform: capitalize;
	}
table.tabwhite td { 
	padding: 4px;
	color: #333;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border-right: 1px dotted #ccc;
	border-bottom: 1px solid #ccc;
}
table.tabwhite td.ctr {
	text-align: center;
	}
table.tabwhite td.right {
	text-align: right;
	}


table.layout {
	border: 0;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	clear: both;
	}
table.layout tr.aligncenter { 
	vertical-align: top;
	}
table.layout td { 
	text-align: left;
	vertical-align: top;
	border: 0;
	margin: 0;
	padding: 0;
	}
table.layout td.aligncenter { 
	text-align: center;
	}



/************************************************
	Announcement
************************************************/
#announcement {
/*
	width: 446px;
*/
	margin: 0;
	padding: 6px 0 12px 0;
	}
#announcement img {
	text-align: center;
	padding: 12px 0 12px 0;
	}
#announcement h1 {
	color: #4A1486;
	font-size: 22px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	margin: 0;
	padding: 12px 0 6px 0;
	}
#announcement .heading {
	border-bottom: 1px dotted #270;
	}

	