body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #666666;
}

#wrapper{
	width:780px;
	text-align:left;
	background-color: #FFFFFF;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	position: relative;
 }  
 
 #mainbody {
	height: auto;
	width: 780px;
	position: relative;
	background-color: #FFFFFF;
}

.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 16px;
}
.box {
	position: absolute;
	left: 15px;
	right: 15px;
}
.box2 {
	left: 0px;
	top: 18px;
	right: auto;
	bottom: auto;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	width: 220px;
	overflow: hidden;
	list-style-type: circle;
	list-style-position: outside;
	line-height: 18px;
}
.boxGTC {
	left: 0px;
	top: 18px;
	right: auto;
	bottom: auto;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	width: 220px;
	overflow: hidden;
	list-style-type: circle;
	list-style-position: outside;
	line-height: 18px;
}


/*the code below works the side navigation on the Graham International site*/

#navcontainer { width: 100px; }

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 100px;
background-color: #373737;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #FF5B10;
color: #fff;
}

/*the code below works the top navigation on the Graham International site*/

#navcontainer2 ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #373737;
	color: White;
	float: left;
	width: 780;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

#navcontainer2 ul li 
{
	display: inline;
	word-spacing: normal;
 }

#navcontainer2 ul li a
{
padding: 5px;
background-color: #373737;
color: White;
text-decoration: none;
float: left;
}

#navcontainer2 ul li a:hover
{
background-color: #369;
color: #fff;
}.mainbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}

a.navlinkdark:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	line-height: 18px;
	text-decoration: none;
}

a.navlinkdark:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #660000;
	line-height: 18px;
	text-decoration: none;
}
a.navlinkdark:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #CC0000;
	text-decoration: underline;
}
a.navlinkdark:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	line-height: 18px;
	text-decoration: underline;
}

a.navmain:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #990000;
	line-height: 18px;
	text-decoration: none;
}

a.navmain:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #660000;
	line-height: 18px;
	text-decoration: none;
}
a.navmain:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #CC0000;
	text-decoration: underline;
}
a.navmain:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #990000;
	line-height: 18px;
	text-decoration: underline;
}

.nameslarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}
