body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #222;
	}
H1 {
	text-align: center; 
	}
H2 {
	font-size: 1.3em;
	}

#Clear {
	clear: both;
	}
#Page {
	box-shadow: 0px 0px 5px #CCC ;
	margin-top: 0px;
	}
#Page, #Header, #Nav, #Content, #Footer {
	width: 96%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	}
.PageOverlay {
	height: 100%;
	width: 100%;
   	background-color: #999; 
   	display: none;
  	position: fixed;   
   	top: 0;       
  	right: 0;          
  	bottom: 0;
  	left: 0;
   	opacity: 0.5;
	overflow-x: hidden; /* Disable horizontal scroll */
	z-index: 1000;
}
#PageOverlay img {
	position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	}
#HeaderWrapper {
	background-color: #163e60;
	}
#Header {
	position: relative;
	}
.DevServer { 
	background-color: #a03e16 !important;
	}
#Header img {
	margin-left: 10px;
	float: left;
	}
#NavWrapper {
	border-bottom: #1e1d57 solid 5px;
	background-image: url(graphics/bg_nav.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	}
#HeaderPortal {
	position: absolute;
	width: 450px;
	left: 230px;
	top: 40px;
	text-align: center;
	color: #fff;
	font-size: 2em;
	}	
#HeaderNav {
	position: absolute;
	width: 240px;
	right: 10px;
	top: 20px;
	text-align: left;
	color: #fff;
	border-left: #ddd solid 1px;
	padding-left: 15px;
	}
#HeaderNav a {
	color: #fff;
	text-decoration: none;
	}
#HeaderNav a:hover {
	color: #ddd;
	text-decoration: underline;
	}
#TopNav {
	text-align: left;
	margin-top: 10px;
	border-bottom: #CCC solid 1px;
	}
#TopNav a {
	text-decoration:none;
	color: #163e60;
	font-weight: 900;
	}
#TopNav a:hover {
	text-decoration:underline;
	}
	
#Content {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	}
#Representing {
	display: none;
	}
#Header img.logo {
	margin-top: 45px;
	}
.MissingInfo {
	color: #F00;
	}
.Smaller {
	font-size: 0.8em;
	}
.Button {
	display: inline-block;
	background-color:#009;
	color: #FFF;
	text-decoration: none;
	padding: 5px;
	border-radius: 10px;
	}
.HeadlineBlueBG {
	background-color: #163e60;
	color: #fff;
	display: block;
	text-align: left;
	padding-top: 1px;
	padding-right: 5px;
	padding-left: 10px;
	margin-bottom: 3px;
	}
h2.HeadlineBlueBG {
	margin-top: 0px;
	}
.HeadlineGreenBG {
	background-color: #0a0;
	color: #fff;
	display: block;
	text-align: left;
	padding-top: 1px;
	padding-right: 5px;
	padding-left: 10px;
	margin-bottom: 3px;
	}
h2.HeadlineGreenBG {
	margin-top: 0px;
	}
.InfoButton {
	margin: 10px;
	}
#InfoBoxContent {
	margin: 10px;
	}
#InfoBoxContentFloat {
	margin: 10px;
	float: left;
	}
#InfoBoxContent ul {
	padding-left: 0px;
	margin-left: 1em;
	}
#InfoBoxCenter {
	display: inline-block;
	width: 100%;
	float: left;
	margin-right: 3%;
	margin-top: 10px;
	margin-bottom: 10px;
	border: #163e60 solid 1px;
	}
#InfoBox30 {
	display: inline-block;
	width: 30%;
	float: left;
	margin-right: 3%;
	margin-top: 10px;
	border: #163e60 solid 1px;
	}
#InfoBox50 {
	display: inline-block;
	width: 46%;
	float: left;
	margin-right: 3%;
	margin-top: 10px;
	border: #163e60 solid 1px;
	}
#InfoBox70 {
	display: inline-block;
	width: 62%;
	float: left;
	margin-right: 3%;
	margin-top: 10px;
	border: #163e60 solid 1px;
	}
#InfoBox30b {
	display: inline-block;
	width: 28%;
	float: left;
	margin-right: 3%;
	margin-top: 10px;
	border: #163e60 solid 1px;
	padding-bottom: 10px;
	}
input[type=submit] {
    background:#0c0; 
    -webkit-border-radius: 5px;
    border-radius: 5px; 
	font-weight:900;
}
.Skills {
	font-size: .8em;
	}
.Cancel {
	background-color: #aaa !important;
	} 
.Delete {
	background-color: #a00 !important;
	color: #fff;
	} 

