* {
font-size:103%;
margin : 0;
padding : 0;
font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

body
{
	background-image: url(/images/bg.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}


div{
	display:block;
}
span{
	display:inline-block;
}

table{
	border-spacing:0px;
	max-width: 70%;
}
body{
background-color:rgb(255,255,255);


}
#MainContainer{
	width:900px;
	height:700px;
	margin-top:1%;
	margin-bottom:1%;
	background-color: rgb(255,255,255);
}
#TableHeader{
	font-weight: bold;
	color: rgb(72,123,144);
	font-size: 140%
	
}
.TableDivider{
	width:5px;
	min-width:5px;
}
#ColorDivider{
	width:3px;
	min-width:6px;
	max-width:5px;
	background-color:rgb(0, 116, 186);
}
.TableItem{
	color: rgb(72,123,144);
	font-size:80%;
}
.ItemText:hover{
	cursor:pointer;
	color:rgb(255, 255, 255);
	background-color: rgb(0, 116, 186);
}
.LeftTable{
	text-align:right;
	width:50%;
}
.RightTable{
	text-align:left;
	width:50%;
}

.ArticleLeft{
	margin-right:5px;
	margin-left:5px;
	width:400px;
}
.ArticleRight{
	margin-right:5%;
	position:absolute;
	width:200px;
	border-style:groove;
	border-color:rgb(0, 116, 186);
}
.TextArticle{
	color: rgb(72,123,144);
	font-size:small;
	padding:5%
}
.ImageArticle{
	width:100%;
	margin-top:5px;
}

#Logo{
	width:100%;
}
#Bottom{
	color:rgb(0, 116, 186);
	text-align:center;
	width:50%;
	border-spacing: 20px;
	
}

#Bottom td{
	width:33%;
}
a:link,  a:visited {
color:rgb(0, 116, 186);
text-decoration : none;
}
#Logo:hover{
	cursor:pointer;
}


