body {
	background-color:#ffffff;
	margin:0;
	font-family:candara, corbel, arial, helvetica, sans-serif;
	font-size:12pt;
	line-height:1.3em;
	color:#333333;
	height:100%;
}

p {
	margin:0px 0px 1em 0px;
	text-align:justify;
}

img {
	border:0px;
}

h1 {
	display:none;
	font-family:corbel, arial, helvetica, sans-serif;
}

h2#selectedPage { /* the first h2 on a page */
	background-position:left;
	background-repeat:no-repeat;
	padding-left:23px;
	font-size:18pt;
	line-height:1em;
	font-weight:bold;
	white-space:nowrap;
	min-height:18px;
}

h2.selectedPage { /* any subsequent h2s */
	background-position:left;
	background-repeat:no-repeat;
	font-size:18pt;
	line-height:1em;
	font-weight:bold;
	white-space:nowrap;
	min-height:18px;
}

h2#selectedPage.ecms {
	color:#999999;
	background-image:url(../aieg-images/ecms_bullet.gif);
}
h2#selectedPage.about {
	color:#ff8000;
	background-image:url(../aieg-images/about_bullet.gif);
}
h2#selectedPage.gallery {
	color:#3A3ABA;
	background-image:url(../aieg-images/gallery_bullet.gif);
}
h2#selectedPage.artists {
	color:#CC2828;
	background-image:url(../aieg-images/artists_bullet.gif);
}
h2#selectedPage.outreach {
	color:#35AC35;
	background-image:url(../aieg-images/outreach_bullet.gif);
}


h2 {
	padding:0;
	font-size:13pt;
	font-weight:bold;
	margin:0 0 0.8em 0;
	font-family:corbel, arial, helvetica, sans-serif;
}

h2.menu {
	position:absolute;
	width:160px;
}
h2.menuSelected {
	position:absolute;
	width:160px;
}

span.spacer {
	position:relative;
	display:block;
	visibility:hidden;
	font-size:13pt;
	font-weight:bold;
	padding:5px 0 5px 0;
	line-height:1em;
}

h2 a {
	position:absolute;
	color:#f0f0f0;
	text-decoration:none;
	width:170px;
	padding:5px 0 5px 10px;
	margin-left:-10px;
	line-height:1em;
}

div.menuContent_ecms h2 a {
	color:#000000 !important;
}
h2 a:hover {
	/*text-decoration:underline;*/
}


.listRow {
	position:relative;
	clear:both;
}
div.clearBoth {
	position:relative;
	clear:both;
	height:1px;	
}

div.paraStart {
	position:relative;
	z-index:0;
	margin:10px 0 -20px -5px;
}
div.paraEnd {
	position:relative;
	top:-35px;
	right:5px;
}

div.paraEnd img {
	float:right;
}
h3 {
	font-size:100%;
	margin:0;
	padding:0;
	font-weight:bold;
	font-family:corbel, arial, helvetica, sans-serif;
}
h3 a.anchor {
	text-decoration:none;
	color:#333333;
}



ul.links, ol.faq {
	list-style-position:inside;
	margin:0 !important;
}

ul.links li div {
	color:#333333 !important;
}
ul.links li {
	margin-bottom:0.5ex;
}

div.newsDividerAbout {
	border-bottom:1px dotted #ff8000;
	margin:1ex 0 1em 0;
}

div.newsDividerGallery {
	border-bottom:1px dotted #3A3ABA;
	margin:1ex 0 1em 0;
}

div.newsDividerArtists {
	border-bottom:1px dotted #CC2828;
	margin:1ex 0 1em 0;
}

div.newsDividerEvents {
	border-bottom:1px dotted #35AC35;
	margin:1ex 0 1em 0;
}

a:focus { /*removed the dotted line in ForeFox */
	outline-style: none;
}

#content .content {
	color:#333333;
}

b, strong {
	font-weight:bold;
}

#content ol, #content ul {
	margin:0 0 1em 3ex;
	padding:0;
}


.w75 {
	width:75px !important; 
}
.w400 {
	width:400px !important; 
}
.w160 {
	width:160px !important; 
}
/* forms */
form {
	margin:0;
}

div.formRow {
	position:relative;
	clear:both;
	margin-bottom:1ex;
}

label, div.labelLike {
	position:relative;
	float:left; 
	width:12ex;
}
input, div.inputLike {
	position:relative;
}

input, textarea, select {
	font-family:corbel, arial, helvetica, sans-serif;
	border:1px solid #666666;
	border-right:2px outset #ffffff;
	border-bottom:2px outset #ffffff;
}
input, textarea {
	padding:0 0 0 2px;
}
input.submit {
	border:1px solid #cccccc;
	border-right:2px outset #ffffff;
	border-bottom:2px outset #ffffff;
	background-color:#f0f0f0;
}
input.readonly {
	border:1px solid #aaaaaa;
	border-right:2px ridge #999999;
	border-bottom:2px ridge #999999;
	background-color:#f5f5f5;
	color:#666666 !important;
}
input[type="checkbox"] {
	border:0;
	top:2px;
}
span.checkbox {
}
.dataColumn {
	position:inherit;
	float:left; 
	min-width:20ex;
	background-color:#e0e0e0;
	border-bottom:1px solid #ffffff;
	border-right:2px solid #ffffff;
	padding:0 2px 3px 5px;
	margin:0;
}

.dataColumn.header {
	background-color:#bbbbbb;
	font-weight:bold;
	padding:0 2px 3px 5px;
}	

p a:link, li a:link {
	color:#333399;
	text-decoration:underline;
}

p a:visited, li a:visited {
	color:#333399;
	text-decoration:none;
}

p a:active, li a:active, p a:hover, li a:hover {
	color:#993333;
	text-decoration:underline;
}