#maintitle {
	font-family: Verdana, Arial, sans-Serif;
	font-size: 20px;
	font-weight: normal;
	color: white;
	background: #6b9af7;
    border:0;
	padding: 5px;
    white-space:nowrap;
    margin:0px;
}

#degree{
    font-size:smaller;
    padding-left:0.5em;
}

#lastname{
    text-transform: uppercase;
    font-weight:bold;
}

#navbar{
    padding:2px;
    border:0;
    margin:0px;
	background: white;
}

#setstyle{
    position:absolute;
    top:10px;
    right:10px;
}

#setstyle a{
    text-decoration:none;
    color:white;
    text-transform: uppercase;
    font-size:smaller;
}

#foot {
	font-family: Verdana, Arial, sans-Serif;
	font-size: 10px;
	font-weight: bold;
	color: white;
	padding: 2px;
    padding-left:10px;
    margin:0px;
	background: #6b9af7;
}



table {
    margin-bottom:15px;
}

th {font-family: Verdana, Arial, sans-Serif;
    font-weight:bold;
	text-align:left;
    font-size:larger;
	color:#3333FF;
	}

td {
	font-size: 10pt;
    vertical-align: top;
}

.infobox {
    background-color:#DEDFFF;
    padding:4px;
    color:black;
}

ul {
    list-style-type: square;
    }

ol, ul {
	padding-bottom:0px;
	margin-bottom:0px;
	padding-top:0px;
	margin-top:0px;
}

li {padding-bottom:2px;
	margin-bottom:2px;
}

#maindiv{
    border-left:1px solid #6b9af7;
    border-right:1px solid #6b9af7;
    border-top:1px solid #6b9af7;
    padding-left:5px;
	background: white;
    padding-bottom:10px;
    margin-top:5px;
}

body {
	font-family: Verdana, Arial, sans-Serif;
	font-size: 10pt;
	font-weight: normal;
    margin:10px;
	padding:0px;
	color: black;
	background-image: url(images/PACIFIC_bg.jpg);
	background-repeat: repeat-x;
}

h2 {padding-bottom:0px;
	margin-bottom:0px;
	font-size:11pt;
	color:black;
}

.pagehdr{
    margin-bottom:10px;
    color:#00309c;
}

h3 {
	font-family: Verdana, Arial, sans-Serif;
    font-size:10pt;
    margin-bottom: 2px;
    margin-top: 2px;
    color:#6666FF;
}

#hintbox{ /*CSS for pop up hint box */
	position:absolute;
	top: 0;
	background-color: #ffff66;
	width: 160px;
	padding: 3px;
	border:1px solid black;
	font:normal 8pt Verdana, Sans-Serif;
	z-index:100;
	visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
	text-decoration: none;
	border-bottom:1px dashed;
	color: green;
}


/* ######### Style for Navigation Menu ######### */

#chromemenu{
width: 99%;
background: url(Images/PACIFIC_MenuBar.jpg) center repeat-x;
margin:0px;
border:0px;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 0px;
background: #DDD;
float: left;
font:12px Verdana;
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
float: left;
color: black;
font-weight: normal;
padding: 5px 20px 3px 6px;
text-decoration: none;
border-right:1px solid white;
background: url(Images/PACIFIC_MenuButton.jpg) center repeat-x;
}

#chromemenu ul li a:hover{
color: #0000ff;
}

#chromemenu ul li a[onmouseover]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* # Style for Drop Down Menu # */

.dropmenudiv{
position:absolute;
top: 0;
border: 0px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: transparent;
width: 200px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE.*/
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 6px;
padding: 2px 0px;
border:1px solid #bbb;
margin:1px;
background:#ffffff;
text-decoration: none;
font-weight: normal;
color: black;
}

.dropmenudiv a:hover{ 
background-color: #6b9af7;
color:white;
margin:1px;
margin-left:5px;
width:196px;
}

/* ############## End of Style for Menu ############### */

/* ############## Style for miniwindow ############### */
.holder {
	width:240px;
	vertical-align:top;
	background-color:#eef;
	padding:0px;
    color:white;
	border:1px #6b9af7 solid;
}

.titlebar {
	vertical-align:top;
	cursor:move;
	font-weight:bold;
	background-color:#6b9af7;
	padding:2px;
    max-height:20px;
}

.holder span{
	width:50px;
	padding:3px;
	cursor:pointer;
}

/* ############## End of style for miniwindow ############### */

