/* CSS Document */

body {
	margin:0;
	padding:0;
	min-width:720px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

p {
	padding: 0;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/* headers */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 1.1em;
	margin: 0 0 .6em;
    color: #000000;
}

h1 {
	font-size: 1.83em; /* 22px */
	font-size: 1.58em; /* 19px */
}
h2 {
	font-size: 1.5em; /* 18px */
	font-size: 1.33em; /* 16px */
}
h3 {
	font-size: 1.17em; /* 14px */
}
h4, h5 {
	font-size: 1em; /* 12px */
	color: black;
}
h6 {
	font-size: .91em; /* 11px */
}


li {
	margin-bottom: .5em;
}

hr {
	height: 1px;
	clear: both;
	color: #63a3e3;
}

abbr,
acronym,
dfn {
	cursor: help;
	font-style: normal;
	padding: 0 2px;
}

blockquote {
	margin: 0;
	padding: 0 18px;
	white-space: none;
}

table {
	border-collapse: collapse;
	font-size: 1em;
	color: #000000;
}

table {
	margin: .5em 0 1em;
}

table.data td, table.data th {
	border: 1px solid;
	padding: .25em 5px;
	border-color: #ffd700;
}

table th {
	padding: .175em 5px;
	color: #000000;
	background: #EEEEEE;
}



a, a:link { color: #333399; font-weight : normal; }
a:visited { color: #333399; font-weight : normal; }
a:hover   { color: #3333FF; text-decoration: underline; font-weight : normal; }
a:active  { color: #3333FF; font-weight : normal; }
a img     { border : 0; }


/* position:absolute for all browsers - the whole page scrolls */
div#HeaderZone {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	height:52px;
}
/* position:fixed for modern browsers - header and footer do not scroll */
body>div#HeaderZone {
	position:fixed;
}
div#Header {
	height:52px;
	width:100%;
	margin:0 auto;
}
/* set a left margin to compensate for IE/Win always making room for a scrollbar */
div#ContentZone {
	voice-family: "\"}\"";
	voice-family:inherit;
	margin-left:16px;
	padding-bottom:52px;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 77px;
}
/* set left margin for modern browsers */
body>div#ContentZone {
	margin-top: -12px;
	margin-left:0;
}
div#Content {
	margin: 0 auto;
	padding-right: 35px;
	padding-left: 35px;
}

/* no positioning for IE5/Win - the whole page scrolls */
div#FooterZone {
	width:100%;
	p\osition:absolute;
	bottom:0;
	left:0;
	height:52px;
}
body>div#FooterZone {
	position:fixed;
}
div#Footer {
	height:52px;
	width:100%;
	margin:0 auto;
	text-align: center;
}


/* myContentBox */

.myContentBox {
	border: 1px solid;
	margin: 0 0 .75em;
	padding: 0 8px 2px;
	color: #000000;
	border-color: #000000;
}
* html .myContentBox { height:  1%; }

.myContentBox h1,
.myContentBox h2,
.myContentBox h3 {
	padding: .25em 8px .3em;
	margin: 0 -8px 9px;
	clear: both;
	background-color: #EEEEEE;
}

.myContentBox h1 {
	font-size: 1.1em;
	background-color: #EEEEEE;
}

.myContentBox h2 {
	border: 1px solid;
	border-width: 1px 0;
	margin-top: 1em;
	font-size: 1em;
	background-color: #EEEEEE;
}

.myContentBox h3 {
	border: 1px solid;
	border-width: 1px 0 0;
	font-size: 1em;
	padding-top: .5em;
}

.myContentBox h3,
.myContentBox h4,
.myContentBox h5,
.myContentBox h6 {
	margin-top: 1.5em;
}

.myContentBox ul li {
	list-style: url(images/bullet_orange.gif);
}

.myContentBox li ul {
	margin-left: 22px;
	padding-left: 0;
}
div.graduateimage {
	float: left;
}
div.graduateinfo {
	line-height: normal;
	float: left;
	margin-left: 3px;
}
div.graduateupdate {
	float: right;
}
.myContentBox h4 {
        font-size 1em;
	margin: 0 0 .1em;
	line-height: 0.1em;
        clear:both;
}
button {
	visibility: hidden;
	display: none;
}
input {
	color: #000000;
	font-weight: normal;
	background-color: #FFFFFF;
	text-align: left;
	border-right-style: Solid;
	border-right-color: #000000;
	border-right-width: 2px;
	border-top-color: #CCCCCC;
	border-top-style: Solid;
	border-top-width: 2px;
	border-bottom-color: #000000;
	border-bottom-style: Solid;
	border-bottom-width: 2px;
	border-left-color: #CCCCCC;
	border-left-style: Solid;
	border-left-width: 2px;
	font-size: 9px;
}
input.button {
	visibility: hidden;
	display: none;
}
textarea {
	color: #000000;
	font-weight: normal;
	background-color: #FFFFFF;
	text-align: left;
	border-right-style: Solid;
	border-right-color: #000000;
	border-right-width: 2px;
	border-top-color: #CCCCCC;
	border-top-style: Solid;
	border-top-width: 2px;
	border-bottom-color: #000000;
	border-bottom-style: Solid;
	border-bottom-width: 2px;
	border-left-color: #CCCCCC;
	border-left-style: Solid;
	border-left-width: 2px;
	font-size: 9px;
}
