body {
	overflow: scroll;
}

#root {
	width: 760px;
	background-color: #CCCCFF;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 10px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}

#content a {
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#header {
	width: 750px;
	background-color: #1C2F7F;
}

#main {
	width: 760px;
	background-image: url(/slice.png);
	background-color: #FFFFFF;
	float: left;
}

#footer {
	width: 100%;
	background-color: #1C2F7F;
}

img.layout {
	vertical-align: bottom;
	border-width: 0px;
	border-style: none;
}

#auth {
	/* background-color: #cdd6ff; */
	background-color: #1C2F7F;
	color: #FFFFFF;
	width: 200px;
	padding: 10px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	vertical-align: middle;
	display: block;
	text-decoration: none;
	font-size: 80%;
}

#auth a {
	text-decoration: none;
	color: #FFFFFF;
}

#auth a:hover {
	text-decoration: underline;
}

#sidebar {
	margin-right: 10px;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1C2F7F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1C2F7F;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1C2F7F;
	
	/* border-top-width: 1px;
	border-top-style: dashed; */
}

#navigation a {
	width: 200px;
	padding: 10px;
	/* border-bottom-width: 1px;
	border-bottom-style: dashed; */
	color: #1C2F7F;
	background-color: #a0b1fc;
	vertical-align: middle;
	display: block;
	text-decoration: none;
	
	/* border-width: 1px;
	border-color: #FFFFFF;
	border-style: solid; */
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}

#navigation a:hover{
	text-decoration: none;
	background-color: #cdd6ff;
}

div.label a {
	color: #1C2F7F;
	background-color: #a0b1f;
	display: block;
	text-decoration: none;
	vertical-align: middle;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}

div.label a:hover {
	color: #1C2F7F;
	background-color: #cdd6ff;
	text-decoration: none !important;
}

#disclaimer {
	width: 100%;
	background-image: url(/slice_dark.png);
	color: #FFFFFF;
	text-align: center;
	float: left;
}

#disclaimer p {
	font-size: 80%;
	padding-top: 10px;
	margin-bottom: 0px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}

#disclaimer a {
	color: #FFFFFF;
	text-decoration: none;
}

table.calendar {
	border: 1px solid #000000;
	border-collapse: collapse;
	color: #000000;
	background: #FFFFFF;
}

td.today {
	border: 1px solid black;
	color: #000000;
	background: #EFEFEF;
	font-weight: bold;
	text-align: center;
}

td.monthdays {
	border: 1px solid #434470;
	color: #000000;
	background: #FFFFFFF;
	text-align: center;
}

td.nonmonthdays {
	border: 1px solid blue;
	color: #000000;
	background: #EFEFEF;
	text-align: center;
}