/* Lets begin with the link stuff style , This is the MAIN link style used for the navigation and main body*/

a:link { color: black; text-decoration: none; font-weight:bold; }
a:visited { color: black; text-decoration: none; font-weight:bold;} 
a:hover { color: black; font-weight:bold; } 
a:active{ color: black; font-weight:bold; outline: none; -moz-outline-style: none;} 

a{
outline: none; 
-moz-outline-style: none;
}


/* Common properties*/
body{ 
		background-color: #d40004;
		color:black;		
		font-family: sans-serif;
		color: #e0f3f8;
		/*color: #ffffcc;		*/		
}

/*for the main box of content We are going to split it into div and p*/
div.main { 	
		background-color: #242eb2;
		border-style: solid;
		border-width: 1px;
		border-color: black;		
		padding: 3%;
		width: 90%;	
		z-index: 2;		
		\-moz-border-radius: 0.5em;
		position:relative;
	  }
	  
p.main {
		text-indent: 20px;
		text-align: left;
		z-index: 2;		
	  }

p.title {
			text-align: center;
			z-index: 2;
			font-size: 35;	
			border-bottom-style: dashed;
			border-bottom-width: 1px;
		}	  
/*This is for the title, we need no fancy images yet*/
div.title {	
			font-size: 72px;	
			font-family:Trebuchet MS;
			text-decoration: bold;
			text-align:center;
			color:black;			
		}
div.NavBar{
			z-index: 1;
			position:relative;
			top:-5px !important;
			top: 5px;
			
			cursor: pointer;

			background-color:#242eb2;
			
			border-top-style:solid;
			border-top-width:2px;
			border-top-color:black;
			
			border-left-style:solid;
			border-left-width:2px;
			border-left-color:black;
			
			border-right-style:solid;
			border-right-width:2px;
			border-right-color:black;
			
			font-size:20px;
			text-align:center;
			width:127px;
			height:50px;
			margin-left:10px;
			padding:1%;
			\-moz-border-radius-topleft: 0.5em;
			\-moz-border-radius-topright: 0.5em;
			display:inline;
			
			
		}
		
div.NavBarCurrent{
			z-index: 3;
			position:relative;
			top:-5px !important;
			top: 5px;
			cursor: pointer;

			background-color:#242eb2;
			
			border-top-style:solid;
			border-top-width:2px;
			border-top-color:black;
			
			border-left-style:solid;
			border-left-width:2px;
			border-left-color:black;
			
			border-right-style:solid;
			border-right-width:2px;
			border-right-color:black;
			
			font-size:20px;
			text-align:center;
			width:127px;
			height:50px;
			margin-left:10px;
			padding:1%;
			\-moz-border-radius-topleft: 0.5em;
			\-moz-border-radius-topright: 0.5em;
			display:inline;
			
		}