* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff url(../images/header.jpg) repeat-x;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #333333;;
}

img { border: none; }
a { color: #26478c; text-decoration: none; font-weight: bold; }
a:hover { text-decoration: underline; color : #000; }

h2 {
color: #26478c;
font-size: 24px;
letter-spacing: -1px;
font-weight: 100;
padding : 10px 0 0 0;
}

h3 {
color: #26478c;
font-size: 16px;
letter-spacing: -1px;
font-weight: 100;
padding : 10px 0 0 0;
}

#wrap {
margin: 0 auto;
width: 800px;
}

#header { 
height: 60px;
padding-top: 20px;
}
#header h1 {
font-size: 26px;
font-weight: 100;
/* letter-spacing: -3px; */
padding: 12px 0 5px 10px;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #eee;
text-decoration: none;
}
#header h2 {
color: #26478c;
font-size: 15px;
font-weight: bold;
/* letter-spacing: -1px; */
line-height: 12px;
}

#intro {
background: #fff url(images/intro.jpg) no-repeat;
height: 90px;
padding: 30px;
}

#show {
	float: right;
	width: 585px;
	}

.logo {
	float: left;
	width: 150px;
	}

#content {
padding: 10px 20px;
}

.left {
width: 150px;
float: left;
padding: 10px;
font-size: 12px;
margin-top: 22px;
}
.left h2 {
height: 30px;
font-size: 15px;
color: #26478c;
line-height: 30px;
font-weight: 100;
}

.right {
width: 585px;
float: right;
text-align: justify;
margin-top: 28px;
}
.right ul {
list-style-type: square;
padding: 5px 10px 10px 20px;
}
.right h2 {
color: #26478c;
font-size: 24px;
letter-spacing: -1px;
font-weight: 100;

}.articles h3 {
color: #26478c;
font-size: 13px;
letter-spacing: -1px;
font-weight: bold;
}

.right a { text-decoration: none }

/* Menu */

.glossymenu{
margin: 5px 0;
padding: 0;
width: 150px; /*width of menu*/
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: #304663/*black url(images/glossyback.gif) repeat-x bottom left*/;
border-bottom: 1px solid #fff;
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
color: white;
display: block;
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: #304663/* url(images/glossyback2.gif)*/;
border-bottom: 1px solid #fff;
color: #95ddfc;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid #304663;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #236da0;
color: white;
}

#footer {
border-top: 1px solid #aaa;
text-align: center;
color: #333;
font-size: 11px;
padding: 0 0 10px 0;
margin-top: 20px;
}

.required {
	color: #ff0000;
	}
	
.warning {
	color: #ff0000;
	font-weight: bold;
	}

.light-box {
	border: 3px solid #ccc;
	}
	
/* Highslide Gallery */

	.highslide-image {
		border: 1px solid black;
	}
	.highslide-controls {
		width: 90px !important;
	}
	.highslide-controls .highslide-close {
		display: none;
	}
	.highslide-caption {
		padding: .5em 0;
	}

