@charset "utf-8";
/* CSS Document */
* {margin: 0; padding: 0;}
/*-----------------------------text attributes-----------------------------------*/
html {
	font-size:125%;
}

body {
	font-size:50%;
	font-family:Arial, Helvetica, sans-serif;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

/*-----------------------------link attributes-----------------------------------*/

/*-----------------------------div attributes-----------------------------------*/
#wrapperstartview {
	position:absolute;
	top:54px;
	width:100%;
	z-index:-1;
}

#topdivstartview {
	width: auto;  
	height: 290px;
	padding-top:60px;
	background-color: #9db400;
}

#botdivbotdivstartview {
	width: auto;
	background-color: #eee
	height: 350px;
}
			
#logotransparantstartviewdiv	{
	background-image:url(../img/biglogo.png);
	background-repeat:no-repeat;
	background-position:center;
	height:88px;
}

#topdivtextstartview {
	color:#eee;
	text-align:center;
	line-height:300%;
	padding-top:25px;
}
			
#topdivfsbs {
	color: #eee;
	text-align: center;
	margin-top: 30px;
}

#botheaderstartview {
	color:#000;
	text-align:center;
	margin-top:5px;
	padding-top:20px;
}

#coursestarviewlinks{
	text-align:center;
	margin-top:10px;
	font-size:14px;
	line-height:150%;
}
#coursestarviewlinks a:link {
	color:#0a68ad;
	text-decoration:none;
	display:block;
}

#coursestarviewlinks a:visited {
	color:#0a68ad;
	text-decoration:none;
}

#coursestarviewlinks  a:hover {
	color:#0a68ad;
	text-decoration:underline;
}