@charset "utf-8";
/* CSS Document */
nav, aside, section, ul, li {
	padding: 0px;
	margin: 0px;
	border: opx;
}

body {
	background: rgba(238,238,238,1) url(../images/background1.png) repeat-x;
}

header{
	position: relative;
	background: url(../images/M-201.jpg) repeat-x left top;
	height: 175px;
}
#logo1, #logo2 {
	position: absolute;
	width: 15%;
}

#logo1 img, #logo2 img 
{
	width: 100%;
}

#logo1 {
	left: 20px;
}

#logo2 {
	right: 20px;
}

h1 {
	text-align: center;
	width: 50%;
	margin: auto;
}

h1 img {
	width: 100%;
}

#wrapper {
	margin: auto;
	width: 1024px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
section {
	display: inline-block;
	width: 73%;
	min-height: 800px;
	background: rgba(238,238,238,1);
	position: relative;
	float: left;
	padding: 1%;
	color: rgba(51,51,51,1);
}
section ul {
	list-style: square inside;
	padding-left: 5px;
}
.link {
	color: rgba(51,51,51,1);
	text-decoration: none;
	font-size: medium;
	font-weight: bold;
}

.link:hover
{
	font-weight: bolder;
	font-size: large;
}
aside {
	display: inline-block;
	position: relative;
	width: 23%;
	min-height: 800px;
	float: left;
	padding: 1%;
	background: rgba(238,238,238,1);
}
nav {
	background: rgba(255,255,255,1) url(../images/M-201.jpg) repeat-x;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
	z-index: 2;
	height: 28px;
}




footer {
	width: 100%;
	clear: both;
}
footer a {
	color: rgba(51,51,51,1);
	text-decoration: none;
	font-size: medium;
	font-weight: bold;
}

footer a:hover
{
	font-weight: bolder;
	font-size: large;
}

footer div {
	padding: 1%;
	width: 30%;
	display: inline-block;
}
form {
	width: 100%;
}
.formItem {
	width: 40%;
}
label {
	display: inline-block;
	width: 20%;
	margin-bottom: 5px;
}
#userName {
	position: absolute;
	right: 0px;
	color: rgba(255,255,255,1);
	background: rgba(51,51,51,.7);
	margin-right: 15px;
	padding: 0px 10px;
	bottom: 16px;
}
#RequestTable {
	width: 100%;
	border: 2px solid rgba(51,51,51,1);
	font-size: 12px;
}
#RequestTable th {
	border: thin solid rgba(51,51,51,1);
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
}

#RequestTable td {
	border: thin solid rgba(51,51,51,1);
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
}
