/*************************************
	* TITLE: MSC Screen Stylesheet  *
*************************************/

/* ##### Common Styles ##### */
	
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #EDF5FC;
}

h1{font-family:Verdana;
	font-size:95%; 
	font-weight:bold;
	color:#0073C3;
	text-decoration:none;
}

.sizeadjusth1{
	font-size:95%;
}

h2{font-family:Verdana;
	font-size:90%;
	line-height: 110%; 
	font-weight:bold;
	color:#343434;
	text-decoration:none;
}

.heading1{font-family:Verdana;
	font-size:100%; 
	line-height: 150%;
	font-weight:bold;
	color:#1D82C8;
	text-decoration:none;
}

.heading2{font-family:Verdana;
	font-size:80%; 
	line-height: 145%;
	font-weight:bold;
	color:#1F4478;
	text-decoration:none;
}

.table{width:99%;
}

/*  Copyright  */
.copyright:link,
.copyright:visited,
.copyright:active,
.copyright:hover{
	text-decoration: none;
}

.skybackground{background:#EDF5FC;
}

/*
.linkbackground{background:#0271CF;
	border:1% solid #FFFFFF;
	padding: 1.5% 0% 1.5% 4%;
}
*/

.linkbackground{
	background:#0271CF;
	border:1% solid #FFFFFF;
	padding: 7px 0 7px 8px;
	line-height:1.25em;
}

.photo{width:85%;
	height:85%;
}

.table1{border:1% solid;
	color:#0099FF;
	padding:0% 0% 0% 0%;
}

/*  Image Overlay  */
#logooverlay{
}
.logotext{
	z-index: -1;
	position: absolute;
	top: 20px; left: 20px;
}

/* #####  Text Styles  ##### */

.text{font-family:Verdana;
	font-size:75%; 
	color:#343434;
	text-decoration:none;
	line-height:130%;
}

.toptext{font-family:Verdana;
	font-size:75%; 
	font-weight:bold;
	color:#4E4E4E;
	text-decoration:none;
}

.carptext{font-family:Verdana;
	font-size:70%; 
	color:#343434;
	text-decoration:none;
	line-height:120%;
}

.blacktext{font-family:Verdana;
	font-size:75%; 
	font-weight:bold;
	color:#343434;
	text-decoration:none;
	background-color: transparent;
}

.bigblacktext{font-family:Verdana;
	font-size:90%; 
	font-weight:bold;
	color:#343434;
	text-decoration:none;
	background-color: transparent;
}

.bluetext{font-family:Verdana;
	font-size:75%; 
	font-weight:bold;
	color:#0073C3;
	text-decoration:none;
}

.bigbluetext{font-family:Verdana;
	font-size:90%; 
	font-weight:bold;
	color:#0073C3;
	text-decoration:none;
}

.simplebluetext{font-family:Verdana;
	font-size:75%; 
	color:#0073C3;
	text-decoration:none;
}

.simplewhite{font-family:Verdana;
	font-size:75%; 
	color:#FFFFFF;
	text-decoration:none;
}

.simpleboldwhite{font-family:Verdana;
	font-size:104%; 
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-style:normal;
}

.simpleboldwhite1{font-family:Verdana;
	font-size:120%; 
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

/* #####  Link Styles  ##### */

a.link:link {color:#0073C3;
	font-family: Verdana;
	font-size: 75%;
	text-decoration:none;
}


a.link:visited {color:#0073C3;
	font-family: Verdana;
	font-size: 75%;
	text-decoration:none;
}

a.link:hover {color:#78BEF8;
	font-family: Verdana;
	font-size: 75%;
	text-decoration:none;
}

a.link:active {color:#0073C3;
	font-family: Verdana;
	font-size: 75%;
	text-decoration:none;
}

/* #####  Header  ##### */

#header{
	background-image: url(images/topbackground.jpg);
}

/* #####  Main Copy  ##### */

#main-copy {
	margin: 0 7px 0 223px;
	background-color: #FFFFFF;
	padding-right:10px;
	padding-left:8px;
}


/* #####  Side Bar  ##### */

#side-bar {
	width: 220px;
	float: left;
	clear: left;
	margin: 0 5px 0 0;
	background-color: transparent;
}

.leftnav{font-family:Verdana;
	font-size:75%; 
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

a.left_link:link {color:#FFFFFF;
	font-family: Verdana;
	font-size: 75%;
	text-decoration:none;
	font-weight:bold;
}

a.left_link:visited {color:#FFFFFF;
	font-family: Verdana;
	font-size: 75%;
	text-decoration:none;
	font-weight:bold;
}

a.left_link:hover {color:#78BEF8;
	font-family: Verdana;
	font-size: 75%;
	text-decoration:none;
	font-weight:bold;
}

a.left_link:active {color:#FFFFFF;
	font-family: Verdana;
	font-size: 75%;
	text-decoration:none;
	font-weight:bold;
}

/* #####  Footer  ##### */

#footer{
	background-image: url(images/bottomcolor.jpg);
	clear: both;
}

#footer.simplewhite{font-family:Verdana;
	font-size:75%; 
	color:#FFFFFF;
	text-decoration:none;
}