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


/*
=======================================

global

=======================================
*/


* {
	margin: 0;
	padding: 0;
}



body {
	width: 100%;
	font: 13px/21px Arial, Helvetica, sans-serif;
	color: #DCDCDC;
	background-color: #fbde6a;
	
	}

	#canvas {
		margin: 0 auto;
		width: 750px;
		background: #020005 url(../images/ism_bg.jpg) no-repeat top;
		}	
		





/*
=======================================

header

=======================================
*/

#header {
	margin: 0 auto;
	padding-top: 28px;
	width: 750px;
	height:72px;
	text-align: center;
	}
	
	#canvas #header h1 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 14px;
		font-weight: normal;
		font-style: italic;
		color: #000; 
		}




/*
=======================================

inside content

=======================================
*/

#content {
	margin:65px 0 20px 223px;
	width:480px;
	}
	
	div.rule { 
		padding: 0;
		margin: 13px 0;
		border-bottom: 1px solid #84a7ad;
		}
	
	h2 {
		font-size: 14px;
		line-height: 17px;
		margin: 0 ;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
		font-weight: normal;
		color: #ecc75f;
		}
	
	ul {
		margin: 0 0 0 0 ;
		padding:0 0 0 12px;
		list-style-image: url(../images/ism_bullet.gif)}
	
	li {
		margin: 0 0 0 0 ;
		padding:0 0 6px 0;
		line-height: 15px
		}
	
	#special {
		color: #add8e5;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		}
		
		#special .special2 {
		color: #cb8124;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 14px;
		letter-spacing: 3px;
		font-style:italic;
		padding: 0 6px 0 8px;
		}
	
	


		/* ================================= */
		/*                                   */
		/*              a styles             */
		/*                                   */
		/* ================================= */
		
		
		 a {
			color: #DCDCDC;
			text-decoration: underline;
			}
			
			a img {border: none}
		
		a:hover {
			color: #ADD8E5;
			text-decoration: none;
			}
		
		
		
	
		/* ================================= */
		/*                                   */
		/*            span styles            */
		/*                                   */
		/* ================================= */
		
		
		.textBlue {
			color: #ADD8E5;
			}
			
			.textBlueItalic {
				color: #ADD8E5;
				font-style:italic;
				}
		
		.textBlueDk {
			color: #3E6484;
			}
		
		.small {
			font-size: 11px;
			}
			.smallWhite {
			font-size: 11px;
			color: #FFF;
			}
			
			.contact {
				font-size: 12px;
				}
			
		.textBrown{color:#955E1C}
		
		
		
		




/* ================================= */
/*                                   */
/*               footer              */
/*                                   */
/* ================================= */

#footer {
	margin: 10px auto;
	width: 750px;
	height: 150px;
	background: url(../images/ism_footer.jpg) no-repeat top;
	}
	
	#footer a {	
	color: #955E1C;
	}
	
	#footer a:hover {text-decoration:none}