/* CSS Document #99C3FF;*/

html {
    height:100%;
}

body{
	background: rgba(83, 146, 167, 0.36);
	padding:0 0;
    margin:0 0;
    height: 100%;
}

#bar1{
	background:#000000;
	position:absolute;
	top: 15px;
	right:0px;
	height: 10px;
	width: 95%;
}

#bar2{
	background:#000000;
	position:absolute;
	top: 15px;
	left:1%;
	height: 10px;
	width: 3%;
}

#pic{
	position:relative;
	top: 35px;
	left: 15px;
	width: 650px;
}

#ttltext{
	position:relative;
	top: 35px;
	left: 15px;
	width: 600px;
}

#ttltext h1{
	color:#FFFFFF;
	font-family: 'Roboto', sans-serif;
	padding:0 0;
    margin:0 0;
	font-size:55px;
	font-weight:300;
    display: inline;
}

#ttltext h2{
	color:#000000;
	font-family: Lato;
	font-weight: bold;
	font-size:12px;
	display: inline;
}

.bodsect {
	display: table; 
	position:relative;
	left: 15px;
	top: 40px;
}

.sectcont{
	display: table-row;
}

.bodtitle{
	display: table-cell; 
	width: 75px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:11px;
	text-align: center;
	padding:0 0;
}

.bodtext{
	display: table-cell; 
	width: 525px;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:10px;
	padding-top:30px;
	padding-bottom:10px;
}

.bodtext a{
	color:#000000;
}

.bodtext a:visited{
	color:#111111;
}

.bodtext a:hover{
	color:#FFFFFF;
}

.article  {
	margin-bottom: 15px;
}
.article p{
	margin: 0;
}
.article p.title{
	font-size:12px;
}

#nav{
	position:relative;
	top:35px;
	left:15px;
	width: 600px;
}

#nav a{
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	text-decoration:none;
	margin-right:7px;
}

#nav a:visited{
	color:#000000;
}

#nav a:hover{
	color:#FFFFFF;
}
