@charset "UTF-8";
/* CSS Document */


												 
/*       ++++++++++++++++++++++++++++++++++++++++++++++++++++++
         ++++++++++++++++++ General Stylings ++++++++++++++++++
         +++++++++++++++++++++++++++++++++++++++++++++++++++++*/

html {
	height:100%;
	margin-bottom: 1px;
}

a img {
        border: none;
}

img {
	margin: 5px; 
	align: middle;
	border-color: #FFFFFF;
	}



a:link {
	text-decoration: none;
	color: #9BB5CA;
}
a:visited {
	text-decoration: none;
	color: #9BB5CA;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
a:active {
	color: #9BB5CA;
}


/*background-color:#e5e8e9;  */

body {
        
		background-color:#e5e8e9;    
	  	color: #58595B;
	    font-family: Helvetica, sans-serif;
        font-size:9px;
        text-align: left; 
        
}

cite {
        font-size: 90%;
        font-style: normal;
}

h1 {    
        font-size:40px;
		color: #d9dcde;
		font-weight: bold;
		margin: 0px 0px 20px 0px;
		padding: 0px 0px 0px 0px;
		
}

h2 {
        
		font-size:16px;
		color: #b2babd;
		font-weight: bold;
		margin: 0px 0px 15px 0px;
		padding: 0px 0px 0px 0px;

}

h3 {
		font-size:12px;
		color: #b2babd;
		
		margin: 0px 0px 5px 0px;
		padding: 0px 0px 0px 0px;
		
}

h4 {
		font-size:13px;
}

h5 {
		font-size:12px;
}

h6 {
	
}

p {
        font: 9.5px Helvetica, sans-serif;
		color: #58595B;
        
		padding:0px 0px 0px 0px;
		margin:0px 0px 15px 0px;
}


/*       ++++++++++++++++++++++++++++++++++++++++++++++++++++++
         ++++++++++++++++++ Div Stylings ++++++++++++++++++++++
         +++++++++++++++++++++++++++++++++++++++++++++++++++++*/



		
.all {
	
        width:560px;
		height:auto;
		position:relative;
		margin:0 auto;
		overflow:visible;
       
		}
		
.wrap {
		width:390px;
		height:auto;
		position:relative;
		margin:192px 0px 0px 20px;
		float:left;
		overflow:visible;
		}


.sidewrap {
		position:relative;
		float:left;
		height:323px;
		width:150px;
		padding: 0px 0px 0px 0px;
		margin: 235px 0px 0px 0px;
		
		}



		
.menu {
		
		position:relative;
		float:none;
        width:149px;
		height:150px;
       	font-size:20px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	   
	   
		}
		
.menu ul li {
	text-align:right;
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	line-height: 20px;
			}

		
.menu  a {
			color:#D1D1D1;
			font-style: oblique;
			font-weight: bold;	
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;			
			
				} 
			
			
.menu  a:hover { 
			color:#D1D1D1; 
			font-style:normal;
			font-weight: bold;	
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			
			} 
			


.squaresleft {
			position:relative;
			width:149px;
			height:153px;
			background-image:url(../images/squaresleft.png);
			background-repeat:no-repeat;
			float:none;
			margin:20px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			}
.logo {
			position:absolute;
			width:95px;
			height:95px;
			background-image:url(../images/logo.png);
			margin: 113px 0px 0px 333px;
			}

        
		
.text {

        position:relative;
        overflow:visible;
	    float:left;
		width:275px;
		height:auto;
		overflow:visible;
	    margin:0px 0px 0px 0px;
		
	    	
		}
		
		
.squareright {
			position:relative;
			width:300px;
			height:100px;
			
			background-repeat:no-repeat;
			background-position:right;
			float:right;
			margin:0px 0px 0px 0px;
			padding:0px px 0px 0px;
			}
			
.filler		{
			position:relative;
			height:289px;
			float:right;
			width:110px;

			}
			
		
.footer {

		width:560px;
		height:20px;
		color: #999999;
		font-size:7.6px;
		text-align:right;
		padding: 0;
		margin:5px 0px 0px 0px;
		float:left;
		
		}