/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #ddd url(img/back.jpg) no-repeat; /* Optional */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #666;
	}
acronym { cursor: help; border-bottom: 1px dashed #999; }
a { text-decoration: none; color: #6B7687; border: none; }
a:hover { color: #666; text-decoration: underline }
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;

	width: 900px;
	background: #fff url(img/dot_line.gif) repeat-y 187px 0;
	border: 1px solid #ddd;
	padding: 0px 5px;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: #cd3300 url(img/headers/header.png) no-repeat 100% 0;
	border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;
	padding: 45px 45px;
	}	
#header h1 { 	
	margin: 0;
	color: white;
	font-size: 2.2em;
	font-weight: bold;
	cursor: default;
	}	
#header h2 { 	
	margin: 0;
	color: #ddd;
	font-size: 1.5em;
	padding-left: 1px;
	cursor: default;
	}	

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #cd3300; 
	border-bottom: 4px solid #fff;
	margin: 0; 
	padding: 0;
	height: 24px;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}		
#nav li a { 
	text-decoration: none; 
	color: #ddd;
	background-color: #cd3300;
	border-right: 4px solid #fff; 
	border-bottom: 0;
	padding: 2px 8px;
	font-size: 1em;
	float: left;
	font-weight: bold;
	}
#nav li a:hover { background-color: #6B7687; }

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 175px;
	position: relative;
	}
#sidebar div { background: #fff url(img/para_bg.jpg) repeat-x; }	
/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar h3, #content h3 { 
	font-size: 1.1em; 
	color: #49515C; 
	margin: 0 10px 0 0; 
	cursor: default;
	}
#content div, #sidebar div { 
	padding: 1px 0 10px 0;  
	border-top: 1px solid #ddd; 
  padding: 10px;
	}	
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: left;
	width: 710px;
	position: relative;
	margin-left: 15px;
	text-align: justify; 
	}	
#content div { background: #fff url(img/para_bg.jpg) repeat-x;
}	
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: #cd3300 url(img/112.png) no-repeat 100% 0;
	border-bottom: 5px solid #fff;
	border-top: 10px solid #fff;
	text-align: left;	
	color: #fff;
	font-size: 0.8em;
    padding: 30px 30px;
	line-height: 16px;
	clear: both;
	}
	
#footer a { text-decoration: none; color: white; }
#footer a:hover {  color: #ddd; }

IMG.displayed {
        display: block;
            margin-left: auto;
                margin-right: auto }
a:link img{text-decoration: none;
border-color: white;
border-width: 2px;
}

a:visited img{text-decoration: none;
border-color: white;
border-width: 2px;
}

a:hover img{text-decoration: none;
border-color: #ddd;
border-width: 2px;
}

