body {
	background: url('../images/newbackground.jpg');
	background-size: auto;
	margin:0 auto;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	max-height: 100%;
	
}


/* wrapper */
div#wrap {
	width: 1080px;
	max-width: 1080px;
	background: #0c2a4e;
	margin:0 auto;
	padding:0px 0px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

/* header & nav */
div.header {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0;
	padding-left: 0;
	display: block;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#logo {
	background-color: #3D91F1;
	width: 1080px;
	height: 143px;
	
	margin-right: auto;
	margin-left: auto;
	/*background-position: center;*/
	
}


div.nav {
position: absolute;
display: block;
float: center;
}
/* headers */
h1 {
	font-size:3em;
	padding-left:10px;
	padding-top: 15px;
	text-align: center;
	color: #ffffff;
	margin-top: 50px;
	font-family: Georgia, serif;
}
h1 a, h1 a:hover, h1 a:visited {
	text-decoration:none;
	color:#394456;
}
h2 {
	text-align:center;
	font-size:1.2em;
	color: #73C5FF;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h2 a, h2 a:hover, h2 a:visited {
	text-decoration:underline;
    font-size: 1.8em;	
	color:#ffff00;
	}
h3 {
	font-size:2em;
	font-family:'Lucida Sans Unicode','Lucida Grande',verdana,sans-serif;
	font-weight:bold;
	color:#ffffff;
	text-align: center;
}

h4 {
	font-family:Georgia, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:1em;
	font-weight:bold;
	padding:15px 15px 15px 20px;
	text-align: center;
	color: #0C2A4E;
	
}
h5 a{
	font-size: 1.2em;
	padding-left:390px;
	padding-top: 5px;
	text-align: center;
	font-family: Georgia, serif;
	color: #3D91F1;
}

h6{
font-size:1.2em;
	font-family: Georgia, Times New Roman, serif;
	font-weight:bold;
	color:#ffffff;
	text-align: center;
}

h7{
font-size:0.9em;
	font-family: Georgia, Times New Roman, serif;
	font-weight:bold;
	color:#fcd53b;
	text-align: center;

}


div.title {
	background:#ffffff url('../images/tab_title_right1.jpg') no-repeat scroll top right;
	padding:0;	
}
div.title h4 {
	background:transparent url('../images/tab_title_right1.jpg') no-repeat scroll top left;
	color:#363F50;
}
div.small-title h4 {
	border-bottom:1px solid #cccccc;
	color:#ffffff;
	padding:5px;
}


/* element defaults */
p {
	margin-bottom:20px;
	line-height:1.7em;
	font-size:0.95em;
	color:#000000;
}
ul {
    padding:0 0 20px 35px;
	list-style:none;
}
ol {
	padding:0 0 20px 35px;
}
code {
	border:1px solid #3E4B5C;
	border-left-width:10px;
	display:block;
	padding:10px;
	margin:10px 0;
}

/* STYLE FOR USER LIST */
div.userlist table{
background-color:#F0E7F8;
font-family: Times New Roman, Times, serif;
text-align: center;
border: 2em;
border: solid #fcd53b;
width:1000px;


}

div.userlist th{
background-color:#3D91F1;
color:#ffffff;
font-family: Times New Roman, serif;
font-size: 1.2em;
width: 200px;
}

div.userlist td{
width: 200px;
}

div.userlist tr{
width: 200px;

}


/* STYLE FOR CHANGE PASSWORD */
div.change_password fieldset{
border:4px solid #fcd53b;
	padding: 10px;
	margin-top:50px;
	background: #F0E7F8;
	margin-right: 10px;
	margin-left: 0px;
	font-family: Georgia,Georgia,serif;
	font-size: 0.9em;
	color: #0C2A4E;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

div.change_password fieldset legend {
	font-size:1em;
	border-top:3px solid #fcd53b;
	border-left:3px solid #fcd53b;
	border-right:3px solid #fcd53b;
	color: #0C2A4E;
	font-weight:bold;
	padding:5px 10px 10px 10px;
	background-color:#F0E7F8;
	font-family: Georgia,serif; 
	-moz-border-radius: 10px;
	border-radius: 10px;
}




/* THIS IS THE STYLE FOR SUBMIT ABSTRACT PAGE */
div.submitAbs fieldset{
width: 600px;
height: 400px;
border:4px solid #fcd53b;
	padding: 10px;
	margin-top:50px;
	background: #F0E7F8;
	
	margin-left: 225px;
	font-family: Georgia,Georgia,serif;
	font-size: 0.9em;
	color: #0C2A4E;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-align: left;
}
div.submitAbs fieldset legend {
	font-size:1.2em;
	border-top:3px solid #fcd53b;
	border-left:3px solid #fcd53b;
	border-right:3px solid #fcd53b;
	color: #0C2A4E;
	font-weight:bold;
	padding:5px 10px 10px 10px;
	background-color:#F0E7F8;
	font-family: Georgia,serif; 
	-moz-border-radius: 10px;
	border-radius: 10px;
}

div.submitAbs h3{
font-family: Georgia,serif; 
font-size:.95em;
color: #0C2A4E;
text-align: left;
}

div.submitAbs form { }
form input, form textarea {
	border:1px solid #999999;
	border-bottom-color:#cccccc;
	border-right-color:#cccccc;
	padding:5px;
	margin-left: 10px;
	margin-right: 5px;
	color:#666666;
	font-family: Arial,serif;
	font-size:1.0em;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
div.submitAbs form input.formbutton {
	background:#3D91F1 none repeat-x scroll bottom left;
	padding: 10px 10px 10px 10px;
	color:#ffffff;
	font-size:0.8em;
	border:1px solid #2B3240;
	font-weight:bold;
	font-family:Georgia,serif;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

div.submitAbs form input.error{
color:#000000;
}
div.submitAbs textarea.error,select.error {
	border: 2px solid #ffffff;
}

/* default forms */

fieldset { 
	border:4px solid #fcd53b;
	padding: 10px;
	margin-top:50px;
	background: #F0E7F8;
	margin-right: 10px;
	margin-left: 0px;
	font-family: Georgia,Georgia,serif;
	font-size: 0.9em;
	color: #0C2A4E;
	-moz-border-radius: 15px;
	border-radius: 15px;
	
}
fieldset p{
color: #0C2A4E;
text-align: left;

}
fieldset legend {
	font-size:1em;
	border-top:3px solid #fcd53b;
	border-left:3px solid #fcd53b;
	border-right:3px solid #fcd53b;
	color: #0C2A4E;
	font-weight:bold;
	padding:5px 10px 10px 10px;
	background-color:#F0E7F8;
	font-family: Georgia,serif; 
	-moz-border-radius: 10px;
	border-radius: 10px;
}
form { }
form input, form textarea {
	border:1px solid #999999;
	border-bottom-color:#cccccc;
	border-right-color:#cccccc;
	padding:5px;
	margin-left: 10px;
	margin-right: 5px;
	color:#666666;
	font-family: Arial,serif;
	font-size:1.0em;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
form input.formbutton {
	background:#3D91F1 none repeat-x scroll bottom left;
	padding: 10px 10px 10px 10px;
	color:#ffffff;
	font-size:0.8em;
	border:1px solid #2B3240;
	font-weight:bold;
	font-family:Georgia,serif;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

form input.error{
color:#000000;
}
textarea.error,select.error {
	border: 2px solid #ffffff;
}



/* central page */
div.page {
	clear:both;
	margin:0;
	background-color:#0C2A4E;
	padding:10px 10px 0 10px;
	min-height: 800px;
	
}

/* content for left column */
div.left_column{
height: 600px;
width: 400px;
float: left;
}

div.contentbox2 {
	height: 300px;
	width: 400px;
	margin-top: 30px;
	margin-left: 125px;
	margin-right: auto;
	float: left;
	
}

div.contentbox {
	height: 100px;
	width: 400px;
	margin-top: 30px;
	margin-left: 85px;
	margin-right: auto;
	text-align: left;
	float: left;
	
}
div.left_column contentbox,p{
color: #ffffff;
font-size: 1em;
text-align: center;
font-family: Georgia,Times New Roman,serif;

}

div.html-marquee {
clear: both;
height:80px;
width:900px;
text-align: center;
background-color:#0C2A4E;
font: Georgia;
font-size:20px;
color:#FFFFFF;
font-weight:bold;
margin-right: auto;
margin-left: 85px;
margin-top: 20px;
margin-bottom: 60px;
display: block;
text-wrap: normal;
float: center;
}

/* content for right column */
div.right_column{
height: 600px;
width: 400px;
float: right;
}
div.loginbox {
	
	border: 3px solid #FBDA33;
	background: #3D91F1;
	margin-top: 60px;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: 200px;
	text-align:center;
	border-radius: 15px;
	padding: 5px 25px 5px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	float: right;
	color: #0C2A4E;
 }
 div.right_column account{
height: 1000px;
width: 600px;
float: right;

}
div.account {
	border:3px solid #fcd53b;
	border-radius: 15px;
	background: #F0E7F8;
	font-family: Georgia,Times New Roman,serif;
	float: right;
	margin-bottom: 80px;		
	margin-top: 60px;
	padding-right: 30px;
	margin-right: 150px;
}


div.account h4{ 
	text-align: center;
	text-decoration: underline;
	padding-left: 40px;

}


div.account li {
	border: 1px solid #000000;
	border-radius: 25px;
	margin-top: 10px;
	padding: 10px;
	background: #3d91f1;
	

}

div.account li a:link{
font-family: Georgia,Arial,serif;
font-weight: bold;
text-align: center;
color: #ffffff;
text-decoration: none;
padding: 0px 10px 0px;

}
div.account li a:visited { 
font-family: Georgia,Arial,serif;
font-weight: bold;
text-align: center;
background-color: #3D91F1;
color: #ffffff;
text-decoration: none; }

div.account li a:hover{
	color: #fcd53b;
	background: #fffffff;
	*border: 3px solid #fcd53b;
	border-radius: 25px;
	box-shadow: 5px 5px 5px #000000;
	padding: 0px 10px 5px;
}


 /*Login*/
 
 #login {
	Background: yellow;
	margin-right: auto;
	text-align: center;
	margin-left: auto;
}


 
/* footer */
div.footer {
	clear:both;
	margin-top:10px;
	border-top:1px solid #F7DA34;
	background:#3d91f1;/*0B6138;*/
	height:80px;
	
}

div.footer p {
	text-align:center;
	color:#000000;
	padding-top:20px;
	font-size:0.9em;
	
	
}
div.footer p a {
	color:#000000;
}


/* search form */
form.searchform {
}


/* misc classes */
*:focus {
	outline:none;
}
.clear {
	clear:both;
}

.error {
	color: red;
	font-weight: thick;
	text-wrap:normal;
}

/*THIS IS THE STYLE FOR THE ABOUT PAGE*/
div.about{
margin: 100px 25px 25px 25px;
background-color: #95BFF0;
padding-left: 5px;
padding-right: 5px;
border: 2px solid #fcd53b;
-moz-border-radius: 15px;
border-radius: 15px;

}

div.about h1{
color: #0C2A4E;
text-align: center;
font-family:Georgia, "Times New Roman", Times, serif;
}
div.about h2{
color: #0C2A4E;
text-align: center;
font-family:Georgia, "Times New Roman", Times, serif;
}
div.about ul{
color: #000000;
list-style-type: square;
font-family: Times New Roman, Times, serif;
font-style: italic;
font-size: 1.0em;
}
div.about p{
color: #000000;
padding: 5px 5px 5px 5px;
font-family:Times New Roman, Times, serif;
font-size: 1.2em;
}
/*THIS IS THE STYLE FOR THE PURPOSE STATEMENT PAGE*/
div.purpose{
margin: 100px 25px 25px 25px;
background-color: #95BFF0;
padding-left: 5px;
padding-right: 5px;
-moz-border-radius: 15px;
border-radius: 15px;
border: 2px solid #fcd53b;
}

div.purpose h1{
color: #0C2A4E;
text-align: center;
font-family:Georgia, "Times New Roman", Times, serif;
}
div.purpose h2{
color: #0C2A4E;
text-align: center;
font-family:Georgia, "Times New Roman", Times, serif;
}
div.purpose ul{
color: #000000;
list-style-type: square;
font-family: Times New Roman, Times, serif;
font-style: italic;
font-size: 1.0em;
}
div.purpose p{
color: #000000;
padding: 5px 5px 5px 5px;
font-family:Times New Roman, Times, serif;
font-size: 1.2em;
}
/*THIS IS THE STYLE FOR THE EXECUTIVE COMMITEE PAGE*/

div.block1{
background-color:#F0E7F8;
float: right;
font-family:Times New Roman, Times, serif;
text-align: center;
margin-right: 125px;
margin-top: 10px;
margin-bottom: 30px;
padding: 20px 20px 20px 20px;
border: solid #fcd53b;
height: 175px;
width:250px;
-moz-border-radius: 15px;
border-radius: 15px;
}
 
div.block2{
background-color:#F0E7F8;
float: left;
font-family:Times New Roman, Times, serif;
text-align: center;
margin-left: 125px;
margin-top: 10px;
margin-bottom: 30px;
padding: 20px 20px 20px 20px;
border: solid #fcd53b;
height: 175px;
width:250px;
-moz-border-radius: 15px;
border-radius: 15px;
}

/*THIS IS THE STYLE FOR THE COLLEGIATE PAGE*/
div.collegiateblock1{
background-color:#F0E7F8;
margin-left: 325px;
margin-top: 50px;
border: solid #fcd53b;
height: 250px;
width:400px;
text-align: center;
-moz-border-radius: 15px;
border-radius: 15px;
}

div.collegiateblock2left{
background-color:#F0E7F8;
float: left;
margin-left: 150px;
margin-top: 25px;
border: solid #fcd53b;
height: 325px;
width:350px;
text-align: center;
-moz-border-radius: 15px;
border-radius: 15px;
}
div.collegiateblock2right{
background-color:#F0E7F8;
float: right;
margin-right: 150px;
margin-top: 25px;
border: solid #fcd53b;
height: 325px;
width:350px;
text-align: center;
-moz-border-radius: 15px;
border-radius: 15px;
}

div.collegiateblock1 h3{
color: #0C2A4E;
font-family:Georgia, Times New Roman, serif;
font-size: 1.2em;
text-decoration: underline;
text-align: center;
}

div.collegiateblock1 p{
color: #0C2A4E;
font-family:Georgia, Times New Roman, serif;
font-size: .95em;
text-align: center;
}
div.collegiateblock2left h3{
color: #0C2A4E;
font-family:Georgia, Times New Roman, serif;
font-size: 1.2em;
text-decoration: underline;
text-align: center;
}

div.collegiateblock2left p{
color: #0C2A4E;
font-family:Georgia, Times New Roman, serif;
font-size: .95em;
text-align: center;
}
div.collegiateblock2right h3{
color: #0C2A4E;
font-family:Georgia, Times New Roman, serif;
font-size: 1.2em;
text-decoration: underline;
text-align: center;
}

div.collegiateblock2right p{
color: #0C2A4E;
font-family:Georgia, Times New Roman, serif;
font-size: .95em;
text-align: center;
}

/*THIS IS THE STYLE FOR THE DUTIES OF EXECUTIVE OFFICERS PAGE*/

div.dutiesblock2{
background-color:#F0E7F8;
font-family:Times New Roman, Times, serif;
text-align: left;
margin-left: 200px;
margin-top: 50px;
border: solid #fcd53b;
height: 250px;
width:650px;
-moz-border-radius: 15px;
border-radius: 15px;
}

div.dutiesblock2 p{
color: #000000;
text-align: left;
font-family:Times New Roman, Times, serif;
font-size: 18px;
text-decoration: underline;
padding-left: 10px;
}

div.dutiesblock2 li{
font-family:Times New Roman, Times, serif;
font-size: 16px;
list-style-type: square;


}

/*THIS IS THE STYLE FOR THE STANDING COMMITEE PAGE*/

div.SCblock1{
background-color:#F0E7F8;
float: right;
font-family:Times New Roman, Times, serif;
text-align: center;
margin-right: 125px;
margin-bottom: 50px;
padding: 10px 10px 10px 10px;
border: solid #fcd53b;
height: 175px;
width:300px;
-moz-border-radius: 15px;
border-radius: 15px;
}
 
div.SCblock2{
background-color:#F0E7F8;
float: left;
font-family:Times New Roman, Times, serif;
text-align: center;
margin-left: 125px;
margin-bottom: 50px;
padding: 10px 10px 10px 10px;
border: solid #fcd53b;
height: 175px;
width:300px;
-moz-border-radius: 15px;
border-radius: 15px;
}
/*THIS IS THE STYLE FOR THE MASMembersform PAGE*/
div.MASMembersform{
	border:4px solid #fcd53b;	
	margin-top:50px;
	background: #F0E7F8;
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia,Georgia,serif;
	font-size: 0.9em;
	color: #0C2A4E;
	-moz-border-radius: 15px;
	border-radius: 15px;
	width: 400px;
}

div.MASMembersform h1{
color: #0C2A4E;
font-family: Georgia,Georgia,serif;
font-size: 1.2em;

}


div.MASMembersform p{
color: #0C2A4E;
font-family: Georgia,Georgia,serif;
font-size: .95em;
text-align: left;
padding-left: 10px;


}

/*THIS IS THE STYLE FOR THE CONTACT US PAGE*/

div.Contactblock1{
background-color:#F0E7F8;
float: right;
font-family:Times New Roman, Times, serif;
text-align: center;
margin-right: 125px;
margin-top: 30px;
margin-bottom: 20px;
padding: 20px 20px 20px 20px;
border: solid #fcd53b;
height: 175px;
width:250px;
-moz-border-radius: 15px;
border-radius: 15px;
}
 
div.Contactblock2{
background-color:#F0E7F8;
float: left;
font-family:Times New Roman, Times, serif;
text-align: center;
margin-left: 125px;
margin-top: 30px;
margin-bottom: 20px;
padding: 20px 20px 20px 20px;
border: solid #fcd53b;
height: 175px;
width:250px;
-moz-border-radius: 15px;
border-radius: 15px;
}
/*THIS IS THE STYLE FOR THE SENIOR PAGE*/
div.Seniorblock2{
background-color:#F0E7F8;
float: left;
margin-left: 100px;
margin-top: 25px;
border: solid #fcd53b;
height: 300px;
width:350px;
text-align: center;
-moz-border-radius: 15px;
border-radius: 15px;

}
div.Seniorblock2 h3{
color: #0C2A4E;
font-family:Georgia, Times New Roman, serif;
font-size: 1.2em;
text-decoration: underline;
text-align: center;

}

div.Seniorblock2 p{
color: #0C2A4E;
font-family:Georgia, Times New Roman, serif;
font-size: .95em;
text-align: center;
}

div.Seniorblock1{

background-color:#F0E7F8;
float: right;
margin-right: 100px;
margin-top: 25px;
border: solid #fcd53b;
height: 300px;
width:350px;
text-align: center;
-moz-border-radius: 15px;
border-radius: 15px;
}

div.Seniorblock1 h3{
color: #0C2A4E;
font-family:Georgia, Times New Roman, serif;
font-size: 1.2em;
text-decoration: underline;
text-align: center;

}

div.Seniorblock1 p{
color: #0C2A4E;
font-family:Georgia, Times New Roman, serif;
font-size: .95em;
text-align: center;
}


div.bulletin p{
font-family:Georgia, Times New Roman, serif;
color: #ffffff;
text-align: center;
font-size: 1.2em;

}

div.bulletin h2{
font-family:Georgia, Times New Roman, serif;
color: #ffffff;
text-align: center;
font-size: 1.2em;
margin-left: 25px;

}

div.bulletin a{
font-family:Georgia, Times New Roman, serif;
color: #fcd53b;
text-align: center;
font-size: 1.2em;
margin-left: 425px;

}
/*THIS IS THE STYLE FOR THE PREVIOUS WINNERS PAGE*/
div.PrevWinners a{
font-family:Georgia, Times New Roman, serif;
color: #fcd53b;
text-align: center;
font-size: 1.2em;
margin-left: 400px;

}
/*THIS IS THE STYLE FOR THE TRANSACTIONS PAGE*/
div.Transactions a{
font-family:Georgia, Times New Roman, serif;
color: #fcd53b;
text-align: center;
font-size: 1.2em;
margin-left: 375px;

}

/*login*/
div.map{ 
	border: 5px solid #fcd53b;
	border-radius: 5px;
	float:right;
	}
div.detail {

}

div.detail h4 {
Text-align: center;
color: #ffffff;
}
div.detail tr {
border: 5px solid yellow;
}
	

 
 div.title{background: #3D91F1;
 color: #0C2A4E;
 -moz-border-radius: 15px;
	border-radius: 15px;
 }
 
 div.loginbox input{
	text-align:left;
 }
 
 
 div.loginbox label{
	color: #0C2A4E;
	text-align:center;
	font-family: Georgia;
 }
 
 div.loginbox p{
	text-align:center;
	color: #0C2A4E;
 }
 
 div.loginbox h4{
	text-align:center;
	color: #0C2A4E;
	border-bottom: 5px #000000;
	-moz-border-radius: 15px;
	border-radius: 15px;
 }
 
 div.loginbox li{
 
 
 }
 
 
div.loginbar
{
	font-size:5;
	position: relative;
	background-color: #3D91F1;

}
div.logintab {
	text-align:center;
}




div.managerbar {
	
}

div.logout
{

}

div.logout h4{
	text-align: center;
	color: #fcd53b;

}

div.logout p{
		text-align: center;
		color: #ffffff;

}



/*THIS IS THE STYLE FOR THE MENU BAR */






ul#dropdown,ul#dropdown ul{
	margin:0;
	list-style:none;
	padding:0;
	background-color: #3D91F1;
	border-width:0;
	border-style:solid;
	border-color:;
	float:right;}
ul#dropdown ul{
	display:none;
	position:relative;
	background-color:#ffffff;
	border-radius:0 0 14px 14px;
	-moz-border-radius:0 0 14px 14px;
	-webkit-border-radius:0;
	-webkit-border-bottom-right-radius:14px;
	-webkit-border-bottom-left-radius:14px;
	padding:0 0 10px;}

ul#dropdown li{
	position:relative;
	display:block;
	white-space:nowrap;
	font-size:0;
	float:right;}
ul#dropdown li:hover{

	z-index:1;}
* html ul#dropdown li a{
	display:inline-block;
	float:right;}
ul#dropdown ul ul{
	opacity:1;}
ul#dropdown{
	font-size:0;
	z-index:999;
	position:relative;
	display:inline-block;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;}
ul#dropdown>li{
	margin:0 0 0 10px;}
ul#dropdown ul>li{
	margin:10px 0 0;}
ul#dropdown li:hover>*{
	display:block;}
ul#dropdown a:active, ul#dropdown a:focus{
	outline-style:none;}
ul#dropdown a{
margin-top: 65px;

	display:block;
	vertical-align:middle;
	text-align:left;
	font:15px Georgia,serif;
	color:#ffffff;
	cursor:default;
	padding:3px;
	background-color:#3D91F1;
	background-repeat:repeat;
	border-width:0px;
	border-radius:0px;
	-moz-border-radius:0px;
	border-color:;}
ul#dropdown ul li{
	float:none;
	margin:0;}
ul#dropdown ul a{
	text-align:left;
	padding:4px;
	background-color:#ffffff;
	border-width:0 0 1px 0;
	border-style:solid;
	border-color:#3B444C;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	font:15px Georgia,serif;
	color:#0C2A4E;
	text-decoration:none;}
ul#dropdown li:hover>a,ul#dropdown li a.pressed{
	background-color:#0C2A4E;
	border-style:none;
	color:#F9D937;
	text-decoration:none;
	border-radius:14px 14px 14px 14px;
	-moz-border-radius:14px 14px 14px 14px;
	-webkit-border-radius:0;
	-webkit-border-top-right-radius:14px;
	-webkit-border-top-left-radius:14px;
	-webkit-border-bottom-right-radius:14px;
	-webkit-border-bottom-left-radius:14px;
	}
ul#dropdown ul li:hover>a,ul#dropdown ul li a.pressed{
	background-color:#0C2A4E;
	border-style:solid;
	border-color:#616D8E;
	color:#F9D937;
	text-decoration:none;
	
}
ul#dropdown>li>a{
	padding:3px 10px;}
	/*
ul#dropdown li.loginbar>a{
	border-width:0 0 3px 0;border-style:none;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;padding:3px 10px;}
ul#dropdown li.loginbar:hover>a,ul#dropdown li.loginbar a.pressed{
	border-style:none;}
ul#dropdown li.place>a{
	border-width:0 0 3px 0;border-style:none;border-color:#0C2A4E;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;padding:3px 10px;}
ul#dropdown li.place:hover>a,ul#dropdown li.place a.pressed{
	border-style:solid;border-color:#0C2A4E;border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px;-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;}*/

/* This is style for MASMembersform.php. */
#hyperlinkcolor a{
	color:#F9D937;
}