/** CSS Stylesheet **/
body {
	margin:0px;
	padding:0px;
	background-color: #D5E1DD;
	/*background-image: url('abstract_macrokeyboard_1600x1200.jpg');*/
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position: center;
	color: #333333;
	text-align: center;
	font-family: "Segoe UI", Tahoma, Verdana, sans-serif, Arial;
	font-size: 0.8em;
}

a, a:link, a:active, a:visited {
	color: #333333;
	border-bottom: 1px dotted #333333;
	text-decoration: none;
}

a:hover {
	color: green;
}

p {
	text-align: justify;
}

h1 {
	margin-top: 0px;
	font-size: 2.0em;
}

h2 {
	font-size: 1.5em;
	color: #747E80;
}

h3 {
	font-size: 1.2em;
	color: #666666;
}

p:first-letter {
	color: #3B6B9C;
	font-weight: bold;
	font-size: x-large;
}

ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

li {
	border-bottom: 1px dotted black;
}

img {
	border: 0px;
}

input {
	background-color: black;
	color: white;
	border: 1px solid orange;
	width: 100%;
}

input.button-submit {
	width: auto;
	background-color: black;
	border: 1px solid white;
	color: orange;
}

#container {
	color: #636363;
	margin: 0 auto;
	width: 80%;
	background-color: white;
	border: 2px solid black;
	border-radius: 15px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#left {
	width: 190px;
	float: left;
}

#right {
	width: 190px;
	float: right;
}

#content {
	margin-left: 200px;
	margin-right: 200px;
}

img.logo {
	margin-top: 20px;
}

.box {
	background-color: #F2583E;
	border: 0px solid black;
	border-radius: 10px;
	font-size: smaller;
	margin-bottom: 10px;
}

.box-header {
	color: white;
	font-weight: bold;
	font-size: larger;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

.box-content {
	text-align: left;
	padding-bottom: 5px;
}

.box-content-image {
	margin-left: 5px;
}

img.box-content {
	margin-top: 5px;
	/*margin-left: 15px;*/
}

.box-minigallery {
	background-color: #194E84;
	border: 0px solid black;
	border-radius: 10px;
	font-size: smaller;
	margin-bottom: 10px;
}

.box-content-minigallery {
	text-align: left;
	padding-bottom: 5px;
	color: white;
}

.box-microblog {
	background-color: #31B96E;
	border: 0px solid black;
	border-radius: 10px;
	font-size: smaller;
	margin-bottom: 10px;
}

.box-content-microblog {
	text-align: left;
	padding-bottom: 5px;
}

.microblog-datetime {
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 0.8em;
	color: white;
	font-weight: bold;
}

.microblog-content {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	color: black;
	text-align: left;
	border-bottom: 1px dotted black;
}

.navigation-link {
	margin-top: 5px;
	margin-left: 5px;
	font-size: 1.1em;
}

.survey-question {
	color: #cccccc;
	font-size: 0.8em;
}

.survey-answers {
	margin-top: 5px;
}

.survey-answer-bar {
	margin-top: 5px;
	height: 5px;
}

.survey-answer-link {
	padding-bottom: 5px;
}

.minigallery-description {
	text-align: center;
}

.minigallery-thumb {
	line-height: 202px;
	text-align: center;
	width: 190px;
	height: 202px;
}

#minigallery-thumb {
	vertical-align: middle;
}
