/* CSS Document */

/* text */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #ffffff;
	padding-left:18px;
	margin-top: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #996600;
	line-height: 1.5;
	margin-left: 5px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #996600;
	margin-left: 5px;
}
p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-right: 10px;
	margin-left: 5px;
}
ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	/*margin-top: 5px;
	margin-bottom: 15px;
	margin-right: 10px;
	margin-left: 5px;*/
	list-style-type:circle;
}
.textHome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-right: 0px;
	margin-left: 0px;
}
.textBlack2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#000000;
}
.textWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#FFFFFF;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-right: 0px;
	margin-left: 0px;
}
.textfoot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#FFFFFF;
}
a.white:link	{
	text-decoration:none;
	font-size: 10pt;
	color:#FFFFFF;
}
a.white:visited	{
	color: #ffffff;
	text-decoration:none;
}
a.white:hover	{
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:normal;
}
/*a.white:active	{
	color: #000000;	
	text-decoration:none;
}*/

/* layout */
body {
	background: #996600 url(images/2007Siteback.gif) top center repeat-x;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* index page */
#container {
	position: relative;
	margin: auto;
	width:764px;
	height:600px;
	border-left: ridge 6px #996600;
	border-top: ridge 5px #996600;
	border-right: ridge 5px #000000;
	border-bottom: ridge 6px #000000;
}
#topLeft {
    position: absolute;
	left: 0px;
	top: 0px;
	width: 191px;
	height:250px;
	z-index: 2;
} 
#logoBox {
    position: absolute;
	left: 191px;
	top: 0px;
	width: 572px;
	height:79px;
	background-color:#996600;
} 
#logo {
	float:right;
	padding-top:6px;
	padding-right:10px;
}
#header {
    position: absolute;
	left: 191px;
	top: 79px;
	width: 572px;
	height:32px;
	background-color:#996600;
} 
#uphecTextBox {
	position: absolute;
	left: 191px;
	top: 112px;
	width: 373px;
	height:132px;
	background-color:#fffff0;
	overflow: auto;
	padding:3px 4px 3px 4px;
}
/*
#contentTextBox {
	position: absolute;
	left: 191px;
	top: 244px;
	width: 565px;
	height:131px;
	background-color:#ffffff;
	overflow: auto;
	padding:3px 4px 3px 4px;
}
*/
#artRight {
	position: absolute;
	left: 573px;
	top: 111px;
	width: 192px;
	height:139px;
	overflow: hidden;
}
/*#menu {
    position: absolute;
	left: 0px;
	top: 250px;
	width: 191px;
	height:205px;
	font: 10pt Arial, Helvetica, sans-serif;
	background-color:#996600;
}  */
#highlight {
    position: absolute;
	left: 0px;
	top: 455px;
	width: 191px;
	height:100px;
	background-color:#996600;
	font: 10pt Arial, Helvetica, sans-serif 
} 
#msu {
    position: absolute;
	left: 191px;
	top: 250px;
	width: 185px;
	height:200px;
	padding: 3px 3px 3px 3px;
	background-color:#006633;
} 
#artCol2 {
    position: absolute;
	left: 191px;
	top: 455px;
	width: 191px;
	height:100px;
} 
#artCol3 {
    position: absolute;
	left: 382px;
	top: 250px;
	width: 191px;
	height:100px;
} 
#res {
	position: absolute;
	left: 382px;
	top: 350px;
	width: 185px;
	height:200px;
	padding: 3px 3px 3px 3px;
	background-color: #2E3192;
}
#mgh {
    position: absolute;
	left: 573px;
	top: 250px;
	width: 185px;
	height:200px;
	padding: 3px 3px 3px 3px;
	background-color:#2e3192;
}
#artCol4 {
    position: absolute;
	left: 573px;
	top: 455px;
	width: 191px;
	height:100px;
}
#foot {
    position: absolute;
	left: 0px;
	top: 550px;
	width: 758px;
	height:44px;
	padding: 3px 3px 3px 3px;
	background-color:#996600;
}

/* inside pages */
#container2 {
	width: 764px;
	margin: auto;
	border-left: ridge 6px #996600;
	border-top: ridge 5px #996600;
	border-right: ridge 5px #000000;
	border-bottom: ridge 6px #000000;
}
#topLeft2 {
	float: left;
	width: 191px;
	height:250px;
	z-index: 2;
} 
#logoBox2 {
    float: right;
	width: 572px;
	height:79px;
	background-color:#996600;
} 
#logo2 {
	float:right;
	padding-top:6px;
	padding-right:10px;
}
#header2 {
    float: right;
	width: 572px;
	height:32px;
	background-color:#996600;
} 
#uphecTextBox2 {
	float: right; 
	width: 568px;
	background-color:#fffff0;
	padding:0px 0px 3px 4px;
}
img.floatRight {
	float: right;
	margin: 0;
}
/*#menu2 {
	float: left; 
	width: 191px;
	height:300px;
	font: 10pt Arial, Helvetica, sans-serif 
	background-color:#996600;	
} */
#foot2 {
    clear: both;
	margin: 0;
	padding: 3px 3px 3px 3px;
	background-color:#996600;
}

/* menu items all */
/*index*/
.menu3{
font-family: arial, helvetica, sans-serif; width:191px; height:180px; position:absolute; left:0px; top:250px; font-size:12px; background-color:#996600; z-index:100;
}

.menu3 ul {
padding:0; margin:0; list-style-type: none; background:#996600; width:125px; height:180px; /*border:1px solid #606; */
}
.menu3 ul li ul {
visibility:hidden; position:absolute; height:0; overflow:hidden; top:0; left:120px;
}
.menu3 ul li {
float:left;
}
.menu3 ul li a, .menu3 ul li a:visited {
display:block; float:left; text-decoration:none; color:#ffffff; width:125px; height:25px; line-height:29px; font-size:12px; background:transparent; padding-left:5px;
}
* html .menu3 ul li a, * html .menu3 ul li a:visited {width:120px; w\idth:120px;}

.menu3 table {
border-collapse:collapse; border:0; margin:0; padding:0; font-size:1em; position:absolute; left:0; top:0;
}

/* first line for IE7 and non-IE browsers - second line for IE5.5 and IE6 */
.menu3 ul li:hover a,
.menu3 ul li a:hover{
background:#553900; color:#ffffff;
} 

.menu3 ul li:hover {position:relative; z-index:90;}
* html .menu3 ul li a:hover {position:relative; z-index:100;}

.menu3 ul li:hover ul,
.menu3 ul li a:hover ul {
visibility:visible; position:absolute; height:auto; /*border:1px solid #996600;*/ background:#996600; overflow:visible;
}
.menu3 ul li:hover ul li a,
.menu3 ul li a:hover ul li a{
display:block; background:transparent; color:#ffffff; line-height:15px; padding:5px 0 5px 5px; height:auto; text-decoration:none;
}

.menu3 ul li:hover ul li:hover a,
.menu3 ul li a:hover ul li a:hover {
background:#553900; color:#ffffff; 
}
.menu3 ul li:hover ul li ul,
.menu3 ul li a:hover ul li a ul {
visibility:hidden; position:absolute; height:0; overflow:hidden; top:0; left:85px;
}
.menu3 ul li:hover ul li:hover ul,
.menu3 ul li a:hover ul li a:hover ul {
visibility:visible; position:absolute; height:auto; color:#ffffff; padding:0; border:1px solid #996600; list-style-type:none; background:#996600;
}
.menu3 ul li:hover ul li:hover ul li a,
.menu3 ul li a:hover ul li a:hover ul li a {
display:block; background:transparent; color:#ffffff;
}

.menu3 ul li:hover ul li:hover ul li:hover a,
.menu3 ul li a:hover ul li a:hover ul li a:hover {
background:#996600; color:#ffffff;
}
/*inside*/
.menu2{
font-family: arial, helvetica, sans-serif; width:191px; height:180px; font-size:12px; background-color:#996600; z-index:100; float: left;
}

.menu2 ul {
padding:0; margin:0; list-style-type: none; background:#996600; width:125px; height:180px; /*border:1px solid #606; */
}
.menu2 ul li ul {
visibility:hidden; position:absolute; height:0; overflow:hidden; top:0; left:120px;
}
.menu2 ul li {
float:left;
}
.menu2 ul li a, .menu2 ul li a:visited {
display:block; float:left; text-decoration:none; color:#ffffff; width:125px; height:25px; line-height:29px; font-size:12px; background:transparent; padding-left:5px;
}
* html .menu2 ul li a, * html .menu2 ul li a:visited {width:120px; w\idth:120px;}

.menu2 table {
border-collapse:collapse; border:0; margin:0; padding:0; font-size:1em; position:absolute; left:0; top:0;
}

/* first line for IE7 and non-IE browsers - second line for IE5.5 and IE6 */
.menu2 ul li:hover a,
.menu2 ul li a:hover{
background:#553900; color:#ffffff;
} 

.menu2 ul li:hover {position:relative; z-index:90;}
* html .menu2 ul li a:hover {position:relative; z-index:100;}

.menu2 ul li:hover ul,
.menu2 ul li a:hover ul {
visibility:visible; position:absolute; height:auto; /*border:1px solid #996600;*/ background:#996600; overflow:visible;
}
.menu2 ul li:hover ul li a,
.menu2 ul li a:hover ul li a{
display:block; background:transparent; color:#ffffff; line-height:15px; padding:5px 0 5px 5px; height:auto; text-decoration:none;
}

.menu2 ul li:hover ul li:hover a,
.menu2 ul li a:hover ul li a:hover {
background:#553900; color:#ffffff; 
}
.menu2 ul li:hover ul li ul,
.menu2 ul li a:hover ul li a ul {
visibility:hidden; position:absolute; height:0; overflow:hidden; top:0; left:85px;
}
.menu2 ul li:hover ul li:hover ul,
.menu2 ul li a:hover ul li a:hover ul {
visibility:visible; position:absolute; height:auto; color:#ffffff; padding:0; border:1px solid #996600; list-style-type:none; background:#996600;
}
.menu2 ul li:hover ul li:hover ul li a,
.menu2 ul li a:hover ul li a:hover ul li a {
display:block; background:transparent; color:#ffffff;
}

.menu2 ul li:hover ul li:hover ul li:hover a,
.menu2 ul li a:hover ul li a:hover ul li a:hover {
background:#996600; color:#ffffff;
}

