/* Styles for general purpose*/
/*==========================================================*/


body 
{ 	  margin-left:6%; 
			margin-top:4px;
			padding:0px; 
			font-size: 14px;
			font-weight: normal;
			font-family: Verdana, Arial,  Helvetica, sans-serif;
			color: #000066;
			text-align: justify;
			
	}

p{
	line-height: 1.4;
	text-aling:justify;
}

h1{
	margin-top:15px;
	font-size: 15px;
	text-align: left;
	font-family: Verdana, Arial,  Helvetica, sans-serif;
	color: #ee0000;
}

h2{
	margin-top:29px;
	margin-bottom:-9px;
	font-size: 15px;
	text-align: left;
	font-family: Verdana, Arial,  Helvetica, sans-serif;
	color: #cc0000;
}
ul
{
	font-size: 13px;
	line-height: 1.2;
	text-align: left;
}

ol
{
	margin-top:12px;
	font-size: 13px;
	line-height: 1.4;
	text-align: left;
}

ol ol ol
{
	list-style: lower-roman;
}

ol li
{
	margin-bottom:12px;
	margin-top:12px;
	line-height: 1.3;
}

ul li
{
	margin-bottom:6px;
	margin-top:6px;
}

.bakerline
{
			font-size: 11px;
			font-weight: normal;
			/*font-family: Verdana, Arial,  Helvetica, sans-serif;*/
			color: #660055;
			text-align: left;
			margin:0;
			margin-top:2px;
			padding:0;
	
}

.small
{
			font-size: 12px;
			font-weight: lighter;
			font-family: Verdana, Arial,  Helvetica, sans-serif;
			color: #999999;
	
}

.leftside
{
			float:left;
			margin-right:20px;
			margin-top:20px;
			margin-bottom:20px;
			border:0;
}

.leftside_high
{
			float:left;
			margin-right:20px;
			margin-top:5px;
			margin-bottom:20px;
			border:0;
}



.rightside
{
			float:right;
			margin-left:20px;
			margin-top:20px;			
			margin-bottom:20px;
			border:0;
}

.rightside_high
{
			float:right;
			margin-left:20px;
			margin-top:5px;			
			margin-bottom:20px;
			border:0;
}

hr
{
	margin-top:9px;
}


/* area definitions*/
/*===================================================================*/


/* common properties for dev areas*/
div
{
	margin:0;
	/*	border:1px dotted #dddddd; */
	width:95%;
	text-aling:justify;
}


/* left part of header with logo*/
#header_left
{
	width:29%;
	height:150px;
	float:left;
}

/* right part of header empty space*/
#header_right
{
	width:65%;
	margin-left:30%;
	height:150px;
	
}


/* breadcrum bar betwenn header and content*/
#bar
{
	clear:left;
	margin-bottom:15px;
	min-height:30px;
	height:36px;
	
}

/*Navigation Sidebar*/
#navigation
{
	width:29%;
	min-width:150px;
	min-height:120px;
	float:left;
}


/*Content Area*/
#content
{
	margin-left:32%;
	width:60%; 
	/*padding-left:24%;*/
	min-height:120px;
}


/* separationbar before footbar*/
#footseparator
{
	clear:left;
	height:15px;
}


/* left part of footer*/
#footer_left
{
	width:75%;
	height:50px;
	float:left;
}

/* right part of footer*/
#footer_right
{
	width:20%;
	margin-left:75%;
	height:50px;
	text-align: right;
	
}

/* footbar*/
#footer
{
	clear:left;
}


/* specific styles*/
/*===================================================================*/

/* style for horizontal menu buttons*/


.horizontal_menu
{
	float:right;
	margin-top:0px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:1px;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:6px;
	min-width:56px;
	min-height:11px;
	height:12px;
	width:auto;
	display:inline;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Arial,  Helvetica, sans-serif;
	color: #660055;
	text-align: center;

}


/* styles for links*/
a:link
{
	text-decoration:none;	
	color:blue;
}

a:hover
{
	text-decoration:underline;	
	/*font-weight:bold;*/
	text-transform:uppercase;
	color:red;
}

div#navigation a:hover
{
	text-decoration:underline;	
	/*font-weight:bold;*/
	text-transform:uppercase;
	color:red;
}

div#content a:hover
{
	text-decoration:underline;	
	color:red;
	text-transform:none;
}

a:visited
{
		text-decoration:none;
		color:#996666;	
}


/* styles for any paragraph*/
div#content p:hover
{
	background-color:#eeeeee;
	
}



div#bar p:hover
{
	background-color:#ffffff;
}



/* styles for list elements*/
div#navigation ul
{
	/*list-style-image:URL('images/v_blue_9x18.gif');*/
	font-size: 14px;
	list-style-type:none;
	margin-bottom:15px;
	padding-left:9%;
}

div#navigation ul ul
{
		margin-bottom:15px;
}

div#navigation li
{
		margin-bottom:15px;
}

div#navigation li li
{
		margin-top:5px;
		margin-bottom:5px;
}

div#navigation li.thisone
{
	list-style-image:URL('images/v_red_9x18.gif');
	color:#554466;

}

div#navigation li li.thisone
{
	list-style-image:URL('images/v_blue_9x18.gif');
	color:#554466;

}

div#navigation li li.noshow
{
	list-style-image:none;
	color:#554466;

}

div#navigation li.dontshow
{
	list-style-image:none;
	color:#554466;
	display:none;

}


div#navigation ul ul.dontshow
{
	display:none;

}
