/* CSS Document */

body {
	background-color: #563025;
	margin: 0px 0px 20px;
	padding: 30px 0px 20px 5px;
}
#Header {
	height: 80px;
	width: 989px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
	background-image: url(/Portals/0/skins/coaa_dnn/images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	overflow: auto;
}
#Logo {
	float: left;
	position: absolute;
	margin-left: 20px;
	/* margin-top: -21px; */
	margin-top: 10px;
	z-index: 999;
	visibility: visible;
}
#GlobalNav {
	float:right;
	position: relative;
	top: 10px;
	right: 10px;
	height:36px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3a3b7b;
	vertical-align: 50%;
	z-index:999;
	text-align:left;
	width: 580px;
}

#GlobalNav a:link {color: #3a3b7b; text-decoration: none;}
#GlobalNav a:visited {color: #3a3b7b; text-decoration: none;}
#GlobalNav a:hover {color: #3a3b7b; text-decoration: underline;}
#GlobalNav a:active {color: #3a3b7b; text-decoration: none;}
#GlobalNav a:focus{color: #3a3b7b; text-decoration: none;}

#dnn_GlobalNavPane {
	width: 355px !important;
	width: 375px;
	height: 36px;
	float: left;
	text-align: right;
}
#dnn_GlobalNavPane TABLE {
	float: right;
	padding-top:2px !important;
	padding-top:4px;
}
#Search {
	float: right;
	height: 36px;
	width: 205px;
	background-image: url(/Portals/0/skins/coaa_dnn/images/search_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	right: 0px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
	overflow:visible;
}
#Search TABLE {
	float:right;
}

#Search input {
	vertical-align: middle;
	margin-top: 8px;
}
#SearchLabel {
	float: left;
	text-align: right;
	line-height: 36px;
	margin-left: 20px !important;
	margin-left: 0px;
}

#Navigation {
	height: 21px;
	width: 989px !important;
	width: 969px;
	background-image: url(/Portals/0/skins/coaa_dnn/images/navigation_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	overflow:visible;
	vertical-align:middle;
}
#NavigationMemSub {
	height: 21px;
	width: 989px;
	background-image: url(/Portals/0/skins/coaa_dnn/images/navigation_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	overflow:hidden;
	vertical-align:middle;
}
.MainMenu_MenuContainer {
	z-index: 999;
	margin-left:20px;
	margin-top:2px;
	vertical-align:middle;
	font-size:11px;
	height: 18px;
	position: relative;
}
.MainMenu_MenuItemSel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #58764a;
	background-color: #dbe9b7;
	height: 18px;
	width: auto;
}
.MainMenu_MenuItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
	height: 18px;
}
.MainMenu_MenuIcon {
	display: none;
}
.MainMenu_SubMenu {
	background-color: #4a643f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid black;
	margin-top: 1px !important;
	margin-top: 0px;
	margin-left:1px !important;
	margin-left:0px;
	_height: 19px;
	width: auto;
}
.MainMenu_RootMenuArrow {
	display: none;
}
.MainMenu_MenuArrow{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    cursor: pointer;
    cursor: hand;
	border: 0px;
    background-color: #4a643f;
	width: auto;
}
.SubMenu_OverMenuItem{
    background-color: #dbe9b7;
	border-left: 0px;
	border-right: 0px;
	width:auto;
}
.LoginStyle {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}
#LoginArea {
	position: relative;
	top: -19px;
	margin-right: -20px !IMPORTANT;
	margin-right: 0px;
	padding-left: 20px;
	background-image:url(/Portals/0/skins/coaa_dnn/images/login_bg.gif);
	background-repeat: no-repeat;
	height: 91px;
	width: 178px;
	float: right;
}
#LoginArea LABEL {
	font-size: 9px;
	margin-bottom: 10px;
}

#dnn_dnnSIGNIN_txtUsername {
	border: 1px solid black;
}
#dnn_dnnSIGNIN_txtPassword {
	border: 1px solid black;
}
#dnn_dnnSIGNIN_cmdSendPassword {
	font-size:9px;
}
#LoginAreaSub {
	float: right;
	padding-top: -20px;
}
#dnn_dnnSIGNIN_plUsername_pnlHelp {
	visibility: hidden;
}
#dnn_dnnSIGNIN_plPassword_label {
	visibility: hidden;
	display: none;
}
#dnn_dnnSIGNIN_plUsername_label {
	visibility: hidden;
	display: none;
}
#SubNavLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #dbe9b7;
	line-height: 18px;
	text-align: left;
	padding-left: 25px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
#SubNavLinks a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #58764a;
	line-height: 18px;
	font-weight: normal;
	padding-right: 15px;
}
#SubNavLinks a:link {color: #3a3b7b; text-decoration: underline;}
#SubNavLinks a:visited {color: #3a3b7b; text-decoration: underline;}
#SubNavLinks a:hover {color: #3a3b7b; text-decoration: underline;}
#SubNavLinks a:active {color: #3a3b7b; text-decoration: underline;}
#SubNavLinks a:focus{color: #3a3b7b; text-decoration: underline;}
#BodyContainer {
	width:989px;
	float: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-top:0px;
}
#BodyContent {

	height: auto;
	background-color: #CCCCCC;
}
#LeftCol {
	width: 383px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	vertical-align: top;
	background-image: url(/Portals/0/skins/coaa_dnn/images/content2_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #DBD3A9;
}
#LeftColSub {
	width: 613px;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(/Portals/0/skins/coaa_dnn/images/content1_sub_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

#MemberBenefits {
	width:605px !important;
	width:603px;
	background-color: #4370B1;
	background-image: url(/Portals/0/skins/coaa_dnn/images/benefits_image.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 253px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	vertical-align: top;
}
#MemberBenefitsSub {
	width:374px !important;
	width:374px;
	background-color: #4370B1;
	background-image: url(/Portals/0/skins/coaa_dnn/images/benefits_sub_image.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 220px;
	vertical-align: top;
}
#BenefitsText {
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	width: 260px;

}
#BenefitsText a:link {color: #FFFFFF; text-decoration: none; font-weight:bold;}
#BenefitsText a:visited {color: #FFFFFF; text-decoration: none; font-weight:bold;}
#BenefitsText a:hover {color: #FFFFFF; text-decoration: underline overline; font-weight:bold;}
#BenefitsText a:active {color: #FFFFFF; text-decoration: underline overline; font-weight:bold;}

#dnn_BenefitsPane .Normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 17px;
	word-wrap: break-word
}
#Content1 {
	clear: both;
	float: left;
	height: 181px;
	width: 383px;
	background-image: url(/Portals/0/skins/coaa_dnn/images/content1_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #BACDEB;
	overflow: auto;
	vertical-align: top;
}
#dnn_IntroPane .Normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: normal;
	word-wrap: break-word
}
#Content2Header {
	width: 383px;
	height: 21px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #000000;
	background-color: #3a3b7b;
	margin: 0px;
	padding: 0px;
	left: 0px;
	background-image: url(/Portals/0/skins/coaa_dnn/images/header_bg_news.jpg);
	background-repeat: repeat-x;
	clear: both;
	float: left;
}
#Content2HeaderSub {
	width: 187px;
	height: 25px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	background-color: #3a3b7b;
	margin: 0px;
	padding: 0px;
	background-image: url(/Portals/0/skins/coaa_dnn/images/header_bg_news_sub.gif);
	background-repeat: repeat-x;
	clear: both;
	word-wrap: break-word

}
#Content2 {
	clear: both;
	float: left;
	height: 422px;
	width: 383px;
	overflow: auto;
	vertical-align: top;
}

#Content2 TD{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: normal;

}
#Content2Sub {
	clear: both;
	float: left;
	width: 187px;
	height: 100%;
	background-image: url(/Portals/0/skins/coaa_dnn/images/content2_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	overflow: auto;
	vertical-align: top;
	background-color: #DBD3A9;

}
.header_home {
	margin-left: 10px;
	margin-bottom:1px;
}
.header_sub {
	margin-left: 10px;
	margin-bottom:2px;
}
#RotatingImage {
	width: 303px;
	background-image: url(/Portals/0/skins/coaa_dnn/images/rotating_image_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #BACDEB;
	height: 350px;
	vertical-align: top;
}
#RotatingImage a:link {color: #3a3b7b; text-decoration: none; font-weight:bold;}
#RotatingImage a:visited {color: #3a3b7b; text-decoration: none; font-weight:bold;}
#RotatingImage a:hover {color: #3a3b7b; text-decoration: underline overline; font-weight:bold;}
#RotatingImage a:active {color: #3a3b7b; text-decoration: underline overline; font-weight:bold;}

#dnn_ImagePane P{
	margin-top: 5px;
	margin-left: 12px;
	margin-right: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}
#dnn_ctr426_DisplayBanners_lstBanners {
	margin:-4px;
}
#Content3 {
	background-image: url(/Portals/0/skins/coaa_dnn/images/content3_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #D6DEC2;
	text-align: left;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
#Content3Sub {
	background-image: url(/Portals/0/skins/coaa_dnn/images/content3_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #D6DEC2;
	text-align: left;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
#Content3Header {
	width: 301px !important;
	width: 299px;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #688f56;
	margin: 0px;
	padding: 0px;
	background-image: url(/Portals/0/skins/coaa_dnn/images/header_bg_events.gif);
	background-repeat: repeat-x;
}
#Content3HeaderSub {
	width: 187px !important;
	width: 186px;
	height: 25px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #688f56;
	margin: 0px;
	padding: 0px;
	background-image: url(/Portals/0/skins/coaa_dnn/images/header_bg_events_sub.gif);
	background-repeat: repeat-x;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
}
#Footer {
	width: 989px;
	float: left;
	clear: both;
	margin-top: 20px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	line-height:15px;
	padding-bottom: 20px;
}
#Footer a:link {color: #666666; text-decoration: none;}
#Footer a:visited {color: #666666; text-decoration: none;}
#Footer a:hover {color: #666666; text-decoration: underline;}
#Footer a:active {color: #666666; text-decoration: none;}
#Footer a:focus{color: #666666; text-decoration: none;}	
.Copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
#Liner10 {
	padding: 10px;
}
#Liner12 {
	padding: 12px;
}
#Liner20 {
	padding: 20px;
}
#Liner25 {
	padding: 25px;
	float:left;
}
#Liner25 a:link {color: #3a3b7b;font-weight: bold;}
#Liner25 a:visited {color: #3a3b7b;font-weight: bold;}
#Liner25 a:hover {color: #3a3b7b; text-decoration: overline underline;font-weight: bold;}
#Liner25 a:active {color: #3a3b7b; text-decoration: overline underline;font-weight: bold;}


.SubHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #008102;
	word-wrap: break-word
}
#BOD {
	float: left;
	clear: both;
	margin-bottom: 10px;
	width:100%;
}
#BOD IMG {
	margin-right: 10px;
	float: left;
}
#BOD .Normal P {
	float: left;
	word-wrap: break-word
}
H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #4373b5;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 20px;
}
H2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #4373b5;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}
#dnn_MainContentPane {
	float: left;
}

.MO {
	text-decoration: underline overline;
	padding-right: 8px;
	font-weight: bold;
}


