html
{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	border:none;
}

body
{
	margin:0;
	padding:0;
	border:none;
	width:100%;
	height:100%;
	background: #b8b8b9 url(images/body_new.png) repeat-x fixed top left;
	font-family: arial, sans-serif;
	cursor:default;
	font-size:10pt;
}

#wrapper
{
	margin:0 auto;
	width: 1043px;
	min-height:100%;
	background: transparent url(images/wrapper.png) repeat-y top center;
}

#page
{
	margin:0 auto;
	width:987px;
	min-height:100%;
}

#header
{
	min-height: 80px;
	background: transparent url(images/topBanner.png) no-repeat top left;
	overflow:hidden;
}

#logo
{
	background: transparent url(logos/iga_small.png) no-repeat bottom left;
	height:74px;
	padding-left:90px;
	overflow:hidden;
}

.shadow_bottom
{
	height:10px;
	background: transparent url(images/shadow_bottom.png) repeat-x top left;
}
.shadow_top
{
	height:10px;
	background: transparent url(images/shadow_top.png) repeat-x bottom left;
}

#header h1
{
	margin:0;
	padding:18px 0 0 0;
	color: #cfdef3;
	font-size:9pt;
	font-weight: normal;
}

#header h2
{
	margin:0;
	padding:0;
	color: #dfe9f7;
	font-size:18pt;
	font-weight: normal;
}

#toolBox
{
	float:right;
	width:184px;
	height:78px;
	padding-right:16px;
}

#searchBox
{
	display: block;
}

#searchBox div
{
	background: transparent url(images/sleft.png) no-repeat bottom left;
	padding-left:5px;
	height:21px;
}

#searchBox .inp
{
	float:left;
	height:17px;
	width:148px;
	font-size:14px;
	border: 0;
	border-top:1px solid #6a7b88;
	border-bottom:1px solid #6a7b88;
	background: transparent url(images/sinput_bg.png) repeat-x bottom left;
}

#searchBox .srch
{
	float:left;
	width:21px;
	height:21px;
	background: transparent url(images/s_btn_short.png) 0px 0px no-repeat;
}

#searchBox .srch:hover
{
	background: transparent url(images/s_btn_short.png) 0px -20px no-repeat;
}

#i18nBox
{
	margin:6px 0;
	display: block;
	font-size:9pt;
	line-height:18px;
}

#i18nBox a
{
	display: block;
	color:#e7eff9;
	text-decoration: none;
	font-weight: bold;
	background: transparent url(images/i18n.png) no-repeat 3px 50%;
	padding:1px 1px 1px 19px;
	border:0;
}

#i18nBox a:hover
{
	padding:0 0 0 18px;
	border:1px solid #5182ab;
	background: transparent url(images/i18n.png) no-repeat 2px 50%;
}

#i18nBox a.sel,
#i18nBox a.sel:hover
{
	padding:1px 1px 1px 19px;
	border:0;
	background: transparent url(images/i18nh.png) no-repeat 3px 50%;
	color: #fff;
}

#i18nddn
{
	width:184px;
	z-index:1;
	position: absolute;
	display: none;
}

#i18nddn a
{
	padding:1px 1px 1px 19px!important;
	font-size:9pt;
	font-weight: normal;
	color: #333;
	display: block;
	background: #f0f0f0;
	border:0!important;
}

#i18nddn a.sel,
#i18nddn a.sel:hover
{
	border:0;
	background: #d7e4f5 none;
	color: #004b96;
	font-weight: bold;
}

#i18nddn a:hover
{
	border:0;
	color: #004b96;
	background: #c1d0e3 none;
}

.smallCaps
{
	font-variant: small-caps;
}

#zones
{
	padding-left:13px;
	color:#006633;
	padding-bottom:12pt;
}

#zones .zone
{
	float:left;
	text-align:left;
	width:220px;
	padding:0 10px;

}

#zones .zone h3
{
	font-size:12pt;
	font-weight: bold;
	color:#006633;
	text-align:center;
	border-bottom:1px solid #559900;
	margin:12pt 0 1px 0;
}

#zones .zone ul
{
	list-style-type: none;
	margin:0;
	padding:0;
}

#zones .zone ul a
{
	color:#006633;
	font-size:9pt;
	text-decoration: none;
	padding:1px 5px;
	display:block;
	line-height:1.5em;
}

#zones .zone ul a:hover
{
	color: #333;
	padding:0px 4px;
	border:1px solid #e3e6e9;
	background-color:#ecf0f4;
}

#copyright
{
	padding:0pt 6pt 3pt 6pt;
	font-size:8pt;
	text-align:center;
	color: #789;
}

#copyright a
{
	color: #9ab;
	text-decoration: none;
}

#copyright a:hover
{
	text-decoration: underline;
	color: #346;
}


#portal
{
	min-height:400px;
	background: #006633 url(images/006633.png) no-repeat center top;
	padding:10px;
}

#resources br,
#latest br,
#zones br
{
	clear:both;
}

#resources,
#latest
{
	margin-right: 310px;
}

#upcoming
{
	float: right;
	width: 300px;
	min-height:400px;
	overflow: hidden;
	color: #cfdef3;
}

#upcoming .n
{
	background: transparent url(images/upcoming_n.png) repeat-x top left;
	height: 15px;
}

#upcoming .ne
{
	background: transparent url(images/upcoming_ne.png) no-repeat top right;
	height: 15px;
	padding-right:15px;
}

#upcoming .nw
{
	background: transparent url(images/upcoming_nw.png) no-repeat bottom left;
	height: 15px;
	padding-left:15px;
}

#upcoming .s
{
	background: transparent url(images/upcoming_s.png) repeat-x top left;
	height: 15px;
}

#upcoming .se
{
	background: transparent url(images/upcoming_se.png) no-repeat top right;
	height: 15px;
	padding-right:15px;
}

#upcoming .sw
{
	background: transparent url(images/upcoming_sw.png) no-repeat bottom left;
	height: 15px;
	padding-left:15px;
}

#upcoming .w
{
	background: transparent url(images/upcoming_w.png) repeat-y top left;
	padding-left:15px;
}

#upcoming .e
{
	background: transparent url(images/upcoming_e.png) repeat-y top right;
	padding-right:15px;
}

#upcoming .c
{
	background: transparent url(images/upcoming.png) repeat top left;
	min-height:370px;
}


#latest .n
{
	background: transparent url(images/latest_n.png) repeat-x top left;
	height: 15px;
}

#latest .ne
{
	background: transparent url(images/latest_ne.png) no-repeat top right;
	height: 15px;
	padding-right:15px;
}

#latest .nw
{
	background: transparent url(images/latest_nw.png) no-repeat bottom left;
	height: 15px;
	padding-left:15px;
}

#latest .s
{
	background: transparent url(images/latest_s.png) repeat-x top left;
	height: 15px;
}

#latest .se
{
	background: transparent url(images/latest_se.png) no-repeat top right;
	height: 15px;
	padding-right:15px;
}

#latest .sw
{
	background: transparent url(images/latest_sw.png) no-repeat bottom left;
	height: 15px;
	padding-left:15px;
}

#latest .w
{
	background: transparent url(images/latest_w.png) repeat-y top left;
	padding-left:15px;
}

#latest .e
{
	background: transparent url(images/latest_e.png) repeat-y top right;
	padding-right:15px;
}

#latest .c
{
	background: transparent url(images/latest.png) repeat top left;
	min-height:231px;
}

#resources .n
{
	background: transparent url(images/resources_n.png) repeat-x top left;
	height: 15px;
}

#resources .ne
{
	background: transparent url(images/resources_ne.png) no-repeat top right;
	height: 15px;
	padding-right:15px;
}

#resources .nw
{
	background: transparent url(images/resources_nw.png) no-repeat bottom left;
	height: 15px;
	padding-left:15px;
}

#resources .s
{
	background: transparent url(images/resources_s.png) repeat-x top left;
	height: 15px;
}

#resources .se
{
	background: transparent url(images/resources_se.png) no-repeat top right;
	height: 15px;
	padding-right:15px;
}

#resources .sw
{
	background: transparent url(images/resources_sw.png) no-repeat bottom left;
	height: 15px;
	padding-left:15px;
}

#resources .w
{
	background: transparent url(images/resources_w.png) repeat-y top left;
	padding-left:15px;
}

#resources .e
{
	background: transparent url(images/resources_e.png) repeat-y top right;
	padding-right:15px;
}

#resources .c
{
	background: transparent url(images/resources.png) repeat top left;
	height:110px;
	overflow:hidden;
}

#resources h3,
#latest h3,
#upcoming h3
{
	margin:0;
	padding:0;
	font-size:12pt;
	font-weight:normal;
	padding:1pt 0pt;
	color: #cfdef3;
}

#resources h3 a,
#latest h3 a,
#upcoming h3 a
{
	display:block;
	float:right;
	font-size:8pt;
	padding:0;
	margin:0;
	background: transparent none;
	color: #cfdef3;
	line-height:1.8em;
	text-decoration: none;
}

#resources h3 a:hover,
#latest h3 a:hover,
#upcoming h3 a:hover
{
	text-decoration: underline;
}

#resources h3
{
	border-bottom:1px solid #42586a;
}

#latest h3
{
	border-bottom:1px solid #547c9a;
}

#upcoming h3
{
	border-bottom:1px solid #4476a0;
}



#resources .links a
{
	float: left;
	width:44%;
	margin:0 1%;
	padding:0 3pt 0 12px ;
	line-height:1.4em;
	font-size:9pt;
	text-decoration: none;
	color: #6e9bda;
	background: transparent url(images/resources_lnk.png) no-repeat center left;
}

#resources .links a:hover
{
	color:#cfdef3;
	background: transparent url(images/resources_lnkh.png) no-repeat center left;
}

.event a
{
	display: block;
	color:#adc8db;
	padding:3pt;
	text-decoration: none;
	font-size:9pt;
}

.event a:hover
{
	color:#eaf1f6;
}

.event a strong,
.event a em
{
	display: block;
}

.event a em
{
	font-size:90%;
}


.event img
{
	border:0;
	float:left;
	width: 36px;
	height: 36px;
	padding:6px;
	margin:0 6pt 3pt 0;
}

.event a img
{
	background: transparent url(images/logos.png) no-repeat bottom center;
}


.event a img.black
{
	background: transparent url(images/logos_b.png) no-repeat bottom center;
}


.event a img.white
{
	background: transparent url(images/logos_w.png) no-repeat bottom center;
}

.event a:hover img
{
	background: transparent url(images/logos.png) no-repeat top center;
}


.event a:hover img.black
{
	background: transparent url(images/logos_b.png) no-repeat top center;
}


.event a:hover img.white
{
	background: transparent url(images/logos_w.png) no-repeat top center;
}



.event br
{
	clear:both;
}

.newsItems a
{
	display:block;
	padding:3pt 6pt;
	text-decoration: none;
	border-bottom:1px solid #547c9a;
	margin:0 3pt;
	color: #85b6ca;
}

.newsItems a em
{
	float:right;
	display: block;
	font-weight: bold;
	margin-left:12pt;
	width:100px;
	color: #9fcce9;
	font-size:8pt;
	text-align:right;
}


.newsItems a q
{
	font-weight: bold;
	display: block;
	color :#cfdef3;
}


.rc_box_006633 {
   background: #ffffff;
}
.rc_top_006633 div {
   background: url(images/corners/006633_tl.png) no-repeat top left;
}
.rc_top_006633 {
   background: url(images/corners/006633_tr.png) no-repeat top right;
}
.rc_bottom_006633 div {
   background: url(images/corners/006633_bl.png) no-repeat bottom left;
}
.rc_bottom_006633 {
   background: url(images/corners/006633_br.png) no-repeat bottom right;
}

.rc_top_006633 div, .rc_top_006633, 
.rc_bottom_006633 div, .rc_bottom_006633 {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.rc_content_006633 { margin: 0 15px; }



.rc_box_006633_559900 {
   background: #559900;
}
.rc_top_006633_559900 div {
   background: url(images/corners/006633_559900_tl.png) no-repeat top left;
}
.rc_top_006633_559900 {
   background: url(images/corners/006633_559900_tr.png) no-repeat top right;
}
.rc_bottom_006633_559900 div {
   background: url(images/corners/006633_559900_bl.png) no-repeat bottom left;
}
.rc_bottom_006633_559900 {
   background: url(images/corners/006633_559900_br.png) no-repeat bottom right;
}

.rc_top_006633_559900 div, .rc_top_006633_559900, 
.rc_bottom_006633_559900 div, .rc_bottom_006633_559900 {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.rc_content_006633_559900 { margin: 0 15px; }


.rc_box_006633_004400 {
   background: #004400;
}
.rc_top_006633_004400 div {
   background: url(images/corners/006633_004400_tl.png) no-repeat top left;
}
.rc_top_006633_004400 {
   background: url(images/corners/006633_004400_tr.png) no-repeat top right;
}
.rc_bottom_006633_004400 div {
   background: url(images/corners/006633_004400_bl.png) no-repeat bottom left;
}
.rc_bottom_006633_004400 {
   background: url(images/corners/006633_004400_br.png) no-repeat bottom right;
}

.rc_top_006633_004400 div, .rc_top_006633_004400, 
.rc_bottom_006633_004400 div, .rc_bottom_006633_004400 {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.rc_content_006633_004400 { margin: 0 15px; }