body  {
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(UI_images/stripes_blue.gif);
	background-repeat: repeat;
	background-position: left top;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
}
body.blue  {
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../UI_images/stripes_blue.gif);
	background-repeat: repeat;
	background-position: left top;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
}
body.HoldingPage  {
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../UI_images/stripes_blue.gif);
	background-repeat: repeat;
	background-position: left top;
	padding-top: 15%;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
}
body.pink  {
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../UI_images/stripes_pink.gif);
	background-repeat: repeat;
	background-position: left top;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
}
body.beige  {
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../UI_images/stripes_beige.gif);
	background-repeat: repeat;
	background-position: left top;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
}


body.lime  {
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../UI_images/stripes_lime.gif);
	background-repeat: repeat;
	background-position: left top;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
}
body.cyan  {
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../UI_images/stripes_cyan.gif);
	background-repeat: repeat;
	background-position: left top;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
}
body.purple  {
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../UI_images/stripes_purple.gif);
	background-repeat: repeat;
	background-position: left top;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
}
body.yellow  {
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../UI_images/stripes_yellow.gif);
	background-repeat: repeat;
	background-position: left top;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
}
#container {
	width: 904px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid #d2e0f1;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#containerPink {
	width: 904px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid #f8daea;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#containerLime {
	width: 904px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid #dbeac1;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

#containerBeige{
	width: 904px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid #f5e4c8;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#containerCyan {
	width: 904px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid #c9e9f0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#containerPurple {
	width: 904px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid #dccdec;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#containerYellow{
	width: 904px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid #ffeec1;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

#header {
	height: 210px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	vertical-align: top;
} 
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div.banner {
	width: 630px;
	margin-top: 30px;
	float: right;
}
div.logo {
	margin-top: 18px;
	margin-right: 0px;
	width: 200px;
	height: 190px;
	text-align: right;
}
h1 {
	font-family: "Trebuchet MS", Arial;
	font-size: 19px;
	color: #4572be;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 11px;
	padding-left: 0px;
}
h2 {
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	color: #4572be;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 8px;
	background-color: #e1e3e6;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.blackText {
	color: #000000;
}
div.pageHeader {
	height: 35px;
	font-family: "Trebuchet MS", Arial;
	font-size: 26px;
	font-weight: normal;
	color: #3F6BB5;
	background-color: #FFFFFF;
	background-image: url(../UI_images/bar_blue.gif);
	background-repeat: no-repeat;
	background-position: right 8px;
}
div.pageHeaderPink {
	height: 35px;
	font-family: "Trebuchet MS", Arial;
	font-size: 26px;
	font-weight: normal;
	color: #3F6BB5;
	background-color: #FFFFFF;
	background-image: url(../UI_images/bar_pink.gif);
	background-repeat: no-repeat;
	background-position: right 8px;
}
div.pageHeaderBeige {
	height: 35px;
	font-family: "Trebuchet MS", Arial;
	font-size: 26px;
	font-weight: normal;
	color: #3F6BB5;
	background-color: #FFFFFF;
	background-image: url(../UI_images/bar_beige.gif);
	background-repeat: no-repeat;
	background-position: right 8px;
}
div.pageHeaderLime {
	height: 35px;
	font-family: "Trebuchet MS", Arial;
	font-size: 26px;
	font-weight: normal;
	color: #3F6BB5;
	background-color: #FFFFFF;
	background-image: url(../UI_images/bar_lime.gif);
	background-repeat: no-repeat;
	background-position: right 8px;
}
div.pageHeaderCyan {
	height: 35px;
	font-family: "Trebuchet MS", Arial;
	font-size: 26px;
	font-weight: normal;
	color: #3F6BB5;
	background-color: #FFFFFF;
	background-image: url(../UI_images/bar_cyan.gif);
	background-repeat: no-repeat;
	background-position: right 8px;
}
div.pageHeaderPurple {
	height: 35px;
	font-family: "Trebuchet MS", Arial;
	font-size: 26px;
	font-weight: normal;
	color: #3F6BB5;
	background-color: #FFFFFF;
	background-image: url(../UI_images/bar_purple.gif);
	background-repeat: no-repeat;
	background-position: right 8px;
}
div.pageHeaderYellow {
	height: 35px;
	font-family: "Trebuchet MS", Arial;
	font-size: 26px;
	font-weight: normal;
	color: #3F6BB5;
	background-color: #FFFFFF;
	background-image: url(../UI_images/bar_yellow.gif);
	background-repeat: no-repeat;
	background-position: right 8px;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 30px;
	vertical-align: top;
}
#mainContent {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	line-height: 17px;
	color: #575757;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 26px;
} 
.blackBold {
	font-weight: bold;
	color: #000000;
}
.blueBold {
	font-weight: bold;
	color: #245ec0;
}

#footer {
	background-image: url(../UI_images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 20px;
	margin-left: 30px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	vertical-align: middle;
	margin-top: 15px;
	height: 23px;
	color: #FFFFFF;
	text-align: left;
	width: 800px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
div.icons {
	margin-top: 20px;
}
div.icons ul {
	margin: 0px;
	padding: 0px;
}
div.icons li {
	text-decoration: none;
	float: left;
	list-style-type: none;
	width: 122px;
}
div.nav{}
div.nav ul{
	margin: 0px;
	padding: 0px;
}

div.nav ul li{
	list-style-type: none;
}
div.nav ul li a{
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	font-weight: bold;
	color: #0245b6;
	text-decoration: none;
	display: block;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #85a5db;
	padding-top: 1px;
	padding-left: 5px;
}
div.nav ul li a.selected{
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	font-weight: bold;
	color: #CC3399;
	text-decoration: none;
	display: block;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #85a5db;
	padding-top: 1px;
	padding-left: 5px;
}
div.nav ul li a.selected:hover{
	background-color: #ffffff;
}
div.nav ul li a:hover{

	background-color: #e4edfb;
}
div.memberLogin {
	background-image: url(../UI_images/T_Member_SignIn.gif);
	background-repeat: no-repeat;
	background-position: 8px 6px;
	padding-top: 40px;
	margin-top: 20px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d4d4d4;
	border-right-color: #c0c0bd;
	border-bottom-color: #c0c0bd;
	border-left-color: #d4d4d4;
}
div.archiveLink {
	padding-top: 10px;
	margin-top: 15px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d4d4d4;
	border-right-color: #c0c0bd;
	border-bottom-color: #c0c0bd;
	border-left-color: #d4d4d4;
	text-align: center;
}
div.memberLogin input{
	background-color: #e0e0dc;
	border: none;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #797979;
	margin-bottom: 5px;
	width: 169px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 6px;
}
div.archive {
	background-image: url(../UI_images/material_archive.gif);
	background-repeat: no-repeat;
	background-position: 8px 9px;
	padding-top: 66px;
	margin-top: 20px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d4d4d4;
	border-right-color: #c0c0bd;
	border-bottom-color: #c0c0bd;
	border-left-color: #d4d4d4;
}
div.archive ul{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 7px;
}
div.archive ul li{
	text-decoration: none;
	list-style-type: none;
}
div.archive ul li a{
	background-image: url(../UI_images/arrow_green.gif);
	background-repeat: no-repeat;
	background-position: left 9px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #68ab26;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
div.archive ul li a:hover{
	color: #68ab26;
}

div.latestAdditions {
	background-image: url(../UI_images/T_LatestAdditions.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 38px;
	margin-top: 25px;
}
div.latestAdditions ol{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 28px;
}
div.latestAdditions ol li{
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	padding-left: 10px;
}
div.latestAdditions ol li a{
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #85a5db;
	display: block;
	padding-top: 3px;
}
div.latestAdditions ol li a:hover{
	color: #0066CC;
}
div.latestAdditions ol li span{
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #85a5db;
	display: block;
	padding-top: 3px;
}
div.artizan{
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #CCCCCC;
	margin-top: 8px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	width: 930px;
}
div.artizan a{
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 4px;
}
div.artizan a:hover{
	background-color: #38639a;
}
form{
	margin: 0px;
	padding: 0px;
}
a{
	color: #CC3399;
}

.purple {color: #8d5cc5}
.yellow {color: #ec9b00}
.green {color: #6ba200}
.cyan {color: #2d9dc5}
.pink {color: #e85da5}

.beige {color: #bb9661}


h1.incidents {
	font-family: "Trebuchet MS", Arial;
	font-size: 19px;
	font-weight: normal;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 11px;
	padding-left: 62px;
	color: #000000;
	background-image: url(../UI_images/icon_h1_incidents.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	margin-top: -8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h1.awareness {
	font-family: "Trebuchet MS", Arial;
	font-size: 19px;
	font-weight: normal;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 11px;
	padding-left: 62px;
	color: #000000;
	background-image: url(../UI_images/icon_h1_awareness.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	margin-top: -8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h1.archive {
	font-family: "Trebuchet MS", Arial;
	font-size: 19px;
	font-weight: normal;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 11px;
	padding-left: 50px;
	color: #000000;
	background-image: url(../UI_images/icon_h1_archive.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	margin-top: -8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h1.discussion {

	font-family: "Trebuchet MS", Arial;

	font-size: 19px;

	color: #e85da5;

	font-weight: normal;

	padding-top: 15px;

	padding-right: 0px;

	padding-bottom: 0px;

	padding-left: 62px;

	background-image: url(../UI_images/icon_h1_discussion.gif);

	background-repeat: no-repeat;

	background-position: left top;

	height: 28px;

	margin-bottom: -8px;

	margin: 0px;
}

h1.notice {

	font-family: "Trebuchet MS", Arial;

	font-size: 19px;

	color: #c3329d;

	font-weight: normal;

	padding-top: 15px;

	padding-right: 0px;

	padding-bottom: 0px;

	padding-left: 62px;

	background-image: url(../UI_images/icon_h1_notice.gif);

	background-repeat: no-repeat;

	background-position: left top;

	height: 28px;

	margin-bottom: -8px;

	margin: 0px;
}

h1.tools {
	font-family: "Trebuchet MS", Arial;
	font-size: 19px;
	color: #6ba200;
	font-weight: normal;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 11px;
	padding-left: 58px;
	background-image: url(../UI_images/icon_h1_tools.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	margin-top: -8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h1.SPHE {
	font-family: "Trebuchet MS", Arial;
	font-size: 19px;
	color: #eb8500;
	font-weight: normal;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 11px;
	padding-left: 52px;
	background-image: url(../UI_images/icon_h1_SPHE.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	margin-top: -8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h1.register {
	font-family: "Trebuchet MS", Arial;
	font-size: 19px;
	color: #2d9dc5;
	font-weight: normal;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 11px;
	padding-left: 42px;
	background-image: url(../UI_images/icon_h1_register.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	margin-top: -8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h1.share {
	font-family: "Trebuchet MS", Arial;
	font-size: 19px;
	color: #8d5cc5;
	font-weight: normal;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 11px;
	padding-left: 58px;
	background-image: url(../UI_images/icon_h1_share.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	margin-top: -8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div.tools_link{
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #575757;
	margin-top: 15px;
	margin-bottom: 25px;
	padding: 0px;
	margin-left: 0px;
}
div.tools_icon{
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #575757;
	float: left;
	height: 130px;
	width: 140px;
}
div.tools_header{
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	color: #2796be;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #838383;
	padding-bottom: 6px;
	margin-bottom: 8px;
	margin-left: 140px;
	text-align: left;
}
div.files{
	margin-top: 14px;
}
div.fileWord{
	background-image: url(../UI_images/doc_word.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-left: 35px;
	line-height: 18px;
}
div.filePpt{
	background-image: url(../UI_images/doc_ppt.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-left: 35px;
	line-height: 18px;
}
div.fileGeneric{
	background-image: url(../UI_images/doc_generic.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-left: 35px;
	line-height: 18px;
}
div.files a{
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	color: #4f5060;
	font-weight: bold;
	text-decoration: none;
}
div.files a:hover{
	color: #60911e;
}
div.filePDF{
	background-image: url(../UI_images/doc_pdf.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-left: 35px;
	line-height: 18px;
}
div.fileDetails{
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	font-weight: normal;
	color: #7c7c85;
	margin-top: 0px;
	margin-bottom: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 11px;
}
div.links{
	background-color: #ececed;
	width: 166px;
	border: 1px solid #a18cca;
	background-image: url(../UI_images/upload_material.gif);
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #3f3f3f;
	padding-top: 42px;
	padding-left: 15px;
	padding-bottom: 17px;
	margin-bottom: 18px;
	padding-right: 17px;
	line-height: 14px;
	background-repeat: no-repeat;
	background-position: 9px 6px;
	margin-top: 22px;
}



div.links p{
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
div.dropdown{
	background-color: #ececed;
	width: 220px;
	border: 1px solid #845aaf;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #3f3f3f;
	padding-top: 0px;
	padding-left: 15px;
	padding-bottom: 0px;
	margin-bottom: 18px;
	padding-right: 0px;
	margin-top: 15px;
	height: 75px;
}

div.dropdownTitle{
	color: #FFFFFF;
	background-color: #845aaf;
	margin-left: -15px;
	padding-left: 35px;
	background-image: url(../UI_images/mag_glass.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
	font-family: "Trebuchet MS", Arial;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 6px;
	font-size: 15px;
	margin-bottom: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b397cd;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #724b97;
}
div.changePasswordEmail{
	color: #FFFFFF;
	background-color: #708ad5;
	margin-left: -15px;
	padding-left: 15px;
	font-family: "Trebuchet MS", Arial;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 14px;
	margin-bottom: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #adbeef;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6076b6;
}

div.changePassword{

	color: #FFFFFF;

	background-color: #344c93;

	margin-left: -15px;

	padding-left: 15px;

	font-family: "Trebuchet MS", Arial;

	font-weight: bold;

	padding-top: 2px;

	padding-bottom: 2px;

	font-size: 14px;

	margin-top: 1px;

	margin-bottom: 1px;

	border-top-width: 6px;

	border-top-style: solid;

	border-top-color: #FFFFFF;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #1c2951;

}


div.dropdownArchive{
	background-color: #ececed;
	width: 568px;
	border: 1px solid #845aaf;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #3f3f3f;
	padding-top: 0px;
	padding-left: 15px;
	padding-bottom: 0px;
	margin-bottom: 27px;
	padding-right: 0px;
	margin-top: 6px;
	height: 75px;
}

div.dropdownArchiveTitle{
	color: #FFFFFF;
	background-color: #845aaf;
	margin-left: -15px;
	padding-left: 35px;
	background-image: url(../ui_images/mag_glass.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
	font-family: "Trebuchet MS", Arial;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 6px;
	font-size: 15px;
	margin-bottom: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b397cd;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #724b97;
}


hr{
	width: 222px;
	line-height: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	height: 1px;
	background-color: #b9b9b9;
	color: #b9b9b9;
	border: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding: 0px;
}


hr.link{
	padding: 0px;
	width: 165px;
	line-height: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	text-align: left;
	height: 9px;
	background-color: #dcdcdc;
	color: #dcdcdc;
	border: none;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

div.buttonHolder{
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
select.subject{
	margin-top: 10px;
	margin-right: 18px;
	margin-bottom: 18px;
	margin-left: 0px;
}


div.website{
	font-size: 13px;
	background-image: url(../UI_images/icon_web.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 34px;
	padding-top: 3px;
	padding-bottom: 8px;
	margin-top: 7px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4b890a;
}
div.PDF{
	font-size: 13px;
	background-image: url(../UI_images/doc_pdf.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 34px;
	padding-top: 3px;
	padding-bottom: 8px;
	margin-top: 7px;
	margin-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4b890a;
}
div.Generic{
	font-size: 13px;
	background-image: url(../UI_images/doc_generic.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 34px;
	padding-top: 3px;
	padding-bottom: 8px;
	margin-top: 7px;
	margin-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4b890a;
}
div.Word{
	font-size: 13px;
	background-image: url(../UI_images/doc_word.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 34px;
	padding-top: 3px;
	padding-bottom: 8px;
	margin-top: 7px;
	margin-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4b890a;
}

h3.link{
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #71a936;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
h3{
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding: 0px;
	color: #000000;



}
input.buttonLink{
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #845aaf;
	border: 1px solid #FFFFFF;
	padding-top: 2px;
	padding-bottom: 1px;
	text-align: center;
	width: 169px;


}
input.buttonGo{
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #845aaf;
	border: 1px solid #FFFFFF;
	padding-top: 2px;
	padding-bottom: 1px;
	text-align: center;
	width: 40px;


}
div.materialLinks a{color: #7c3dbc}
div.materialLinks a:hover{color: #32164f}
div.registerForm{
	background-color: #ececed;
	width: 500px;
	border: 1px solid #7ebbd1;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #3f3f3f;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 13px;
	margin-bottom: 18px;
	padding-right: 20px;

} 

input, textarea, select{
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
}
input.btnRegister{
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #43a0c1;
	border: 1px solid #FFFFFF;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	margin-right: 12px;



}
div.home a{

	font-family: "Trebuchet MS";

	font-size: 14px;

	font-weight: bold;

	color: #FFFFFF;

	text-decoration: none;

	background-color: #de579f;

	margin-top: 5px;

	margin-bottom: 5px;

	padding-top: 2px;

	padding-right: 5px;

	padding-bottom: 2px;

	padding-left: 5px;

	border: 1px solid #c23e84;

	display: block;

	width: 140px;

}

div.home a:hover{

	background-color: #cd488f;

	color: #FFFFFF;

}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
.board{
	background-image: url(../UI_images/NB_tile.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 609px;
	margin-top: 15px;
	padding-left: 40px;
	margin-right: auto;
	margin-left: auto;
}
.board img{
	margin-left: -40px;
}
.board-lrg{
	background-image: url(../UI_images/NB_tile.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 609px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #998467;
	border-right-color: #998467;
	border-bottom-color: #7e6540;
	border-left-color: #998467;
}


.notice-item{
	background-image: url(../UI_images/notice-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 100px;
	width: 216px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 45px;
	padding-left: 25px;
	margin-top: 10px;
}
.notice-item h3 a{
	font-size: 18px;
	color: #000;
	margin-bottom: 5px;
	padding-bottom: 0px;
	text-decoration: none;
}
.notice-item h3 a:hover{	text-decoration: underline;}
.notice-item h5{
	font-size: 13px;
	color: #3f6bb5;
	margin: 0px;
	padding: 0px;
}
.notice-item-lrg{
	float: left;
	width: 521px;
	margin-bottom: 0px;
	margin-left: 45px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: auto;
	background-image: url(../UI_images/notice-lrg-bg-base.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom:25px;

}
.notice-item-content{
	width: 451px;
	background-image: url(../UI_images/notice-lrg-bg-tile.png);
	background-repeat: repeat-y;
	background-position: left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 23px;
	padding-right: 35px;
	padding-left: 35px;
	text-align: justify;

}
.notice-item-content img{margin:10px}
h1.large {
	font-family: "Trebuchet MS", Arial;
	font-size: 23px;
	font-weight: normal;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 11px;
	color: #000000;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;


}

.notice-item-content ul.icons{
	padding:0px;
	float: right;
	margin-top: -1px;
	margin-right: -20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.notice-item-content ul.icons li{
	list-style-type: none;
	height: 46px;
	margin-left: 15px;
	margin-bottom: 0px;
}

.notice-item-content p{
	margin-bottom: 0px;
}
 
