/* ****************LAYOUT******************* */
body {
    background-color: #D3D3D3 /* #99CCFF */;
	font-family: Arial, Helvetica, sans-serif;
}
body h1, h2 {
  color: #000099;
}
img {
  border: none;
}

.header {
    margin-left: auto;
	margin-right: auto;
    margin-bottom: 0px;
    padding-bottom: 0px;
	text-align: center;
	background-color: #000099;
    display: block;
    color: #FFFFFF;
}
.header img {
    vertical-align: bottom;
}

.main_table {
	border: 1px solid #000099;
	margin-left : auto;
	margin-right : auto;
   	width: 760px;
  	height: 100%;
	background-color: #EAEAEA;
}
.navigation {
	background-color: #D3D3D3;
}
.navigation_side {
	width: 162px;
	background-color: #99CCCC;
    border-right: 3px solid #000099;
    border-top: 3px solid #000099;
    border-left: 2px solid #000099;
    margin-top: 5px;
	color: #000000;
    padding: 3px;
    font-size: 13px;
}
.navigation_side div { margin-bottom: 10px; }
.navigation_side a {
	color: #0066FF;
 	text-decoration: none;
    font-weight: bold;
}
.navigation_side a:hover {
    color: #3300FF;
	text-decoration: underline;
}
.navigation_side_short {
    text-align: center;
    font-weight: bold;
}

.copyright {
	height: 40px;
	background-color: #000099;
	text-align: center;
    vertical-align: middle;
    font-size: 12px;
    color: #FFFFFF;
}

/* ************DESIGN**************** */


.copyright a {
    text-decoration: none;
	color: #FFFFFF;
}
.events {
    margin-left: auto;
	margin-right: auto;

}

			/* Base Pages */

.mainpage {
	padding: 10px 10px 10px 10px;
	text-align: left;
	height: 350px;
}
.mainpage h1, h2, h3, h4 {
    margin-top: 0px;
	margin-bottom: 0px;
}
.mainpage ul {
	padding: 0;
	margin-left: 30px;
	list-style-type: square;
}
.mainpage a {
    font-size: 13px;
	color: #0066FF;
	text-decoration: none;
}
.mainpage a:hover {
    color: #3300FF;
	text-decoration: underline;
}
.mainpage a:visited {
    color: #3300FF;
}


			/* Individual Web Pages */

.body {
    padding: 10px 10px 10px 10px;
	height: 350px;
}
.body div {
	font-size: 13px;
}

.body h1, h2, h3, h4, h5 {
    margin-top: 0px;
	margin-bottom: 0px;
}
.body a {
    color: #0066FF;
	text-decoration: none;
}
.body a:hover {
    color: #3300FF;
	text-decoration: underline;
}
.grp_des {
    font-size: 13px;
    text-indent: 20px;
}
div.grp_des:first-letter {
    line-height: 15px;
    font-size: 20px;
	font-family: "Bodoni MT", Arial, sans-serif;
}



/* **************MENU**************** */

.menu {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	position: relative;
	z-index: 100;
  	color: #FFFFFF;
	font-size: 13px;
	font-family: Arial, san-serif, serif;
}
.menu ul {
  	padding: 0;
	margin: 0;
  	list-style-type: none;
}
.menu li {
	float: left;
    position: relative;
	background: #000099;
	width: 150px;
    border: 1px solid #000066;
}
/* style for links for top level*/
.menu a, .menu a:visited {
    display: block;
	text-decoration: none;
	line-height: 20px;
	width: 150px;
	color: #FFFFFF;
	text-align: center;
}
/* style for the second level links */
.menu ul ul a, .menu ul ul a:visited {
color: #FFFFFF;
width: 150px;
}
/* another hack for IE5.5 */
* html .menu ul ul a {
	width: 150px;
	w\idth: 150px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:150px;
	w\idth:150px;
}
/* style for links when hovering */
.menu a:hover, menu ul ul a:hover {
    color: #013C83;
	background: #99CCFF;
}
.menu :hover > a, .menu ul ul :hover > a {
    color: #013C83;
	background: #99CCFF;
}
/* hides sub-levels */
.menu ul ul {
	height: 0;
	top: 20px;
    visibility: hidden;
	position: absolute;
	width: 150px;
	left: 0;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top: 20px;
	t\op:20px;
}
/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
position:absolute;
top: 0;
left: 0;
}
/* makes second level visible when hovering over first level */
.menu ul li:hover ul,
.menu ul a:hover ul {
    visibility: visible;
}



