   body {
	text-align:center;
	background-color:#2A2744;
	height: 100%;
	width: 100%;
	margin:0;
	margin-top:30px;
	background-image: url(../sca_images/gradient.jpg); 

	background-repeat: repeat-x;
	background-position: left top;
    }
hr {
	color:#000000;
	width:300px;
	height:1px;
	text-align:center;
}

a {
	font-family: "Century Gothic", Arial, sans-serif;
	text-decoration: none;
	color: #DABA61;

}
a:hover {
	color: #FF0000;
}

#main{
	position:relative;
	width:1110px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-family: "Century Gothic", Arial, sans-serif;
}

#main_text{
	position:absolute;
	top:2px;
	left:384px;
	width:700px;
	text-align:left;
	padding-top:25px;
	padding-left:16px;
	padding-right:16px;
	padding-bottom:16px;
	/*background-color: rgb(182,181,196);*/
	background-color: rgb(215,215,215);
	font-family: "Century Gothic", Arial, sans-serif;
	font-size:16px;
	border:1px solid gray;
}

#main_text a{
	color: #FF0000;
}
#main_text a:hover{
text-decoration:underline;
}

#sca_logo{
	position:absolute;
	top:148px;
	left:84px;
	height: auto;
	width: auto;
	border:none;
}

#sca_logo_text{
	position:absolute;
	top:258px;
	left:110px;
	width:auto;
	height:auto;
	color:rgb(201,220,216);
	font-size:18px;
	font-family: "Century Gothic", sans-serif;
	font-weight:normal;
}




#footer {
	position:absolute;
	top:493px;
	left:0px;
	width: auto;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: normal;
	text-align: center;
}


.style1 {color: rgb(143,141,163)}
.century_gothic_center {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 18px;
	font-weight:normal;
	text-align:center;
}
.align_center {
	text-align: center;
	font-size:18px;
}

/*drop down menu */
#menu dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
	position: absolute;
	width: 138px;
	top:345px;
	left:22px;
	text-align:right;
	font-size:16px;
	height: auto;
	
}

#menu dt {
cursor: pointer;
background: none;
height: 20px;
line-height: 20px;
margin: 2px 0;
border: none;
text-align: right;
}
/*smenu_1 positioning */
#smenu1 {
	position: absolute;
	z-index: 100;
	left: 132px;
	margin-top: -1.4em;
	width: 185px;
	/*nice border! 
	border:1px solid rgb(143,141,163);*/
	top: 29px;
	height: 58px;
	text-align: right;

}

#smenu2 {
	position: absolute;
	z-index: 100;
	left: 134px;
	margin-top: -1.4em;
	width: 185px;
	/*nice border! 
	border:1px solid rgb(143,141,163);*/
	top: 59px;
	height: auto;
	text-align: right;

}
#menu ul {
padding: 2px;
}
#menu li {
text-align: right;
/*font-size: 85%;*/
height: 18px;
line-height: 18px;
}
#menu li a, #menu dt a {
font-family: "Century Gothic", Arial, sans-serif;
	text-decoration: none;
	color: #DABA61;

display: block;
}
#menu dt a:hover{
color: #FF0000;
}

#menu li a:hover {
color: #FF0000;
text-decoration: underline;
}
