/*Body Style */
body {
	margin: 0;
	color: #969696;
	background-color: #fff;
	font-family: "trebuchet ms", verdana, ariel, helvetica, sans-serif;
	font-size: 14px;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #969696;
}
/* Table and Table Data Styles */
table#header, table#body {
	border-collapse: collapse;
	width: 780px;	
	margin: 0;
}
table#header {
	background-color: #660099;
}
#toolscell {
	border-bottom: 2px solid #990073;
}
td.header1, td.header2 {
	background-color: #fff;
	color: #969696;
	padding-right: 4px;
	vertical-align: top;
	text-align: left;
}
td#headerleft {
	background-color: #fff;
}
td#headerleft a:link, td#headerleft a:hover, td#headerleft a:active, td#headerleft a:visited {
	color: #aa80ff;
}
#footer {
	font-family: "trebuchet ms", verdana, ariel, helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	border-top: 2px solid #dcdcdc;
	background-color: #e8e8e8;
	
}
#footerleft{
	border-top: 2px solid #dcdcdc;
	background-color: #e8e8e8;
}
td#sidebar {
	border-right: 1px dotted #dcdcdc;
	width: 200px;
	margin-right: 10px;	
}
tr.header {
	margin-bottom: 2px solid #6b0050;
	
}
/* Links Styling  */
#navigation {
	width: 200px;
	font-family: "trebuchet ms", verdana, ariel, helvetica, sans-serif;
	font-size:12px;
	}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	border-bottom: 1px solid #6b0050;
}
#navigation li a, #navigation li a:visited{
	display:block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #990073;
	border-right: 1px solid #990073;
	background: #ffbfef;	
	color:#47006b;
	text-decoration: none;
}
#navigation li a:hover {
	border-left: 12px solid #470068;
}

td#content a:link, td#content a:visited{
	color: #990073;
	text-decoration: underline;
	font-weight: bold;
}
td#content a:hover {
	text-decoration: none;
	background-color: #eabfff;
}
td.header1 a:link,td.header1 a:hover, td.header1 a:visited {
	color: #969696;
	background-color: transparent;
	text-decoration: none;
	font-size:12px;
	}

td.header1 ul li, td.header2 ul li {
list-style-type: none;
padding-left: 0;
margin-left: 0;
}
td#footer a:link, td#footer a:hover, td#footer a:active {
	font-weight: bold;
}
	/* Content Area Styling */
td#content p, td#content h2, td#content h3 {
		padding-left:30px;
		padding-right: 30px;
		text-align: justify;
		color: #000033;
		vertical-align: top;
	}
/* Styles for Text Headers */
h1, h2, h3, h4, h5, h6   {
color: #609;
font-family: "trebuchet ms", georgia, "palatino linotype", "lucida console", serif;
font-weight: bold }
h4 {
	color: #990073;
}
h1 {
	font-size: 30px;
	font-style: italic;
	color: #660099;
}	
h2 {
	font-size: 20px;
}
.button {
font-family: "Trebuchet MS", verdana, ariel, sans-serif; 
font-size: 11px;
font-weight: normal;
color: #fff;
background-color: #990073;
	}
img {
	border: none;
}

hr {
	background-color: #660099;
	color: #cecece;
	height: 2px;
	width: 100%;
}
#cservice {
	width: 200px;
	border: 1px dashed #cecece;
	background-color: #f5f5f5;
}
#cserviceinf {
	margin: 4px 4px 4px 4px;
	border: 1px dashed #cecece;
	background-color: #ffffff;
	color: #49006b;
	padding-left: 3px;
}
/* Form Styles */
#webform {
	width: 520px;
	font-size: 11px;
	color: #969696;
	border: 1px solid #969696;
}
input.text {
	color:#47006b;
	border: 1px solid #6b0050;
	width: 150px;
}
input.button {
	color: #ffffff;
	background-color: #990073;
	border: 2px outset #000000;
}
form p {
clear: left;
margin: 0;
padding: 0;
padding-top: 5px;
	}
form p label {
	float: left;
	width:30%;
		}
fieldset {
	width: 350px;
	margin-left: 30px;
	border-color: #6b0050;
}
textarea {
	border-color: #6b0050;
}
/* End of Form Style */.

#subscribe {
border: 1px solid #990073;
background-color: #f5f5f5;
padding-left: 4px;
padding-top: 2px;
padding-right: 4px;
}

/* Portfolio */
#portfolio {
   margin-left: 12px;
	margin-bottom: 10px;
	width: 350px;
	border: 1px dashed #cecece;
	padding: 4px;
	font-size: 11px;
}
#portfolio h4 {
	font-weight: bold;
	font-variant: small-caps;
	font-size: 13px;
	color: #ff8c00;
	margin-bottom: 0;
	margin-top: 2px;
}
.formlinks {
	display: block;
	background-color: #ffbfef;
	border: 3px double #6b0050;
	padding: 5px;
	margin-bottom: 3px;
	}

.breadcrumbs { 
font-size: 11px;
}
.breadcrumbs a:visited, .breadcrumbs a:link {
color: #990073;
text-decoration: none;
}