/*
//////////////////////////////////////////

Internet Development & Technology
green #7ab607
font and dark grey #343434
bkg #e1e1e1
logo grey #939393 

/////////////////////////////////////////
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #343434;
	background-color: #e1e1e1;
	margin: 0px;
	padding: 0;
	font-size: 100%;
}
#masthead {
	color: #7ab607;
	background-color: #343434;
	padding: 5px;
	margin: 0px;
	height: 100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7AB607;
	background-image: url(../img/top-bkg.jpg);
}
#wrapper {
	width: 951px;
	margin: 0 auto;
	background-image: url(../img/bkgShadow.jpg);
	background-repeat: repeat;
}
#center {
	width: 635px;
	border-right: 1px dotted #ccc;
}
#center .content {
	font-size: 0.8em;
	line-height: 1.65em;
	border: 0px solid #000;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#masthead .content {
	padding: 0px;
	margin: 0 auto;
	width: 920px;
	height: 100px;
}
#masthead a:link {
	color: #7ab607;
	text-decoration: none;
}
#masthead a:visited {
	color: #7ab607;
	text-decoration: none;
}
#masthead a:hover {
	color: #FFFFFF;
}
#masthead .content img {
	margin-right: 90px;
}
#footer .content {
	padding: 12px 20px;
}
#footer {
	color: #666666;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	background-image: url(../img/baseShadow.jpg);
	background-repeat: no-repeat;
}
#footer .content {
	padding: 8px 20px;
}
#footer a:link {
	color: #707271;
	text-decoration: none;
}
#footer a:visited {
	color: #707271;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#center a:link {
	color: #343434;
}
#center a:visited {
	color: #343434;
}
#center a:hover {
	color: #000000;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFFFFF;
	padding: 0 0 0 3px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
h1 {
	font-size: 1.8em;
	margin: 0;
	font-weight: lighter;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 0px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
#rightHome {
	float: right;
	width: 280px;
	padding-right: 25px;
}
#rightHome .content {
	padding: 25px 0px 0px 20px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#rightHome a:link {
	color: #343434;
	text-decoration: underline;
	font-weight: bold;
}
#rightHome a:visited {
	color: #343434;
	text-decoration: underline;
	font-weight: bold;
}
#rightHome a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

