/* ------------- "generic" styles */

body {
	margin: 0; padding: 0;
	background: #CCCCCC; color: #003366;
	background-image: url(Graphics/backgroundvertical.gif);
	background-repeat: repeat-y;
	font: 13px Geneva, Arial, Helvetica, sans-serif;	
}


#BackgroundTopBar {
	margin: 0px 0px 0px 60px;
	height: 62px;
	background-image: url(Graphics/BackgroundTopBar.gif);
	background-repeat: repeat-x;
}
	
	
#YukeLogo {
	margin: -55px 0px 0px 45px;
	height: 24px;
	width: 385px;
	background-image: url(Graphics/YukeLogo.gif);
	background-repeat: repeat-none;
}	




a:link {
	font-size: smaller;
	color: #996600;
	text-transform: uppercase;
	text-decoration: none;
}	

a:visited {
	font-size: smaller;
	color: #993300;
	text-transform: uppercase;
	text-decoration: none;
}

a:hover {
	font-size: smaller;
	color: #996600;
	text-transform: uppercase;
	text-decoration: underline;
}





a img {
	border: none;
}


p {
	margin: 0 0 1 0;
	text-align: justify;
}
	







/* specific divs */


#MainText { 
	padding-left: 75px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
}



#NavLinks { 
	margin: 10px 0px 23px 0px;
	float: left;
}



#SideBar { 
	margin: 0px 20px 700px 0px;
	padding: 8px 0px 8px 8px;  
	float: left;
	width: 145px;
	border-width: 2px;
	border-style: solid;
	border-color: #996600;
}

#SideBar h1 {
	font-size: 10px;
	color: #996600;
	margin: 1em 0 0 0;
	text-align: left;
	text-transform: uppercase;
	}

#SideBar li {
	font-size: 10px;
	color: #003366;
	list-style: none outside;
	text-align: left;
	padding: 0 .25 .25 0
	}
	
	
#SideBarImageOnly { 
	margin: 0px 20px 600px 0px;
	float: left;
}


#RightSideInfo (
	margin: 0px 0px 100px 0px;
	padding: 0px 4px 0px 0px;  
	float: left;
	width: 545px;
}
