* {
	padding: 0;
	border: 0;
	margin: 0;
}

.clear {
	clear: both;
}

.fortextonly {
	display: none;
}

#masttop {
 	display: block;
	float: left;
}

#mastbot {
 	display: block;
	clear: both;
}

body {
	background: #ffffee url(../media/images/bglines.png) repeat-x;
	font: 12px verdana, sans-serif;
	color: #333333;
}

a {
	text-decoration: none;
	color: #336699;
}

h2 {
	font-size: 24px;
	font-weight: normal;
}

.contentheading { /*for joomla*/
	font-size: 24px;
	font-weight: normal;
}

.componentheading {	/*for joomla*/
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.contentdescription {	/*for joomla*/
	padding-top: 10px;
}


h3 {
	font-size: 20px;
	font-weight: normal;
}

h4 {
 	line-height: 22px;
	font-size: 14px;
	font-style: italic;
}

ul {
	padding-left: 40px;
	list-style-image: url(../media/images/list-item.gif);
}

p {
	line-height: 16px;
}

p.copy {
	margin: 16px 0px;
}

div#container {
	padding: 32px 0px 12px 0px;
	background: url(../media/images/bgglow.jpg) no-repeat top center;
}

div#mast {
	margin: 0 auto;
	position: relative;
	top: 0px;
	width: 762px;
}

div#mast div#utils {
 	float: right;
 	position: relative;
 	top: 54px;
 	left: -32px;
}

div.moduletable_ddl { 
 	margin: 0 auto;
 	position: relative;
 	z-index: 100;
	width: 760px;
	height: 35px;
	padding-left: 2px;
	background: url(../media/images/border.gif) repeat-y;
}

div.moduletable_ddl ul {
	list-style: none;
	list-style-image: none;
	width: 754px;
	height: 35px;
	padding: 0;
	background: url(../media/images/ddlbg.gif) repeat-x;
}

div.moduletable_ddl li {
	float: left;
	position: relative;
	top: 0px;
}

div.moduletable_ddl a,
div.moduletable_ddl a:visited {
	display: block;
	padding: 0px 10px 0px 20px; 
	line-height: 35px;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: bold;
	color: #333333;
}

div.moduletable_ddl a:hover,
div.moduletable_ddl :hover > a {
	text-decoration: underline;
}

div.moduletable_ddl ul ul {
	visibility:hidden;
	position:absolute;
	top: 35px;
	left: 20px;
	width:140px;
	background:none;
}

div.moduletable_ddl ul :hover ul {
	visibility:visible; 
}

/*RSM 20091224: Adding 3rd layer to menu*/
div.moduletable_ddl ul :hover ul ul {
	visibility:hidden; 
}
/*RSM 20091224*/

div.moduletable_ddl ul ul a,
div.moduletable_ddl ul ul a:visited {
	background:#cccccc; 
	width: 	130px;
	height: auto;
	padding: 5px 10px; 
	line-height: 1em;
	letter-spacing: normal;
	font-weight: normal;
}

div.moduletable_ddl ul ul a:hover,
div.moduletable_ddl ul ul :hover > a {
 	text-decoration: none;
	background: #ffffee url(../media/images/bg.gif) repeat;
}

/*RSM 20091224: Adding 3rd layer to menu*/
div.moduletable_ddl ul ul ul {
	top: 0px;
	left: 150px;
	width:140px;
	z-index: 100;
}

div.moduletable_ddl ul :hover ul :hover ul {
	visibility:visible; 
}

div.moduletable_ddl ul ul ul a,
div.moduletable_ddl ul ul ul a:visited {
	background:#aaaaaa;
}

div.moduletable_ddl ul ul ul a:hover,
div.moduletable_ddl ul ul ul:hover > a {
 	text-decoration: none;
	background: #ffffee url(../media/images/bg.gif) repeat;
}
/*RSM 20091224*/

div#content {
	margin: 0 auto;
	position: relative;
	top: 0px;
	width: 760px;
	padding: 10px 0px 0px 2px;
	background: #ffffff url(../media/images/border.gif) repeat-y;
}

div#content div#main {
	float: left;
	width: 480px;
	padding: 18px 18px 0px 18px;
}

div#content div#secondary {
 	float: left;
	padding: 23px 22px 0px 18px;
	text-align: center;
	background: url(../media/images/contentdiv.gif) repeat-y left;
}

div#content div#secondary img {
 	display: block;
 	margin-bottom: 38px;
}

div#content .moduletable_announcements {
	margin-top: 6px;
}

div#content .moduletable_announcements ul {
 	margin-top: 10px;
}

div#content .moduletable_announcements ul li{
 	margin-bottom: 18px;
}

div#content .moduletable_announcements .contentheading { /*for joomla*/
	line-height: 22px;
	font-size: 14px;
	font-style: italic;
}

div#content div.moduletable_quicklinks {
 	text-align: left;
}

div#content div.moduletable_quicklinks ul {
 	margin-top: 10px;
	list-style: none;
	list-style-image: none;
	padding: 0;
	font-size: 14px;
	line-height: 25px;
}

div#footer {
	margin: 0 auto;
	position: relative;
	top: 0px;
	width: 762px;
	padding-top: 40px;
	text-align: center;
	font-size: 10px;
	color: #888888;
	background: url(../media/images/bottom.gif) no-repeat top left;
}