﻿/*
	RESET
*/

*									{
	padding-right: 20;
	line-height: normal;
}
html								{ overflow-y: scroll; }
body							{
	height: 100%;
	background-image: url('images/bg.jpg');
}
html							{ height: 100%; }
body								{
	font-size: 62.5%;
	font-family: "Trebuchet MS", sans-serif;
	color: #272727;
	background-repeat: repeat;
	background-position: left top;
	text-align: justify;

}
ul									{ list-style: square inside; }
ol									{ list-style: decimal inside; }
a {
	color: #719B70;
	font-weight: bolder;
}
a img								{ border: none; background: none; }
img									{ vertical-align: middle; }
table								{
	border-collapse: collapse;
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}

/*
	UTILITY
*/

.floatLeft 							{ float: left; }
.floatRight							{ float: right; }
.clear								{ clear: both; }
.button								{ border: 1px solid #272727; background: white; padding: 3px 8px; 
									  -moz-border-radius: 5px; -webkit-border-radius: 5px; color: 272727; }
.button:hover						{ background: #0055a5; color: white; }

#page-wrap {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 1017px;
}

#header {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-image: url('images/hd.png');
	width: 1017px;
	height: 363px;
}
#main-content {
	background-image: url('images/body-bg.png');
	width: 1017px;
	height: 100%;
	background-repeat: repeat-y;
	pading-top:25px;
}
	
#main-content-contact {
	background-image: url('images/body-bg.png');
	width: 1017px;
	height: 100%;
	background-repeat: repeat-y;
	padding-left:70px;
	padding-right:70px;
	pading-top:25px;
}

	
#awmAnchor-menu {
	width: 1017px;
	height: 90px;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/Fall-Meet_11.png');
	background-repeat: no-repeat;
	width: 1017px;
	height: 295px;
}

a {
	color: #0055A5;
}
.style1 {
}

.h1 {
	color: #BD292E;
	font-size: xx-large;
	margin-bottom: 5px;
	font-weight: bolder;
}

#leftt-col {
	float: left;
	width: 180px;
	margin-left: 35px;
}
#right-col {
	width: 700px;
	float: right;
	padding-right: 45px;
}
.body-text {
	font-family: "trebuchet MS";
	font-size: medium;
	font-weight: bold;
	line-height: 18pt;
}
.style2 {
	vertical-align: top;
	margin: 8px;
}
.text-menu {
	width: 180px;
}
#left-box {
	float: left;
	width: 325px;
}
#right-box {
	width: 340px;
	float: right;
}
.h2 {
	font-family: "trebuchet MS";
	font-size: large;
	font-weight: bolder;
	font-style: oblique;
	color: #008080;
}

#logos {
	padding-top: 90px;
	padding-left: 35px;
}

.h2 {
	font-family: "trebuchet MS";
	font-size: x-large;
	color: #008080;
	font-weight: bolder;
	font-style: oblique;
}
.style3 {
	vertical-align: top;
	margin: 4px;
}
.style4 {
	margin: 4px;
}


</style>


