* {
	color: #555;
	font-family: Verdana, sans-serif; 
}

html, body {
	height: 100%;
	padding: 0;
	margin: 0;
	border: 0;	
	text-align:center;
	overflow:inherit;
	overflow-x:hidden;

}

.center {
text-align:center;
}

body {
	overflow-y:scroll;
	background-color:#EEEEEE;
	background-image:url(../images/back.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position:0px 0px;
}

h1 {
font-size: 1.5em;
}

h2 {
font-size: 1.2em;
}

h3 {
font-size: 0.9em;
font-weight: bold;
font-style:italic;
}

h4 {
font-size: 0.9em;
font-weight: bold;
}

h5 {
font-size: 0.7em;
font-weight: bold;
font-style:italic;
}

h6 {
font-size: 0.7em;
font-weight: bold;
font-style:italic;
}

img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

a {
	outline: none;
	text-decoration:underline;
}

a:hover {
	color:rgb(109,138,198);
}

* html #shadow { 
height:100%; 
}

* html #container { 
height:100%; 
}


#container {
background-image:url(../images/shadow.png);
background-repeat:repeat-y;
background-position:center;
padding:0px 0px;
width:764px;
margin:0 auto;
min-height:100%;
}

#padding {
padding: 10px 6px;
}

#banner {
margin:0 auto;
width:330px;
padding:0px;
float:left;
}

#menu {
margin:0 auto;
width:400px;
padding:0px;
padding-top:45px;
float:left;
}

#content {
	width:600px;
	clear:both;
	margin:0 auto;
	text-align:left;
		padding-bottom: 30px;
}

#content img {
	padding: 0px;
	margin: 4px;
	border: 0px;	
}

#title {
text-align:center;
}

.large-long {
	width:354px;
	height:47px;
	border:0;
}

.large-short {
	width:198px;
	height:47px;
	border:0;
}

.small-long {
	width:177px;
	height:24px;
	border:0;
}

.small-short {
	width:99px;
	height:24px;
	border:0;
}

.tableright tr td {
  text-align:right;
}

th {
  text-align:center;
}

td {
text-align:left;
}

ul {
  margin-top: 0px;
}
