/* CSS Document */

body {background-color: #FFFFFF;
font-size: 11px;
text-align: left;
font-family: Tahoma, Arial, sans-serif;
margin:0 0 10px 0;
background-image:url(layout/sidebar.jpg); 
	background-repeat: repeat-y;
}


#contain {
height: 100%;
position: relative;
	margin: 0 auto;
	width:800px;
	text-align: left;
	background-image:url(layout/sidebar.jpg); 
	background-repeat: repeat-y;
	font-size: 11px;
	}
	

	#header{background-image:url(layout/layout_07.jpg); 
	position: fixed;
	background-repeat: repeat-x;
	width: 100%;
	height: 109px;
	background-color: #F7F3F4;
	 margin: 0;
	 padding: 0;
	 font-size: 14px;
	 font-style: strong;
	 font-color: #DF0000;
	 font-family: Tahoma, Arial, sans-serif;}
	
	#topmenu{
	position: fixed;
	width:750px;
	 height: 32px;
	 
	
	 }
	 
	 
	 #side{
	 position: fixed;
	 top: 141px;
	 background-color: #F6F6F6;
	 width: 159px;
	 height: 100%;
	 padding: 0;
	 margin: 0;
	 border-right: 1px solid A19FA0;
	 }
	 
	 #nav{
	 position: fixed;
	 width: auto;
	 height: 50px;
	 padding: 18px 0 0 10px;
	 }
	 
	 		 #main{
	 margin: 129px 10px 10px 0;
	 padding: 10px 0 0 35px;
	 position: static;
	 background-color: none;
	font-family: Tahoma, Arial, sans-serif;	 
	font-size: 12px}
	
#search {align: right;
text-align: right}

.search {align: right;
text-align: right}

#cse-search-results
{margin-left: 130px;}

.cse-search-results
{margin-left: 130px;}


	h1 {
	margin: 20px 0 0 0;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 18px;
	font-style: strong;
	color: #000000;
	font-family: Tahoma, Arial, sans-serif;
	}
	
	h2 {
	margin: 15px 0 5px 0;
	font-size: 14px;
	font-style: italic;
	color: #5A0005;
	font-family: Tahoma, Arial, sans-serif;
	}
	
	h3 {
	margin: 15px 0 5px 0;
	font-size: 12px;
	font-style: italic;
	color: #000000;
	font-family: Tahoma, Arial, sans-serif;
	}
	

h4 {
	 margin: 0 0 0 0;
	 font-size: 14px;
	 font-style: strong;
	 color: #A0A0A0;
	 font-family: Tahoma, Arial, sans-serif;
}

h5{
	 margin: 0 5px 0 15px;
	 padding-bottom: 5px;
	 font-size: 12px;
	 font-style: strong;
	 color: #DF0000;
	 font-family: Tahoma, Arial, sans-serif;
}

h6{
	 margin: 15px 0 0 15px;
	 font-size: 14px;
	 font-style: strong;
	 color: #DF0000;
	 font-family: Tahoma, Arial, sans-serif;
}

p{
font-size: 12px;
margin: 10px 0 0 0;

}

a:link{
text-decoration: none;
color: #DF0000;
}

a:active{
text-decoration: underline;
}

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

a:hover{
text-decoration: underline;
color: #DF0000;
}

img{
border: none;
}

