
body {
	text-align : center;
	background-color: #b5b5b5;
	min-width : 850px ;
	}

#wrapper {
	width : 850px;
	text-align : left ;
	margin-left : auto ;
	margin-right : auto ;
	padding-top: 70px;
	background: url('../images/common/ImagesSI.jpg') top left no-repeat;
	}
	
#header {
	background: url(../images/common/header.png) no-repeat;
	height: 120px;
	width: 850px;
	text-align:right;
	}

#navmenu {
	text-align: right;
	padding: 29px 37px 0 0;
	}

.menupics {
	text-align: center;
	float: right;
	padding-left: 15px;
	}

.menupics a{
	text-decoration: none;
	font-size: 9px;
	}

#navmenu img {
	border: 0px;
	}

#maincontainer {
	float: left;
	width : 850px;
	background: url(../images/common/container.png) repeat-y;
	}

#content {
	float: left;
	width: 770px;
	padding: 0 0 10px 40px;
	}

.newsbox {
	padding: 5px 0 0 0;
	margin: 0 20px;
	}
	
.innernews {
	width: 350px;
	padding: 10px 10px 10px 10px;
	background: #F0F0F0;
	border: 1px solid #D5D5D5;
	}

.BoxTop {
	background: url(../images/common/BoxTop.jpg) no-repeat;
	height: 24px;
	width: 769px;
	}

.BoxBody {
	width : 769px;
	background: url(../images/common/BoxBack.jpg) repeat-y;
	overflow: hidden;
	}

.BoxBody p {
	margin: 0 20px;
	text-align: justify;
	}

.BoxBody ul {
	display: inline;
	margin: 0;
	padding: 0;
	}

.BoxBody li {
	margin-left: 35px;
	margin-right: 10px;
	}

.BoxBody h2 {
	margin: 0 20px;
	color: #5c83b4;
	}

img.AlignLeft {
	padding: 0px 10px 0px 0px;
	float: left;
	}

.BoxBottom {
	width : 769px;
	height: 24px;
	background: url(../images/common/BoxBottom.jpg) no-repeat;
	}

/* ----- Navigation -----  */

#nav {
	float: left;
	padding: 0 0 2px 13px;
	margin: 0;
	}
	
#navinner {
	float: left;
	width: 823px;
	height: 37px;
	background: url(../images/common/menubg.png) repeat-x;
	}
	
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	}
	
#nav li a {
	float: left;
	text-align: center;
	margin: 0;
	padding: 7px 0 0 0;
	width: 117px;
	height: 37px;
	text-decoration: none;
	color: #383838;
	background: url(../images/common/menutabbg.png) no-repeat;
	}
	
#nav li a:hover {
	color: #ffffff;
	background: url(../images/common/menutabbghov.png) no-repeat;
	}
	
#nav li a.active {
	color: #ffffff;
	background: url(../images/common/menutabbgsel.png) no-repeat;
	}

#nav li a:focus {
	outline: none;
	}
	

/* ----- Typography ----- */

body {
	font: small Verdana, Sans-serif;
	line-height: 1.6em;
	color: #444444;
	}

h1 {
	padding-top: 10px;
	font-size: 1.2em;
	color:#444444
	}

h2 {
	font-size: 1em;
	font-style:italic;
	color: #444444;
	}

.innernews p {
	margin-left: 0px;
	padding: 0 10px 0 0px;
	font-size: .8em;
	line-height: 1.2em;
	}

#content p {
	text-align: justify;
	}

/* ----- Links ----- */

a {
	color: #5c83b4;
	}

a:visited {
	color: #444444;
	}

a:hover {
	color: #444444;
	}

#footer a {
	color: #333333;
	text-decoration: none;
	}

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

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



/* ------ Footer ----- */

#footer {
	text-align: center;
	clear:both;
	font-size: .8em;
	color: #666666;
	}

