/* ################################################# */
/* ##          EBKA CSS By Steve Pointer          ## */
/* ################################################# */

/* ------------ Heading -------------------  */

#header 	{
		background:#668cd9;
		padding:15px;
		margin:0;
		text-align:left;
		color:yellow;
		font-style:italic;
		}

#header img 	{
		float:right;
		border:none;
		position: relative;
		margin-top:-30px;
		}


.headerbar 	{ 
		margin-top:-1px;
		width: 100%;
		height: 32px;
		background: white;
		background-image: url('/images/header.png');
		}

/* ------------Body ----------------------*/

body 		{
		background:white;
		text-align:left;
		margin:0px;
		padding:0;
		font-family: arial, helvetica, sans-serif;
  		font-size: 14px;
		color: #747474;
 		line-height: 16px;
		}

a 		{ 
		color: #668cd9;
		/*text-decoration:none;*/
		}

a:visited	{
		color: #668cd9;
		/*text-decoration:none;*/
		}

:link:hover,:visited:hover
		{
		background-color:grey;
		/* text-decoration:none;*/
		color:red;
		}

#content 	{
		margin-top: 30px;
		text-align:left;
		padding: 0 0;
		background-color: white;
		padding-left: 240px;
		padding-right: 120px;
		margin-bottom: 0;	
		}

#content img	{
		border:none;
		padding:10px;
		}

/* --------- Navigation --------------*/

#navigation 	{ 
		position:relative;
		text-align:left;
		float:left;
		width:180px;
		margin-top:10px;
		padding:2px;
		list-style: none;
		margin-left:15px;
		}


#navigation ul {
		list-style: none;
		width: 180px;
		padding: 0;
		margin-left:0px;
		/* border-top: 0.1px solid white;*/
		border-bottom: 1px solid white;		
		}

#navigation li {
	/*	list-style: none;*/
		}

#navigation li a:link, #navigation li a:visited 
		{
		font-size: 13px;
		display: block;
		padding: 0.4em 0 0.4em 0.5em;
		border-left: 0.1px solid white;
		border-right: 0.1px solid white;
		background-color: #668cd9;
		color:yellow;
		text-decoration: none;
		}

#navigation li a:hover
		{
		color:red ;
		font-size: 13px;
		font-style:italic;	
		}

#navigation ul ul li
		{
		border-bottom: 0px solid black;
		list-style: none;
		margin:0px;
		}

#navigation ul ul a:link, #navigation ul ul a:visited
		{
		background-color:#668cd9;vertical-align: middle;
		color: yellow;
		font-weight:bold;
		}

#navigation ul ul a:hover 
		{
		color:white;
		text-decoration:underline;
		}

/* ------------- Right Column ----------- */

#rightcol 	{
		position:relative;
		top:30px;
		right:10px;
		margin:10px;
		float:right;
		width:100px; 
		height:10%;
		padding:0px;
		background-color:red;
		list-style: none;
		}



#rightcol img	{
		border:none;
		}

/* -------------- Footer ----------------- */

.footerbar 	{ 
		width: 100%;
		height: 30px;
		background-image: url('../images/footer.png');
		position: relative;position:relative;
		margin-top:30px;
		}

#footer p.left 	{
		float:left;
		margin-left:20px;
		background-color: white;
		}

#footer p.right {
		float:right;
		margin-right:20px;
		background-color: white;
		}

#footer 	{
		position:relative;
		top:1px;
		background-color: white;
		width:100%;
		font-size: 12px;
		clear:both;
		margin:0px;
		padding:1% 0;
		text-align:center;
		}


#footer a       {
                color: #668cd9;
		text-decoration:none;                
		}

#footer a:visited       {
                color: #668cd9;
		text-decoration:none;
                }



/* -------------- End ------------------- */
