/* MAIN STYLESHEET */

html {
	scrollbar-face-color: #cccccc;
	scrollbar-arrow-color: white;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: #036ebe;
	scrollbar-3dlight-color: black;
}

/* Main Structure */
body {
	background-color: #e8e6e8;
	margin-left:10%;
	margin: 0 0 0 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.75em;
	line-height: 1.5em;
	character-spacing: 0.5em;
}

hr {
	color: #7e0081;
}

hr.top {
	margin-bottom: -30px;
}

hr.bottom {
	margin-top: -10px;
}

hr.green {
	color: #389434;
	width: 80%;
}

hr.red {
	color: #c92343;
	width: 80%;
}

p {
	font-size: 1em;
}

.footer {
	font-size: 0.8em;
	color: #7e0081;
}

.footerright {
	font-size: 0.8em;
	color: #666666;
	text-align: right;
}

.home {
	font-size: 1.1em;
	color: #606060;
}

.case {
	text-align: center;
	font-size: 1em;
}

h1 {
	font-size: 1.3em;
	color: #7e0081;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.05em;
}

h1.video {
	font-size: 1.3em;
	color: #389434;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.05em;
}

h1.web {
	font-size: 1.3em;
	color: #c92343;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.05em;
}

h1.multimedia {
	font-size: 1.3em;
	color: #3899c9;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.05em;
}

h2 {
	font-size: 1.3em;
	color: #7e0081;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.05em;
}

h3 {
	font-size: 0.9em;
	color: #7e0081;
	text-align: center;
	font-weight: bold;
}

li {
list-style-image: url(images/bullet.jpg);
list-style-type: disc;
}

table.green {
	border-color: #389434;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
}


table.red {
	border-color: #c92343;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
}

table.blue {
	border-color: #3899c9;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
}

table.casestudies {
	border-color: #7e0081;
	background-color: #ededed;
	border-width: 2px 0px 2px 0px;
	border-style: solid;
}

a.nav {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}


a {
	color: #7e0081;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}

a.video {
	color: #389434;
	text-decoration: none;
}

a.web {
	color: #c92343;
	text-decoration: none;
}

a.multimedia {
	color: #3899c9;
	text-decoration: none;
}

a.top {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.4em;
}

a.top:Hover {
	color: #ffffff;	
}

a.foot {
	color: #7e0081;
	text-decoration: none;
}

a.foot:Hover {
	text-decoration: underline;
}

.white {
	color: #ffffff;
}

