/**
//blue bcdef8
//purple daa6dbDAA6DB
// colors
// blue A6D3DB 51-153-255
// purple DAA6DB 202-153-255
// green A6DBBB 0-202-149
http://web.mit.edu/cjoye/www/photo/img/WhiteFlower.jpg
*/

body {
	font-family: arial, sans-serif, verdana,"lucida grande", helvetica, verdana;
	font-size: 10pt;
	font-color: #000000;
	background-image: url('../img/graph.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.error {
	font-size: 10pt;
	color: red;
}

#header {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 70px;
	padding:10px;
	font-size: 18pt;
}

#banner {
	position:absolute;
	top: 2px;
	left: 300px;
	padding: 0px;
	z-index: 1;
}

#footer {
	border-top: 1px solid #000000;
	text-align: center;
	font-size: 10pt;
	height: 15px;
	width: 95%;
	padding: 5px;
}

#navbar {
	/*background: #CA99FF;*/
	background-image: url('../img/ltblue.gif');	
	background-repeat: repeat;
	padding-top: 3px;
	padding-left:20px;
	font-weight: bold;
	position:absolute;
	top: 70px;
	left: 0px;
	width: 98%;
	height: 30px;
	color: #000000;
	border-top: 1px solid #A6D3DB;
	border-bottom: 1px solid #A6D3DB;
}

#contents {
	position: absolute;
	top: 120px;
	left: 20px;
}

.navbarfont {
	color: #000000;
	font-weight: bold;
}
.navbarfont a {
	color: #000000;
}
.navbarfont a:visited {
	color: #000000;
}
.navbarfont a:hover {
	color: #000000;
	border-bottom: 1px dotted #000000;
	text-decoration: none;
}

.adfont {
	color: #000000;
/*	text-align: left;*/
}
.adfont a {
	font-weight: bold;
	color: #005990;
}
.adfont a:visited {
	font-weight: bold;
	color: #005990;
}
.adfont a:hover {
	font-weight: bold;
	color: #005990;
	border-bottom: 1px dotted #005990;
	text-decoration: none;
}



input.sbutton
{
   border-color:#FFFFFF;
   background-color: #CCE2FC;
   background-image: url('../img/gray2.gif');	
}

input.button
{
	background-image: url('../img/gray2.gif');	
    border-color:#FFFFFF;
   	padding:1px;
}

input.linkbox
{
	border:1px solid #3399FF;
	background: #CCE2FC;
}


a {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
	border-bottom: 1px dotted #000000;
	text-decoration: none;
}
.noline a {
	text-decoration: none;
}
.noline a:visited {
	text-decoration: none;
}
.noline a:hover {
	border-bottom: 1px dotted #FFFFFF;
	text-decoration: none;
}

/******** all boxes **************/

.boxtitlefont {
	padding: 4px;
	padding-left: 15px;
	font-weight: bold;
	font-size: 11pt;
}
.boxtitlelink {
	padding-right:15px;
	font-size: 10pt;
}

/************ the blue box **************/
.bluebox {
/*	background-image: url('../img/halfblue.gif');*/
	background: #FFFFFF;
	border: 1px solid #005990;
	padding: 0px;
}
.bigbluebox {
/*	background-image: url('../img/halfblue.gif');*/
	background: #FFFFFF;
	border: 2px solid #005990;
	padding: 0px;
}

.blueboxtitle {
	background-image: url('../img/ltblue.gif');
	background-repeat: repeat;
	font-size: 11pt;
	font-weight: bold;
	padding: 4px;
	padding-left: 15px;
}
.blueboxcontents {
	text-align:left;
	padding: 8px;
	font-size: 10pt;
}

/************ the purple box **************/
.purplebox {
/*	background-image: url('../img/halfblue.gif');*/
	background: #FFFFFF;
/*	border: 2px solid #005990;*/
	/*border: 2px solid #6A006A;*/
	border: 1px solid #382b89;
	padding: 0px;
}
.bigpurplebox {
/*	background-image: url('../img/halfblue.gif');*/
	background: #FFFFFF;
	/*border: 2px solid #6A006A;*/
	border: 2px solid #382b89;
	padding: 0px;
}

.purpleboxtitle {
	background-image: url('../img/purpleblue.gif');
	background-repeat: repeat;	
	font-size: 11pt;
	font-weight: bold;
	padding: 4px;
	padding-left: 15px;
}

.purpleboxcontents {
	text-align:left;
	padding: 8px;
	font-size: 10pt;
}

/************ the green box **************/
.greenbox {
/*	background-image: url('../img/halfblue.gif');*/
	background: #FFFFFF;
	border: 1px solid #8A6F4C;
	padding: 0px;
}
.biggreenbox {
/*	background-image: url('../img/halfblue.gif');*/
	background: #FFFFFF;
	border: 2px solid #8A6F4C;
	padding: 0px;
}

.greenboxtitle {
	background-image: url('../img/brown.gif');
	background-repeat: repeat;
	font-size: 11pt;
	font-weight: bold;
	padding: 4px;
	padding-left: 15px;
}

.greenboxcontents {
	text-align:left;
	padding: 12px;
	font-size: 10pt;
}

/*********** other *************/


.inputcontents {
	margin: 2px;
	padding-left: 5px;
}
.inputtitle {
	font-size: 11pt;
	font-weight: bold;
}

td {
	font-size: 10pt;
}

p {
	text-align:left;
	margin:0px;
	padding:0px;
}

hr {
	color: #000000;
	width: 95%;
	height: 1px;
}
