body {
    margin: 0px;
    padding: 0px;
    color: #808080;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}


div#frame {
    width: 865px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}


div#menu {
	margin-top: 5px;
	margin-bottom: 5px;
}

div.menuItem {
	float: left; 
	width: 11%;
	text-align: center;
}

div.menuItem a {
	color: #808080;
	text-decoration: none;
	font-weight: bold;
}

div.menuItem a:hover {
	color: #000080;
}

div#header {
	background-image: url(/images/header.png);
	width: 865px;
	height: 266px;
}


div#left {
	padding: 5px;
	width: 210px;
	border-right: 1px solid #C0C0C0;
	float: left;
}

div#left h1 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

div#left div.leftSection {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #C0C0C0;
}

div#left a {
	text-decoration: none;
	color: #000080;
}

div#left a:hover {
	text-decoration: underline;
}

div#right {
	padding: 5px;
	width: 630px;
	float: left;
}

div#right h1 {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 3px;
}

div#right a {
	text-decoration: none;
	color: #000080;
}

div#right a:hover {
	text-decoration: underline;
}

div#crossBG {

    background-image: url('/images/cross_bg.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;

    /*  IE HACK  */
    min-height:400px;
    height: auto !important;
    height: 400px;

}

div#footer {
	background-image: url(/images/footer.png);
	width: 865px;
	height: 45px;
	margin-top: 10px;
}

div#developedBy {
    height: 25px;
    text-align: right;
    padding-right: 10px;
    font-style: italic;
    color: #C0C0C0;
    padding-top: 5px;
}

div#developedBy a {
    text-decoration: none;
    color: #C0C0C0;
}

ul {
    padding-left: 15px;
    margin-left: 0px;
}

li {
    list-style-type: square;
    padding-bottom: 6px;
}

div.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}
