/**************************************************************************************/
/* Custom.css - CCBOE Stylesheet */
/**************************************************************************************/



/**************************************************************************************/
/* Generic Style Declarations */

body	
	{	background-color: #ffffff;
		color: #000000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		margin: 0; }

/* END Generic Style Declarations */
/**************************************************************************************/




/**************************************************************************************/
/* Layout Styles */

#Banner
		{	color: #ffffff;
			margin: 0;
			padding: 7px 5px 3px 5px;
			height: 19px;
			background-image: url(../images/flag.jpg);
			background-repeat: no-repeat;
			background-position: top right;
			background-color: #1c3764;
			border-bottom: 1px solid #000000; }
			
#Banner a, #Banner a:visited, #Banner a:hover
		{	color: #ffffff; }
		
#SideBar
		{	background-image: url(../images/sidebar_bg.jpg);
			background-repeat: no-repeat;
			background-position: top left;
			background-color: #dfefff; }

#Container
		{	padding: 0px 15px; }
		
/* END Layout Styles */
/**************************************************************************************/