@charset "UTF-8";

div.left-nav-wrap {
	margin-top:4px;
}


table.tbl-content-inner td.left {
	width:203px;
	vertical-align:middle;
	background:#FFFFFF;
}

table.tbl-content-inner td.left2 {
	width:203px;
	vertical-align:top;
	background:#FFFFFF;
}

table.tbl-content-inner td.left3 {
	width:203px;
	vertical-align:bottom;
	background:#FFFFFF;
}

table.tbl-content-inner td.right {
	width:650px;
	padding: 0px;
	vertical-align:top;
	padding-left:32px;
	height: 400px;
}

table.tbl-content-inner td.right2 {
	width:697px;
	padding: 0;
	vertical-align:top;
}

table.tbl-content-inner td.right3 {
	width:697px;
	padding: 0px 0px 0px 0px;
	background-color:#8fdb5c;
	padding-left:0px;
	vertical-align:top;
	
}

table.tbl-left-nav {
	border-collapse:collapse;
	background-color:#ffffff;
	
}


table.tbl-left-nav td {
	border:0px;
	width:150px;
	padding:4px 0px 4px 0px;
}

table.tbl-left-nav td.nolink {
	padding:0px;
}

table.tbl-left-nav td a {
	color:#A057E9;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:13px;
	text-decoration:none;
	margin-left:5px;
	padding-left:12px;
	background-repeat:no-repeat;
	background-position:left center;
}

table.tbl-left-nav td a:hover {
	text-decoration:none;
}


div.left-nav-btn {
	margin-top:4px;
}


body  {
	background:#240947;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding:  0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
	
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:13px;
	line-height:16px;
	margin-left:100px;
	margin-right:100px;
	
}

.h1 {
   font-family:Arial, Helvetica, sans-serif;
	color:#6600cc;
	font-weight:600;
	font-size:16px;
	margin-left:100px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#ffffff;
	line-height: 30px;
	margin-top: 20px;
	margin-left:100px;
	margin-right:100px;
}

select, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

	td  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}

.thrColFixHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #A057E9;;
	margin: 10PX auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.thrColFixHdr #header-top {
	width: 675px;
	height: 20px;
	margin: 0 125px;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #783EB1;
	
	
} 
.thrColFixHdr #header { 
	background: #ffffff; 
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColFixHdr #header h1 {
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff; 
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
} 
.thrColFixHdr #footer { 
    width: 900px;
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#240947;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer-bottom {
}
.thrColFixHdr #qoute {
	margin: 0px 0px 0px 0px;
	background:#FFFFFF;
}

#side-logo {
	background-color: #FFFFFF;
	margin-top: 400px;
}

#menu {
	margin: 0 0 0px 2px;
	padding: 0;
	}

#menu ul {
	border: 0;
	margin: 0 0 0px 2px;
	padding: 0;
	list-style-type: none;
	text-align: left;
	clear: left;
	}

#menu ul li {
	text-align: left;
	padding: 0;
	margin: 0 0 0px 2px;
	}

#menu ul li a {
	background: #FFFFFF;
	width: 100px;
	height: 2em;
	padding: 2px;
	margin: 0 0 0px 2px;
	color: #783EB1;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 2em;
	font-size: 13px;
	voice-family: "\";
	padding-left : 5px;
}\"";   
	voice-family: inherit;   
	font-size:    x-small;   
}

html>#menu ul li a  {
	font-size: x-small;   
	} 
.thrColFixHdr #container #header {
}

a.gray2:link { font-size:9px; color: #333333; font-weight: normal;}
a.gray2:active {font-size:9px; color: #333333; font-weight: normal;}
a.gray2:visited {font-size:9px; color: #333333; font-weight: normal;}
a.gray2:hover {font-size:9px; color: #333333; font-weight: normal;}
