html{	
	width: 100%;
	height: 100%;
	background:url(../images/logoMain/logoMain-01.png) left top;
}

body {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
}

* {
	font-size: 1em;
	padding: 0;
	margin: 0;
	font-family:Verdana,sans-serif;
	list-style:none;
}

a img{
	border:0;
}

.clear{
	clear:both;
}

#Main {
	margin:0px auto;
}

#Header {
	height:100px;
	overflow:hidden;
	background:url(../images/Header.jpg) top left no-repeat;
	clear:left;
}

#Header h1 {
	text-align:center;
	font-size:24px;
	line-height:24px;
	height:26px;
	overflow:hidden;
	padding-left:120px;
	margin-top:16px;
}

#Header h2 {
	text-align:center;
	font-size:17px;
	line-height:20px;
	height:24px;
	overflow:hidden;
	padding-left:120px;
}

#Header h3 {
	color:#555555;
	text-align:center;
	font-size:18px;
	line-height:18px;
	height:18px;
	overflow:hidden;
	padding-left:120px;
}

span.Blue {
	color:blue;
}

span.Red {
	color:red;
	font-style:italic;
}

span.Green {
	color:green;
}

#curDate {
	position:relative;
	overflow:hidden;
	float:right;
	text-align:right;
	padding-right:10px;
}

#ContentContainer {
	background:url(../images/logoMain/logoMain-04.png)  no-repeat center bottom fixed;
	position:relative;
	overflow:hidden;
}

#Content {
	position:relative;
	overflow:hidden;
	width:400px;
	margin-bottom:10px;
}

.Breadcrumbs {
	position:relative;
	overflow:hidden;
	padding-right:10px;
	font-size:1em;
	line-height:2em;
	color:#FFFFFF;
	background:url(../images/Breadcrumbs.jpg) top left no-repeat;
	height:20px;
	text-align:center;
}
	.Breadcrumbs a {
		color:#E6E6B4;
		text-decoration:none;
	}
		.Breadcrumbs a:hover {
			text-decoration:underline;
		}
	
#Footer {
	position:relative;
	overflow:hidden;
	line-height:2em;
	clear:both;
	text-align:center;
	border:outset 1px #FFFFFF;
	background-color:#E5C97F;
}

#Footer span {
	display:block;
	width:250px;
	height:38px;
	color: #555555;
	font-size:1.1em;
	line-height:2em;
	height:24px;
	font-weight:bold;
	background:url(../images/LYNX-Group.png) no-repeat center left;
	padding-left:30px;
	padding-top:4px;
	padding-bottom:4px;
}

#Footer a {
	color: #444444;
	font-size:1.2em;
}

#Footer a:hover {
	text-decoration:underline;
}

