body{
margin:0;
padding:0;
padding-top: 25px;
line-height: 1.5em;
background: #4D4D4D;
color: #494040;
min-width: 930px;
min-height: 1824px;
font: 72%/1.5  Verdana, 'Trebuchet MS', arial, sans-serif;
}

b{font-size: 110%;}
em{color: red;}

h1 {
	font-weight: bold;
	font-size: 1.9em;	
	text-align: center;
	background: transparent;
	color: #003b93;
}

h2 {
	font-weight: bold;
	font-size: 1.9em;	
	text-align: right;
	background: transparent;
	color: #4D4D4D;
}

a{ 
	color: #003b93;
	background: transparent;
	text-decoration: none;
}
a:visited{ 
	color: #003b93;
	background: transparent;
	text-decoration: none;
}
a:hover{ 
	color: #4D4D4D;
	background: transparent; 	
	text-decoration: none;	 
}

img {
border: 0px solid #030524;
}
img a {
border: 0px solid #030524;
}
.imagine img{
  background: transparent;
	border: 3px solid white;
	padding: 2px;
}
.imagine :hover{
	border: 3px solid #096899;
}

#maincontainer{
width: 940px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
float: left;
background: transparent url('../imag/up.png') top;
text-align: right;
height: 19px;
width: 100%;
}


#contentwrapper{
float: left;
width: 940px;
background: transparent;
border: 0px;
}

#contentcolumn{
float: right;
margin-left: 290px; /*Set left margin to LeftColumnWidth*/
background: white url('../imag/fond_menu.png') repeat-y left top;
height: 1340px;
width: 645px;
border-right: 5px solid #ff6600;
}

#leftcolumn{
float: left;
width: 284px; /*Width of left column*/
margin-left: -940px; /*Set left margin to -(MainContainerWidth)*/
background: white url('../imag/fond_menu1.png') repeat-y top right;
height: 1340px;
border-left: 5px solid #ff6600;
}

#footer{
clear: left;
background: transparent url('../imag/down.png') no-repeat top;
color: #E5E5E5;
text-align: right;
height: 180px;
width: 940px;
}

#footer a{
color: #FFFF80;

}

.innertube{

margin: 20px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowlistmenu{
width: 180px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px;
color: white;
background: transparent url(../imag/titlebg.jpg) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/

}

.arrowlistmenu ul li a{
color: #003b93;
background: url(../imag/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 110%;
}

.arrowlistmenu ul li a:visited{
color:#003b93;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #494040;
background-color: transparent;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.breadcrumb{
font-weight: bold;
text-align: right;
color: #003b93;
}

.breadcrumb a{
background: transparent url(../imag/breadcrumb.gif) no-repeat center right;
text-decoration: none;
padding-right: 18px; /*adjust bullet image padding*/
color: #003b93;
}

.breadcrumb a:visited, .breadcrumb a:active{
color: #003b93;
}

.breadcrumb a:hover{
text-decoration: none;
color: #494040;
}
