/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.9em;
	}
	
#banner	{
	width:100%;
	height: 100px;
	background-color:#000000;
	
}

h1 {
	font-size:1.2em;
	color: #2c5c8c;
}

h2 {
	font-size:1.1em;
	
}

#main {
	width:865px;
}


#main .left{
	margin-left:0px;
	width:635px;
	padding-left:5;
	
}
#main .rightform{
	margin-left:650px;
	margin-top:-680px;
	width:200px;
	height:100%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-left:10;
	font-weight:bold;
}

#main .rightform2{
	margin-left:650px;
	margin-top:-485px;
	width:200px;
	height:100%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-left:10;
	font-weight:bold;
}



#banner .image {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	height:100%}
	
	
#mcgraw {
	font-size: small;
	
}

#mcgraw .logo{
	background-image: url(images/mcgraw_logo.jpg);
	background-repeat: no-repeat;
	height:56px;
}
#mcgraw .text{
	margin-left:75px;
	margin-top:-55px;
}