/* Text information */
p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	Padding: 0 10px 0 0;
}
h1 h2 h3 h4 h5 h6{ /* 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. */
	color: #032255;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.redletter {
	color: #680604;
	font-weight: bold;
	text-align: center;
}
.blueletter {
	color: #002A4F;
	font-weight: bold;
}

}
.onpurpose {
	font-size:14px;
	color: #002A4F;
	font-weight: bold;
}
li {
	font-size:14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: normal;
}


/* Workshop formating */
.ws_title1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #990033;
	font-size: 1.2em;
	background-color: #CCC;
	text-align: center;
	font-weight: bold;
	border-top-color: #E1E9EE;
	border-left-color: #E1E9EE;
	border-right-color: #5A7395;
	margin-right: 20px;
	border-bottom-color: #5A7395;
	border-style: ridge;
	border-width: 5;
}
.ws_title2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #990033;
	font-size: 1.2em;
	background-color: #BDBDBD;
	text-align: center;
	border-bottom-color: #5A7395;
	border-left-color: #E1E9EE;
	border-right-color: #5A7395;
	border-top-color: #E1E9EE;
	font-weight: bold;
	margin-right: 20px;
	border-top-width: 1;
	border-right-width: 5;
	border-bottom-width: 5;
	border-left-width: 5;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
}
.ws_description1 {
	font-color:#002A4F;
	color: #009;
	font-weight: bold;
	text-align: left;
	padding: 5;
	background-color: #CCC;
}
.ws_description2 {
	font-color:#002A4F;
	color: #009;
	font-weight: bold;
	text-align: left;
	padding: 5;
	background-color: #BDBDBD;
}

#mainContent table tr td {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	padding: 5 0 5 5;
}



/* Menu navigation */
#menu_nav {
	list-style-type:none;
	margin:0;
	text-align: center;
	padding-top: 0.4em;
	padding-right: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 0.4em;
	font-size: 12px;
	font-weight: bold;
	border-bottom-color: 002a4f;
	border-right-color: 002a4f;
	border-left-color: bcc6e6;
	border-top-color: bcc6e6;
}
#menu_nav li {
	margin:5;
}
#menu_nav a {
	display:block;
	padding:.5em 10px .5em 10px;
	border-top:#0d316d 2px solid;
	border-left:#0d316d 2px solid;
	border-right:#030e21 2px solid;
	border-bottom:#030e21 2px solid;
}
#menu_nav a:link, #menu_nav a:visited {
	color:#fff;
	background-color: #032250;
}
#menu_nav a:hover, #menu_nav a:active {
	background-color:#4C658A;
	color: #fff;
}
.indented1 {
	margin-left: 20px;
	font-weight: normal;
}
.indented2 {
	margin-left: 40px;
	font-weight: normal;
}
a img {
	border: none
}

