body {
  WIDTH: 800px;
  HEIGHT: 900px;
  PADDING: 0px;
  BACKGROUND-COLOR: #000000;
}

#body_main_full {
	PADDING: 0px;
	BACKGROUND-COLOR: #000000;
	top:20px;
	position: center;
	left: 0;
	margin: auto;
	width: 797px;
	height: 900px;
}

.whitebckgd_surroundingborder{ 
   BACKGROUND-COLOR: #ffffff;
   BORDER-BOTTOM: 4px solid #ffffff;
   BORDER-TOP: 4px solid #ffffff;
   BORDER-RIGHT: 4px solid #ffffff;
   BORDER-LEFT: 4px solid #ffffff;
   width:797px;
}
 
.blkbckgd_top{
  BACKGROUND-COLOR: #000000;
  BORDER-LEFT: 1px solid #ffffff;
  BORDER-RIGHT: 1px solid #ffffff;
  BORDER-TOP: 1px solid #ffffff;
  BORDER-BOTTOM: 1px solid #ffffff;
}

.blkbckgd_bottom{
  BACKGROUND-COLOR: #000000;
  BORDER-LEFT: 1px solid #ffffff;
  BORDER-RIGHT: 1px solid #ffffff;
  BORDER-BOTTOM: 1px solid #ffffff;
}

p{
  FONT-FAMILY: Arial, Helvetica, sans-serif;
  FONT-SIZE: 1em;
  MARGIN-BOTTOM: 2em;
  MARGIN-TOP:2em;
  LINE-HEIGHT: 1.5em;
}

a.footer:link{
   text-decoration: underline; color: white;
   }
a.footer:visited{
   text-decoration: none; color: white;
   }
a.footer:active{
   text-decoration: none; color: white;
   }
a.footer:hover{
   text-decoration: underline overline; color: white;
   }

a.mid:link{
   text-decoration: none; color: #009933;
   }
a.mid:visited{
   text-decoration: none; color: #009933;
   }
a.mid:active{
   text-decoration: none; color: #009933;
   }
a.mid:hover{
   text-decoration: underline overline; color: #009933;
   }

.br{
line-height:1.5em;
}

.p a:link,p a:visited {
  color: #660099;
  FONT-SIZE: 1em;
}

.p a:active {
  color: #660099;
  FONT-SIZE: 1em;
}
.p a:hover {
  text-decoration: underline;
  color: #660099;
  FONT-SIZE: 1em;
}

* {
margin: 0;
padding: 0;
}

/*Navigation bar starts here*/

#navbar, #navbar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	float: left;
} /*Main container tag for complete Nav bar*/

#navbar li {
	float: left;
	position: relative;
	list-style: none;
	display: block;
	width: 8em;
	left: -98px;
	top: -32px;


} /*Visible container tag for Nav bar - About Us, Alumni, Program, Events, Sponsorship and Clothing*/

#navbar li ul {
	float: left;
	position: relative;
	display: none;
	background-color: #000000;
	width: 10em;
} /*Visible container tag for Nav bar - drop downs*/

#navbar li:hover ul {
	position: absolute;
	display: block;
	width: 8em;
	left: 10em;
	margin:0;
	padding: 0;
}

#navbar li:hover ul, li.over ul {display: block; } /*The magic*/

#navbar li:hover ul, #navbar li.sfhover ul {
	left: auto;
}

#navbar li a {
    font-size: 1em;
    text-transform: none;
    display: block;
    padding: 5px;
    background-color: #000000;
    color: #ffffff;
    text-decoration: none; 
}

#navbar li:hover li {
    float: none; 
}
	
#navbar li:hover li a {
    background-color: #009933;
    border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
    color: #ffffff; 
}
	
#navbar li li a:hover {
    background-color: #000000; 
}
	


/*Right hand event box*/
	
#sixColumnFrame{
    border: 2px solid #660099;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: .75em;
    margin-left: auto; 
    margin-bottom: 1.5em;
    line-height: 1em; 
	padding: .75em;
	a: 0px solid;
}

#sixColumnFrame1{
    border: 2px solid #660099;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
    margin-left: auto; 
    margin-bottom: 1.5em;
}

	
#oneFrame{
    border: 1px dashed #999999;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: .75em;
    margin-left: auto; 
    margin-bottom: 1.5em;
    line-height: 1.25em; 
	padding: 1em;
}

#oneFramePurple{
    border: 1px dashed #660099;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: .75em;
    margin-left: auto; 
    margin-bottom: 1.5em;
    line-height: 1.25em; 
	padding: 1em;
}

#oneFrameGreen{
    border: 1px dashed #009933;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: .75em;
    margin-left: auto; 
    margin-bottom: 1.5em;
    line-height: 1.25em; 
	padding: 1em;
}

#oneFrame .standardFramePadding{
    border-top: 1px solid #999999;
}
