body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #1f1f1f;
}

#maincontainer {
	width: 940px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

#topsection {
	margin: 10px 5px;
	background: url("images/p2p10_banner.jpg");
	height: 165px; /*Height of top section*/
	/* CSS3 properties */
	-moz-border-radius: 3px;
	-moz-box-shadow: 1px 1px 5px #c7c7c7;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 1px 1px 5px #c7c7c7;
}

#topsection h1 {
	margin: 0;
	padding-top: 15px;
}

#contentwrapper {
	float: left;
	width: 100%;
}

#contentcolumn {
	margin: 0 220px 10px 220px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn {
	float: left;
	width: 220px; /*Width of left column in pixel*/
	margin-left: -940px; /*Set margin to that of -(MainContainerWidth)*/
}

#rightcolumn {
	float: left;
	width: 220px; /*Width of right column*/
	margin-left: -220px; /*Set left margin to -(RightColumnWidth)*/
}

#footer {
	clear: left;
	margin-left: 5px;
	margin-bottom: 50px;
	width: 930px;
	background: #1f1f1f;
	color: #fafdee;
	font-size: 1.2em;
	text-align: center;
	padding: 10px 0;
	/* CSS3 properties */
	-moz-border-radius: 3px;
	-moz-box-shadow: 1px 1px 5px #c7c7c7;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 1px 1px 5px #c7c7c7;
}

.innertube {
	margin: 0 5px 10px 5px;
	border: solid 1px #bfcad4;
	/* CSS3 properties */
	-moz-border-radius: 3px;
	-moz-box-shadow: 1px 1px 5px #c7c7c7;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 1px 1px 5px #c7c7c7;
}

.innertube p {
	margin: 0;
	padding: 5px 15px;
	font-size: 1.2em;
	line-height: 1.6em;
}

.h3header {
	margin: 0 auto;
	padding: 3px;
	font-family: Georgia, "Times New Roman", Serif;
	font-variant: small-caps;
	font-size: 1.8em;
	text-align: center;
	letter-spacing: 1px;
	color: #fafdee;
	background-color: #bfcad4;
	border: solid 1px #bfcad4;
	/* CSS3 properties */
	text-shadow: 1px 1px 1px #1f1f1f;
}

#countdownh3 {
	margin: 0;
	padding: 3px 15px;
	font-size: 1.4em;
}

#countdownp {
	padding: 0 15px;
}

#countdownstrong {
	color: #ab3233;
	font-style: italic;
}

#red-header {
	background-color: #ab3233;
	border: solid 1px #ab3233;
}

#red-border {
	border: solid 1px #ab3233;
}

#blue-header {
	background-color: #3e668a;
	border: solid 1px #3e668a;
}

#blue-border {
	border: solid 1px #3e668a;
}

#green-header {
	background-color: #6c732a;
	border: solid 1px #6c732a;
}

#green-border {
	border: solid 1px #6c732a;
}

a {
	color: #14395a;
}

a:hover {
	color: #6f1010;
	/* CSS3 properties */
	text-shadow: 1px 1px 1px #c7c7c7;
}

a img {
	margin: 10px 0 0 0;
	border: 0;
}

em {
	color: #2f2f2f;
	font-size: 1.035em;
	/* CSS3 properties */
	text-shadow: 1px 1px 1px #c7c7c7;
}

strong {
	color: #2f2f2f;
	font-size: 1.035em;
	/* CSS3 properties */
	text-shadow: 1px 1px 1px #c7c7c7;
}

ul, ol {
	font-size: 12px;
}

ul li {
	list-style: disc;
	margin: 3px 0 3px -5px;
}

ol li {
	margin: 3px 0 3px 5px;
}

img {
	margin: 12px;
	padding: 12px;
	border: solid 1px #3e668a;
	/* CSS3 properties */
	-moz-border-radius: 3px;
	-moz-box-shadow: 1px 1px 5px #c7c7c7;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 1px 1px 5px #c7c7c7;
}

.logos {
	padding: 0; /* max width: left-padding + image-width + rigth-padding = 175 */
	width: 175px;
}

.edaslogo {
	margin: 12px 12px 12px 0;
	padding: 0;
	border: solid 1px #fcb903;	/* for CSS3 - neccesary in Firefox to make round corners with shadow in front of the image, like Safari does without the border */
	float: left;
	width: 40px;
}

#submissionp {
	/*margin: 10px 0;			/* when submission is open */
	margin: 4px 0;		/* when submission is closed */
}

table {
	margin: 0 15px 10px 15px;
	border: solid 1px #3e668a;
	border-collapse: collapse;
	font-size: 1.2em;
	/* CSS3 properties */
	-moz-box-shadow: 1px 1px 5px #c7c7c7;
	-webkit-box-shadow: 1px 1px 5px #c7c7c7;
}

caption {
	margin: 5px 0;
	text-align: left;
	/* CSS3 properties */
	text-shadow: 1px 1px 1px #c7c7c7;
}

td, th {
	border: solid 1px #3e668a;
	padding: 3px 5px;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding: 0 15px;
	/* CSS3 properties */
	text-shadow: 1px 1px 1px #c7c7c7;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	margin: 5px 0;
	font-size: 1.2em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 0.8em;
}

h4 a {
	color: #1f1f1f;
}

hr {
	margin: 5px 15px;
}

/* Menu styling */
.showmenu {
	margin: 7px 0 7px 15px;
}

.mark {
	margin: 0;
	padding-left: 10px;	
}

.mark li {
	margin: 5px 0;
	padding: 0 15px 0 0;
	list-style-image: url('images/arrow.png');
}

.mark a {
	text-decoration: none;
	font-weight: bold;
	color: #1f1f1f;
}

.mark a:hover {
	margin-left: -5px;
	padding: 2px 5px;
	background-color: #d8e0ea;
	color: #1f1f1f;
	/* CSS3 properties */
	text-shadow: 1px 1px 1px #ffffff;
}

.menu-parent > a {
	margin-left: -5px;
	padding: 2px 5px;
	background-color: #bfc9d4;
	/* CSS3 properties */
	text-shadow: 1px 1px 1px #ffffff;
}

.menu-current > a {
	margin-left: -5px;
	padding: 2px 5px;
	background-color: #3e668a;
	color: #fafdee;
	/* CSS3 properties */
	text-shadow: 1px 1px 1px #1f1f1f;
}

.authors {
	color: #3e668a;
	font-size: 0.95em;
	font-style: italic;
}
