HTML {
	width: 100%;
	height: 100%;
	margin: 0;
	background: url(../images/background.gif) repeat top left;
}

body {
	width: 100%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #222222;
	margin:0;
	padding:0;
}

#container {
	width: 840px;
	padding: 0px 10px;
}

#wrapper {
	background: url(../images/body_bg.gif) repeat-y top center;
	margin:0;
	padding:0;
}

.title {
	width: 173px;
	height: 64px;
	background: url(../images/banner_bg.gif) no-repeat top left;
}

p.title {
	width: 173px;
	height: 64px;
	color: #ffffff;
	font-size: 18px;
	line-height: 18px;
}

.LargestTitleBlue {
	font-size: 15px;
	color: #0069ab;
}

.LargeTitleBlue {
	font-size: 14px;
	color: #0069ab;
}

.MediumTitleBlue {
	font-size: 13px;
	color: #0069ab;
}

.SmallTitleBlue {
	font-size: 12px;
	color: #0069ab;
}



.LargestTitleBlack {
	font-size: 15px;
	color: #222222;
}

.LargeTitleBlack {
	font-size: 14px;
	color: #222222;
}

.MediumTitleBlack{
	font-size: 13px;
	color: #222222;
}

.SmallTitleBlack{
	font-size: 12px;
	color: #222222;
}

h1 {
	font-size: 15px;
	color: #0069ab;
}

h2 {
	font-size: 14px;
	color: #0069ab;
}

h3 {
	font-size: 13px;
	color: #0069ab;
}

h4 {
	font-size: 12px;
	color: #0069ab;
}

ul.regular li {
	width: auto;
	list-style-type: disc;;
	float: none;
	margin: 5px 10px 0 15px;
}

ul.normal li {
	width: auto;
	list-style-type: disc;;
	float: none;
	margin: 5px 10px 0 15px;
}

ol.regular li {
	width: auto;
	float: none;
}

ol.normal li {
	width: auto;
	float: none;
}

.blue {
	color: #0069ab;
}

.black {
	color: #222222;
}

.red {
	color: #990000;
}

#content {
	width: 820px;
	padding: 0px 10px;
}

a img  {
	border: 0;
	padding: 0;
	margin: 0;
}

a:link, a:visited {
	color: #0069ab;
	text-decoration: none;
}

a:hover, a:active {
	color: #0069ab;
	text-decoration: underline;
}

a:link.special_white, a:visited.special_white {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

a:hover.special_white, a:active.special_white {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}


a:link.plain, a:visited.plain {
	color: #0069ab;
	text-decoration: none;
}

a:hover.plain, a:active.plain {
	color: #0069ab;
	text-decoration: underline;
}

a:link.normal, a:visited.normal {
	color: #0069ab;
	text-decoration: none;
}

a:hover.normal, a:active.normal {
	color: #0069ab;
	text-decoration: underline;
}

a:link.sub_nav, a:visited.sub_nav {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 10.5px;
}

a:hover.sub_nav, a:active.sub_nav {
	color: #fffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 10.5px;
}


a:link.sub_nav_active, a:visited.sub_nav_active {
	color: #9cc0e1;
	text-decoration: underline;
	font-weight: bold;
	font-size: 10.5px;
}

a:hover.sub_nav_active, a:active.sub_nav_active {
	color: #9cc0e1;
	text-decoration: underline;
	font-weight: bold;
	font-size: 10.5px;
}


/* Top Header Style */

#header {
	width: 820px;
	height: 186px;
	margin: 0 auto 0;
	padding: 0px 10px;
}

#logo {
	float: left;
	width: 173px;
	height: 186px;
	margin: 0 auto 0;
	padding: 0;
}

#header_image {
	float: left;
	width: 647px;
	height: 186px;
	margin: 0 auto 0;
	padding: 0;
}

/* End Top Header Style */

/* Top topNavigation Style */


#nav_container {
	width: 820px;
	height: 36px;
	background: #2e2e2e;
	color: #ffffff;
	margin: 0 auto 0;
	border-top: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
}

/* Drop Down navigation */

#nav {
	height: 28px;
	text-align: left;
	padding: 4px 50px 4px 40px;
	border: 0px solid #990000;
	text-align: center;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a:link {
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

#nav a:visited {
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

#nav a:hover {
	font-weight: bold;
	font-size: 11px;
	color: #9cc0e1;
	text-decoration: none;
}

#nav li li a:link {
	display: block;
	font-size: 10px;
	font-weight: normal;
	color: #0053a6;
	padding: 3px;
}

#nav li li a:visited {
	display: block;
	font-size: 10px;
	font-weight: normal;
	color: #0053a6;
	padding: 3px;
}


#nav li li a:hover {
	padding: 0px;
	font-size: 10px;
	border: 0px solid #0053a6;
	padding: 3px;
	color: #2e2e2e;
}

li {
	float: left;
	position: relative;
	width: 15em;
	text-align: left;
	cursor: default;
}

li#first {
	width: auto;
	padding: 3px 40px 3px 0px;
}

li#second{
	width: auto;
	padding: 3px 40px 3px 0px;
}

li#third{
	width: auto;
	padding: 3px 40px 3px 0px;
}

li#fourth{
	width: auto;
	padding: 3px 40px 3px 0px;
}

li#fifth{
	width: auto;
	padding: 3px 40px 3px 0px;
}

li#sixth{
	width: auto;
	padding: 3px 40px 3px 0px;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	width: auto;
	left: 0;
	font-weight: normal;
	background-color: #ffffff;
	padding-top: 1px;
	border-right: solid 1px #222222;
	border-left: solid 1px #222222;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: #ffffff;
	border-bottom: 1px solid #222222;
}

li:hover ul, li.over ul { display: block;} 

/* End Drop Down navigation */




/* Left Column */

.left_column p {
	color: #ffffff;
	padding: 10px 20px;
	text-align: left;
}

a:link.left_column, a:visited.left_column {
	color: #9cc0e1;
	text-decoration: underline;
	font-weight: bold;
	font-size: 10.5px;
}

a:hover.left_column, a:active.left_column {
	color: #9cc0e1;
	text-decoration: underline;
	font-weight: bold;
	font-size: 10.5px;
}

.interior_left_column p {
	color: #ffffff;
	padding: 10px;
	text-align: left;
}

/* End Left Column */

/* Center Column */

.center_column {
	padding: 19px 7px 7px 7px;
}

.center_column p {
	padding: 4px 0;
}


#slideshow_home {
	width: 325px;
	height: 240px;
	padding: 0px 8px;
	margin: 0;
}

/* End Center Column */

/* Home Sidebar */

#home_sidebar {
	background: #d6d9d0;
}

#home_sidebar p {
	padding: 6px;
	margin: 0 auto 0;
	color: #000000;
}

#home_news {
	width: 268px;
	min-height: 185px;
	border: 1px solid #919191;
	margin-top: 3px;
}

p.home_news {
	padding: 3px 6px;
}

h1.home_news {
	width: 263px;
	height: 30px;
	background: #710044;
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
	padding: 0 0 0 6px;
	margin: 0;
}

/* Interior Body */
.interior_body {
	min-height: 415px;
	background: url(../images/interior_bg.gif) no-repeat bottom right;
}

.interior_center_column {
	padding: 19px 7px 7px 7px;
	min-height: 380px;
}

.interior_center_column p {
	padding: 4px 0;
}

.interior_sidebar {
	min-height: 380px;
}

.interior_sidebar p {
	padding: 6px;
	margin: 0 auto 0;
	color: #000000;
}

.special_sidebar {
	height: 100%;
	background: #710044;
}

.special_sidebar p {
	padding: 6px;
	margin: 0 auto 0;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

/* flash style */

#cofi_organize_flash {
	padding-left: 40px;
}

#COFI_Video {
	padding-top: 0px;
}

/* Footer Style */

#footer_container {
	width: 840px;
	height: 47px;
	background: url(../images/footer_bg.gif) no-repeat top center;
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 10px;
}

#footer_container p {
	text-align: center;
	padding: 5px 10px;
	margin: 0;
}

#footer_container a:link, a:visited {
	color: #9cc0e1;
}

#footer_container a:hover {
	color: #ffffff;
	text-decoration: underline;		
}


/* admin Style */

#admin_container {
	width: 820px;
	height: 47px;
	background: #cccccc;
	margin: 0;
	padding: 0;
	line-height: 20px;
	color: #000000;
	font-size: 11px;
	border-top: 3px solid #990000;
	border-bottom: 3px solid #990000;
}

#admin_container p {
	text-align: left;
	padding: 20px 20px;
	margin: 0;
	font-weight: bold;
}

a:link.admin_container, a:visited.admin_container {
	color: #990000;
	font-weight: bold;
}

a:hover.admin_container {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;		
}

a:link.admin, a:visited.admin {
	color: #990000;
	font-weight: bold;
}

a:hover.admin {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;		
}



