/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #fff url(img/bg2.gif); 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #666;
	}
abbr { cursor: help; border-bottom: 1px dashed #999; }
a { text-decoration: none; color: #369; border-bottom: 1px double #369; }
a:hover { border-bottom: 1px dashed #49515C; color: #49515C; }
.center {text-align: center;}
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 70%; 
	background: #fff url(img/dot_line.gif) repeat-y 26%;
	border: 1px solid #ddd;
	padding: 0 5px;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: #a7516a url('images/header.jpg') no-repeat 100% 0;
	border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;
	padding: 61px 58px; 
	}	
#header h1 { 	
	margin: 0;
	color: #C6C4C5;
	font-size: 1.8em;
	font-weight: normal;
	cursor: default;
	}	
#header h2 { 	
	margin: 0;
	color: #8D8E90;
	font-size: 1.2em;
	padding-left: 1px;
	cursor: default;
	}	

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 25%;
	position: relative;
	line-height: 20px; 
	word-spacing: 2px;	
	}
#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;
	}	
/*------------------------------------------------------------*
**  Buttons
**------------------------------------------------------------*/
	
#buttons div {
	background: #fff url('images/buttons.jpg') no-repeat;
	text-align: left;
	text-decoration: none;
	border: 0 0 0 0;
	}
	
#buttons div.on {
	background: #fff url('images/buttons-on.jpg') no-repeat;
	text-align: left;
	text-decoration: none;
	color: #ffcccc;
	}

#buttons div.on a:link {
	color: #ffcccc;
	}
		
#buttons a {
	margin-left: 18px;
	color: #330000;
	font-weight: bold;
	font-size: 14pt;
	text-decoration: none;
	border-bottom: none;
}

#buttons a:visited {
	color: #996666;
	text-decoration: none;
}
#buttons a:hover {
	margin-left: 18px;
	color: #663333;
	text-decoration: underline;
}
#buttons a:active {
	margin-left: 18px;
	color: #663333;
	text-decoration: none;
}
	
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: left;
	width: 80%  
	position: relative;
	margin-left: 15px;
	line-height: 20px; 
	text-align: justify; 
	word-spacing: 2px;	
	}	
#content div { 
	background: #fff url(img/ocs_pbg.jpg) repeat-x; 
	}
		
.centre { 
	background: #fff url(img/ocs_pbg.jpg) repeat-x;
	text-align: center; 
	font-weight: 900 12px arial
	}	

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: #a7516a;
	border-bottom: 5px solid #fff;
	border-top: 10px solid #fff;
	text-align: center;	
	color: #fff;
	font-size: 0.8em;
	padding: 10px;
	line-height: 16px;
	clear: both;
	}
	
#footer a { 
	text-decoration: none; 
	color: #330000; 
	border-bottom: 1px double #330000; 
	}
	
#footer a:hover { 
	border-bottom: 1px dashed #fff; 
	color: #fff; 
	}

