/* UMASS Website Style Sheet
created Dec 13, 2007
Media Solutions International */

/* Eric Meyer's CSS reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;ontent
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
	
}
html,body {
	
	text-align: center;
	height:100%; /* needed for container min-height */
	
}
body {
	background-color: #fff;
	}

ul	{list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
	
	}
	
li	{font-size: 12px; padding-bottom: 12px;
	}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
}
th	{font-weight: bold;
	font-size: 12px;}
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none; outline: none; }

h1 	{font-size: 24px; font-weight: bold; color: #000000; margin-bottom: 12px; font-family: verdana, sans-serif;}
h2 	{font-size: 20px; font-weight: normal; color: #000000; margin-bottom: 4px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 24px;}
h3 	{font-size: 18px; font-weight: bold; color: #000000; margin-bottom: 12px; font-family: verdana, sans-serif;}
h4 	{font-size: 16px; font-weight: bold; color: #000000; margin-bottom: 12px; font-family: verdana, sans-serif;}
h5 	{font-size: 12px; font-weight: bold; color: #000000; margin-bottom: 3px; font-family: verdana, sans-serif;}
p   {font-size: 12px; font-weight: normal; color: #000000; margin-bottom: 8px; font-family: verdana, sans-serif;}
.bold_text	{font-weight: bold;}
.normal_text	{font-weight: normal;}


a:link {
	font-family: Verdana, verdana, Helvetica,  sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #BBBBBB;
	text-decoration: none;

}
a:visited {
	font-family: Verdana, verdana, Helvetica,  sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #BBBBBB;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, verdana, Helvetica,  sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #BBBBBB;
	text-decoration: none;
	border-bottom: dotted 1px #099A6F;
}
a:active {
	font-family: Verdana, verdana, Helvetica,  sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #BBBBBB;
	text-decoration: none;
}
 
#header a	{border-bottom: solid 0px #ffffff;}

#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:771px;
	background-color:#FFFFFF;
	/*height:auto !important; /* real browsers */
	/*height:100%; /* IE6: treated as min-height*/
	/*min-height:100%; /* real browsers */
	text-align: left;
	background-repeat:repeat-y;
}

#header {
	position: relative; top: 0; left: 0;
	text-align: left;
	height:100px;
	width:771px;
	}
	
	
#header_home{
	position: relative; top: 0; left: 0;
	text-align: left;
	background-image:url(/gfx/header_home.jpg);
	background-repeat:no-repeat;
	height:89px;
	width:771px;
	}

#nav	{
	position: relative; top: 0px; left: 0px;
	padding-top: 20px;
	font-family: Verdana, verdana, Helvetica,  sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #BBBBBB;
	text-align: center;
	height:20px;
	width:771px;
	margin-left: 3px;
	}
	
#nav_dbl	{
	position: relative; top: 0; left: 0;
	text-align: center;
	background-image:url(/gfx/dark_teal_strip_dbl.gif);
	background-repeat:repeat-x;
	height:40px;
	width:765px;
	margin-left: 3px;
	}

#content {
	position: relative;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 40px;
	padding-bottom: 20px;
	font-family: verdana, verdana,  tahoma, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #1E1B55;
	text-align: left;
}


#contentflash {
	position: relative;
	padding:0;
	padding-top: 20px;
	margin:0;
	width:771px;
	height:185px;
	
}

#content_home {
	position: relative;
	height: 465px;
	padding-bottom: 0px;
	
}

.image_left
	{
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	width: auto;
	}
	
.image_right
	{
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	width: 351px;
	height: 271px;
	}	
	
.image_flash_right
	{
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	width: 320px;
	height: 285px;
	z-index: 2;
	}	


#footer_home {
	position:relative;
	top:0px;
	left:0px;
	padding-top: 30px;
	height:77px;
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 16px;
	color: #BBBBBB;	
	text-align: center;
}

#footer_home a:link {
	font-family: Verdana, verdana, Helvetica,  sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #BBBBBB;
	text-decoration: none;

}
#footer_home a:visited {
	font-family: Verdana, verdana, Helvetica,  sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #BBBBBB;
	text-decoration: none;
}
#footer_home a:hover {
	font-family: Verdana, verdana, Helvetica,  sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #BBBBBB;
	text-decoration: none;
	border-bottom: dotted 1px #099A6F;
}
#footer_home a:active {
	font-family: Verdana, verdana, Helvetica,  sans-serif;
	font-size: 9px;
	font-weight: bold;
	font-variant: normal;
	color: #BBBBBB;
	text-decoration: none;
}


th{
font-style:italic;
text-decoration:underline;
font-weight:bold;
color: #1E1B55;

}

table {color: #1E1B55;}
		
