/* Stylesheet for IMS website */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
td, p, div, ul {
	color : #565966;
	font : 14px "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
}

a:link { color : #000000; text-decoration : underline }
a:visited { color : #999999; text-decoration : underline }
a:hover { color : #FF9900; text-decoration : underline }

ul#arrowlist {
	list-style-type: none;
	list-style-image: url(images/arrow_sm.gif);
}

a.linktxt {
	font : 12px "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	background-color: #EAEDFE;
	color: #333333;
}
	a.linktxt p { line-height: 16px; color: #333333; margin-top: 12px; margin-right: 16px; margin-bottom: 0px; margin-left: 24px }
	a.linktxt:link { color: #0000FF; text-decoration: underline }
	a.linktxt:visited {  color: #0000FF; text-decoration: underline }
	a.linktxt:hover {  color: #212D9B; text-decoration: none; background-color: #F3EBCF }
	a.linktxt:active { color: #FF9900; text-decoration: underline }

a.linktxt2 { font : 14px "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; background-color: #EAEDFE}
	a.linktxt2 p { line-height: 16px; color: #999999; margin-top: 12px; margin-right: 16px; margin-bottom: 0px; margin-left: 24px }
	a.linktxt2:link { color: #0000FF; text-decoration: underline }
	a.linktxt2:visited {  color: #0000FF; text-decoration: underline }
	a.linktxt2:hover {  color: #212D9B; text-decoration: none; background-color: #F3EBCF }
	a.linktxt2:active { color: #FF9900; text-decoration: underline }

a.whitelinktxt { font : 12px "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; }
	a.whitelinktxt p { line-height: 16px; color: #FFFFFF; margin-top: 12px; margin-right: 16px; margin-bottom: 0px; margin-left: 24px }
	a.whitelinktxt:link { color: #FFFFFF; text-decoration: underline }
	a.whitelinktxt:visited { color: #FFFFFF; text-decoration: underline }
	a.whitelinktxt:hover { color: #FF9900; text-decoration: none; }
	a.whitelinktxt:active { color: #FFFFFF; text-decoration: underline }

.bluetxt {
	color : #212D9B;
	font : 14px "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
}
	.bluetxtbld {
		color : #212D9B;
		font : bold 14px "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	}
.mnlinkbar {
	font : 10px "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	margin: 24px 0px 12px 0px;
	text-align: left;
}
.maintext { 
	color : #FFFFFF;
	font : 10px "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
}
h1 {
	color : #FF9C00;
	font : bold 14px Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	color : #091932;
	font : bold 14px Verdana, Arial, Helvetica, sans-serif;
}
ul#mainbody {
	list-style-image: url(images/arrow_sm.gif);
}

/*Style applied to the Events submenu buttons */
.navSubs {
	color : #B43515;
	font : bold 12px "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	margin-bottom : 4px;
	margin-top : 0px;
	width : 200px;
}
	.navSubs a {
		border:1px solid #999999;
		background-color : #F4F4F4;
		color : #B43515;
		width:100%;
		padding : 4px 2px 2px 4px;
		text-decoration : none;
	}
	.navSubs a:hover {
		background-color : #F3EBCF;
		color : #212D9B;
		text-decoration : none
	}
	.navSubs a:visited {
		background-color : #F4F4F4;
		color : #B43515;
		padding : 4px 2px 2px 4px;
		text-decoration : none;
	}

form td {
	color : #333333;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px
}
.legaltxt {
	font-size: 10px;
	color: #333333
}

.sitemap { 
	font-family: bold 14px "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	list-style-type: none;
}
	.listtwo { 
		font-family: 12px "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
		list-style-type: none; 
		margin-left: 18px; 
		padding-left: 0; 
	}
	.sitemap a:link { color: #5689B2; }
	.sitemap a:visited { color: #5689B2; }
	.sitemap a:hover { color: #FF9900; }
	.sitemap a:active { color: #5689B2; }
	.listtwo a:link { color: #5FA70F; }
	.listtwo a:visited { color: #5FA70F; }
	.listtwo a:hover { color: #FF9900; }
	.listtwo a:active { color: #5FA70F; }

