/* _css Document */
/* QELA - 2008 */

body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px auto;
	font-size:1px;
	background:#f2f7f7 url(../_images/body_bg.gif) top repeat;
}
table {
  border-collapse:collapse;
} 
img {
	border:none;
}
#page {
	background:#fff url(../_images/blue_bg.gif) repeat-x;
	width:920px;
	margin:0 auto;
	padding-bottom:100px;
	font-size:12px;
	overflow:auto;
	color:#333;
}
/* HEADER */
#header {
	background-color:#183c93;
	background-repeat:no-repeat;
	height:152px;
	font-size:10px;
	color:#183c93;
	width:920px;
	margin:0 auto;
	border-bottom:2px solid #dbdbdb;
}
#headerMenu {
	padding:44px 0px 10px 32px;
	background:#89af82;
	width:150px;
}
#headerMenu a {
	font-size:11px;
	color:#183c93;
	text-decoration:none;
	line-height:13px;
}
#headerMenu a:link {}
#headerMenu a:link {}
#headerMenu a:hover {
	color:#fff;
}
#headerMenu a.selected {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
/* MENU */
#menu {
	width:920px;
	margin:0 auto;
}
.menuHolder {
	width:920px;
	margin:0 auto;
}
#menu a {
	font-size:11px;
	font-weight:bold;
	color:#535353;
	text-decoration:none;
	display:block;
	text-align:center;
	padding:4px 18px 4px 18px;
	border-left:1px solid #e0e2e9;
	border-right:1px solid #e0e2e9;
	background:#d1d2de url(../_images/menu_btn.gif) repeat-x;
}
#menu a:link {}
#menu a:link {}
#menu a:hover, #menu a.selected, #menu a.selected:hover {
	background:#a7a8c2 url(../_images/menu_btn_rl.gif) repeat-x;
}
#menu a.selected, #menu a.selected:hover {
	color:#fff;
	background:#173d94 url(../_images/menu_btn_sel.gif) repeat-x;
	border-left:1px solid #1f51ab;
	border-right:1px solid #1f51ab;
}
/* CONTENT */
#mainContent {
	width:920px;
	margin:0 auto;
}
#contentHolder {
	margin:45px 72px 0px 0px;
	width:638px;
	float:right;
	overflow:hidden !important;
}
#contentHolder_noSubMenu {
	margin:35px 72px 0px 32px;
}
.submenuHolder {
	width:175px;
	text-align:left;
	float:left;
}
/* SUBMENU */
.submenuTopSpace {
	height:23px;
}
.submenuCategory {
	margin-bottom:1px;
}
.submenuCategory a {
	font-size:11px;
	font-weight:bold;
	color:#fff;
	background:#183c93 url(../_images/arrow_right.gif) center left no-repeat;
	background-position:12px 5px;
	padding:4px 0px 4px 31px;
	text-decoration:none;
	display:block;
}
.submenuCategory a:hover {
	color:#fff;
}
.submenuCategory a.opened {
	background:#183c93 url(../_images/arrow_bottom.gif) center left no-repeat;
	background-position:12px 6px;
}
.submenu a {
	font-size:11px;
	font-weight:normal;
	color:#183c93;
	text-decoration:none;
	text-align:left;
	display:block;
	border:1px solid #d9dfee;
	background:#dde2ef;
	padding:4px 5px 3px 31px;
	margin-top:1px;
	margin-bottom:1px;
}
.submenu a:hover {
	color:#183c93;
	font-weight:normal;
	background:#fbf8a8;
	border:1px solid #f6ef2d;
}
.submenu a.selected, .submenu a.selected:hover {
	font-weight:bold;
	border:1px solid #f6ef2d;
	background:#fbf559 url(../_images/submenu_btn_sel.gif) top left repeat-x;
}

/* CONTENT SUBMENU (anchors) */
.contentSubmenu {
	overflow:auto;
	margin-bottom:32px;
}
.contentSubmenu a {
	font-size:11px;
	text-align:center;
	color:#183c93;
	text-decoration:none;
	display:block;
	float:left;
	background:#fbf8a8;
	border:1px solid #f6ef2d;
	width:86px;
	padding:3px 0px 3px 0px;
	margin:0px 3px 5px 0px;
}
.contentSubmenu a:hover {
	font-size:11px;
	text-align:center;
	color:#183c93;
	text-decoration:none;
	display:block;
	float:left;
	border:1px solid #f6ef2d;
	background:#fbf559 url(../_images/submenu_btn_sel.gif) top left repeat-x;
	width:86px;
	padding:3px 0px 3px 0px;
	margin:0px 3px 5px 0px;
}
/* FOOTER */
#footer {
	font-size:11px;
	margin:0px auto;
	padding:15px 0px 20px 0px;
	color:#a3b1d4;
	text-align:center;
	border-top:1px dotted #a3b1d4;
	clear:both;
	width:920px;
	background:#fff;
}
#footer a {
	text-decoration:none;
	margin:0px 2px 0px 2px;
}
#footer a:hover {
	text-decoration:underline;
	color:#8aaf83;
}



/* GENERAL STYLES */
.contact {
	font-size:11px !important;
	font-weight:bold;
}
.ebulletin {
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	font-size:13px !important;
}
.top {
  vertical-align:top;
} 
h1 {
	color:#6576b0;
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	font-style:italic;
	font-weight:bold;
	margin:0px 0px 14px 0px;
}
h2 {
	color:#8aaf83;
	font-family:"Times New Roman", Times, serif;
	font-size:17px;
	font-style:italic;
	font-weight:bold;
	margin:2px 0px 2px 0px;
}
p {
	margin:0px 0px 16px 0px;
	font-size:12px;
}
.txt10px {
	font-size:10px;
}
.txt11px {
	font-size:11px;
}
.txt11px p {
	font-size:11px;
}
.moreLineHeight {
	line-height:26px;
}
.smallCaps {
	font-size:10px;
	text-transform:uppercase;
	color:#6576b0;
}
.note {
	font-size:10px;
	color:#6576b0;
	line-height:11px;
	margin-bottom:5px;
}
.note2 {
	color:#6576b0;
}
.rednote {
	font-size:10px;
	color:#ff0000;
	line-height:14px;
}
.dates {
	line-height:10px;
	margin-bottom:7px;
}
.dates tr td {
	padding-right:10px;
	font-size:10px;
}
a {
	color:#0a308d;
	text-decoration:underline;
}
a:link, a:visited {}
a:hover {
	/*color:#8aaf83;*/
	color:#8d2323;
}
a.standard {
	color:#0000f7;
}
a.standard:link, a.standard:visited {}
a.standard:hover {
	/*color:#8aaf83;*/
	color:#8d2323;
}
ul {
	margin-top:8px;
}
li {
	margin-bottom:3px;	
}
hr {
	color:#dde2ef;
	height:1px;
	background:#dde2ef;
	border:none;
	margin:0px 0px 8px 0px;
}
.blueText {
	color:#0a308d;
}
.darkRed {
	color:#8d2323;
}
table.listing tr td {
	padding:3px 0px 3px 0px;
}
.alternate {
	background:#f1f1f1;
}
table.logos tr td {
	/*color:#0a308d;*/
	font-size:11px;
	padding-bottom:18px;
	padding-right:18px;
}
#downloads {
	border:1px dotted #dde2ef;
	background:#f3f4f7;
	color:#333;
	font-size:10px;
	margin:20px 0px 0px 40px;
	width:260px;
}
#downloads .title {
	font-size:13px;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	display:block;
	background:url(../_images/box_header_bg.gif);
	/*height:24px;*/
	color:#6576b0;
	padding:3px 10px 3px 10px
}
#downloads .content {
	padding:10px 10px 30px 10px;
}
#downloads p {
	font-size:10px;
	line-height:normal;
}
#downloads table tr td {
	padding:2px 8px 2px 0px;
}


#DivCalendar { padding: 5px; margin: 0; }

#DivCalendar div { padding: 0 0 5px 10px; }

#DivCalendar div span { color: #283376; }


#contentHolder.members {
	margin-top:11px;
}
p.members{
	float:right;
	color:#fff;
	padding:3px 10px 0 0;
	font-weight:bold;
}
p.members a{
	color:#fbf559;
}
p.members a:link{}
p.members a:hover{}
p.members a:visited{}

.errMsg{
	color:#ff0000;
}