/* CONCUR2015 CSS Document */

body {
	margin:0;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:1em;
	color:#555555;
	background-color:#FFFFFF;
	text-align:justify;
}

a {
	color: #1A49FC;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #03C;
}

ol,ul {
}

li {
	line-height:20px;
	text-align:left;
}

#header {
	width:820px;
	margin:0 auto 0 auto;
	margin-bottom:40px;
	background-image: url('img/concur2015.jpg'); 
	background-size: 820px 200px;
}
#header h1 {
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-top: 30px;
	color: #1A49FC;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: left;
	text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #fff, 0 0 30px #fff;
}
#header h2 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:15px;
	text-transform:uppercase;
	text-align:right;
	font-weight:normal;
	margin:0;
	padding:0;
	color: #1A49FC;
	margin-right:10px;
	margin-bottom:10px;
	border-bottom:1px solid #eeeeee;
	text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #fff, 0 0 30px #fff;
}

#content {
	width:820px;
	margin:0 auto 0 auto;
	text-align:justify;
}

.logo {
	float:right;
	margin-right:30px;
}
.clearer {
	clear:both;
}

.here {
    align:center;
}

#sidebar {
	width: 200px;
	float: left;
	font-size: 90%;
	color: #1948FB;
	text-align: left;
}
#sidebar h1 {
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 1px solid #eeeeee;
	color: #1948FB;   /* #A1A1A1  */
	text-align: left;
}
.menu {
	color: #A1A1A1;
}
.menu a {
	display:block;
	width:100%;
	background-position:right;
	background-repeat:no-repeat;
	padding:5px;
	padding-right:0;
}
.menu a:hover {
	background-color:#eeeeee;
	background-repeat:repeat-y;
}

#mainbar {
	margin-left:185px;
	padding-left:35px;
	padding-bottom:35px;
	background-position:top right;
	background-repeat:no-repeat;
}

#mainbar h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:25px;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:1px solid #eeeeee;
	color: #1A49FC;
}

#mainbar h2 {
	font-size:15px;
    padding:0px;
}

#mainbar p {
	line-height:20px;
	padding-right:5px;
	padding-left:5px;
	padding-bottom:0px;
	padding-top:0px;
}

table {
    background-color:#FFFFFF;
    border: medium #000 1px;
    width: 600px;

}

table td {
    padding: 5px;
    border: medium #000 1px;
    border-collapse: collapse;
}

blockquote { 
	margin:10px;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:0.94em;
	color:#555555;
	background-color:#FFFFFF;
	text-align:justify;
 }