body
{
	background-color: #ffffff;
	padding:0px;
	margin:0px;
	font-family: tahoma, arial, verdana, geneva, helvetica, sans-serif;
	font-size: 11px;
	color: #4e4e4e;
}

div
{
	padding: 0px;
	margin: 0px;
}

p
{
	font-size: 11px;
	font-family: tahoma, arial, verdana;
	line-height: 16px;
}

ul
{
	font-size: 11px;
	font-family: tahoma, arial, verdana;
	line-height: 18px;
}

li
{
	font-size: 11px;
	font-family: tahoma, arial, verdana;
}

a.body:link { color: #ff6c00; text-decoration: underline; }
a.body:active { color: #ff6c00; text-decoration: underline; }
a.body:visited { color: #ff6c00; text-decoration: underline; }
a.body:hover { color: #ff2a00; text-decoration: underline; }


/*TITLE MENU AREA*/

#about-title
{
	width: 1000px;
	height: 360px;
	background-image: url('../Images/about-title.gif');
	background-repeat: no-repeat
}

#web-title
{
	width: 1000px;
	height: 360px;
	background-image: url('../Images/web-title.gif');
	background-repeat: no-repeat
}

#hosting-title
{
	width: 1000px;
	height: 360px;
	background-image: url('../Images/hosting-title.gif');
	background-repeat: no-repeat
}

#marketing-title
{
	width: 1000px;
	height: 360px;
	background-image: url('../Images/marketing-title.gif');
	background-repeat: no-repeat
}

#database-title
{
	width: 1000px;
	height: 360px;
	background-image: url('../Images/database-title.gif');
	background-repeat: no-repeat
}

#careers-title
{
	width: 1000px;
	height: 360px;
	background-image: url('../Images/careers-title.gif');
	background-repeat: no-repeat
}

#contact-title
{
	width: 1000px;
	height: 360px;
	background-image: url('../Images/contact-title.gif');
	background-repeat: no-repeat
}

#MainMenu
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top: 70px;
}

a.MenuItem
{
	background-image: url('../Images/bullet-white.gif');
	background-position: left 50%;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-left: 10px
}

a.MainMenuItemActive
{
	background-image: url('../Images/bullet-orange.gif');
	background-position:  left 50%;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #483D8B;
	text-decoration: none;
	padding-left: 10px
}

a.SubMenuItemActive
{
	background-image: url('../Images/bullet-orange.gif');
	background-position: left 50%;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #483D8B;
	text-decoration: none;
	padding-left: 10px
}


a.TopMenuItem
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.page-title
{
	width: 1000px;
	font-family: Georgia, Serif;
	font-size: 40px;
	color: #000000;
	padding-left: 675px;
	padding-top: 65px;
	margin-bottom:0px;
}

/*MAIN CONTENT AREA*/

#Content
{
	width: 992px;
	height: 435px;
	background-color: #fadebf;
}

.Content
{
	font-family: tahoma, arial, verdana, geneva, helvetica, sans-serif;
	color: #000000;
	text-align: left;	
	padding: 4px;
}

h1
{
	font-family: Georgia, Serif;
	font-size:140%;
	font-weight: bold;
	color: #483D8B;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.leftSide
{
	text-align: justify;
	margin-right: 10px;
	padding-left: 0px;
}
.rightSide
{
	padding-left: 35px;
}

/*FOOTER AREA*/

#Footer
{
	width: 1000px;
	height: 20px;
	font-family: tahoma, arial, verdana, geneva, helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
	border-bottom: 1px solid #fadebf;
}