@charset "utf-8";
/* CSS Document */
sidebar1
body  {
	background: #FFFFFF;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
.twoColFixRtHdr #container {
	width: 754px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.twoColFixRtHdr #header {
	background-color: #FFFFFF;
	background-image: url(../images/00-basic/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 155px;
	padding: 0;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	height: 0px;
}
#nav {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#homepageHeader {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 384px;
	height:230px;
	background-image:url(../images/00-basic/home-main-image.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 244px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #FFFFFF;
}
.twoColFixRtHdr #mainContent {
	width: 0px;
	margin-top: 0;
	margin-right: 244px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixRtHdr #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: 10px 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;
}

.rightcontent {
	background-image: url(../images/00-basic/rightcontent_bg.gif);
	width: 244px;
	margin-bottom:10px;
}

/*#rightcontenttop {
	background-image: url(../images/00-basic/rightcontent_bg.gif);
	width: 244px;
	margin:0 0 10px 0;
}*/

.righttitle {
	background-image: url(../images/00-basic/rightcontent_topbar.gif);
	width: 224px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	height: 15px;
	padding-left: 20px;
	padding-top: 5px;
	margin-bottom: 10px;
}

.rightline
{
	background-image: url(../images/00-basic/line.gif);
	width:224px;
	height:1px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.content {
	background-image: url(../images/00-basic/content_bg.gif);
	width: 500px;
	margin-bottom:20px;
}

.title{
	background-image: url(../images/00-basic/content_topbar.gif);
	width: 480px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	height: 15px;
	padding-left: 20px;
	padding-top: 5px;
	margin-bottom: 10px;
}

ul {

list-style-type: none;
padding: 0;
margin: 0;
}
li #noimg
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #000000;
	line-height:16px;
	padding-left: 1em;
	padding-right: 2em;
	margin-left: 1em;
}
li
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height:16px;
	padding-left: 1em;
	padding-right: 2em;
	margin-left: 1em;
}



.line
{
	background-image: url(../images/00-basic/line.gif);
	background-repeat:repeat-x;
	width:480px;
	height:1px;
	margin: 10px;
}

.topimage {margin-bottom:10px;}

.rightimg {padding: 5px 0 5px 0;}
.rightimgtop {padding: 0 0 10px 0;}
.rightimgfirst {padding: 0 0 5px 0;}

.listcol{
width: 167px;
float:left;
}
.listcolend{
width: 166px;
float:left;
}

.listline
{
	background-image: url(../images/00-basic/line.gif);
	background-repeat:repeat-x;
	width:146px;
	height:1px;
	margin: 10px;
}

.rightlistcol{
font-weight:bold;
width: 122px;
float:left;
}

.rightlistline
{
	background-image: url(../images/00-basic/line.gif);
	background-repeat:repeat-x;
	width:102px;
	height:1px;
	margin: 10px;
}
.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #800080;
	text-decoration: none;
}




 
a:link {
	color: #663399;
	text-decoration: underline;
	background-color: inherit;
}
a:visited { color: #663399; text-decoration: none; background-color: inherit; }
a:hover, a:active {color: #663399; text-decoration: none; background-color: inherit;}

div#header {font-family: Arial, Helvetica, sans-serif;
font-size: 12px;}

#header  a:link, #navbar ul li  {color: #ED008C;
text-decoration: none;}

#header  a:hover, #navbar ul li a.current {
color: #ED008C;
text-decoration: none;}

#header  a:visited {
color: #ED008C;
text-decoration: none;}

.Footer {
	text-align:center;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
div#MainLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
}

#MainLinks  a:link, #navbar ul li  {
	color: #666666;
	text-decoration: none;
}

#MainLinks  a:hover, #navbar ul li a.current {
	color: #996600;
	text-decoration: none;
}

#MainLinks  a:visited {
color: #666666;
text-decoration: none;}


div#content {font-family: Arial, Helvetica, sans-serif;
font-size: 12px;}

#content  a:link, #navbar ul li  {color: #ED008C;
text-decoration: none;}

#content  a:hover, #content ul li a.current {
color: #ED008C;
text-decoration: none;}

#content  a:visited {
color: #ED008C;
text-decoration: none;}





div#image{font-family: Arial, Helvetica, sans-serif;
font-size: 12px;}

div#image  a:link, #navbar ul li  {color: #FFFFFF;
text-decoration: none;}

div#image  a:hover, #image ul li a.current {
color: #FFFFFF;
text-decoration: none;}

div#image  a:visited {
color: #FFFFFF;
text-decoration: none;}





div#sidebar1{font-family: Arial, Helvetica, sans-serif;
font-size: 12px;}

div#sidebar1  a:link, #navbar ul li  {color: #FFFFFF;
text-decoration: none;}

div#sidebar1  a:hover, #sidebar1 ul li a.current {
color: #FFFFFF;
text-decoration: none;}

div#sidebar1  a:visited {
color: #FFFFFF;
text-decoration: none;}

div#content {font-family: Arial, Helvetica, sans-serif;
font-size: 12px;}

#cc  a:link, #cc ul li  {color: #ED008C;
text-decoration: none;}

#cc  a:hover, #cc ul li a.current {
color: #ED008C;
text-decoration: none;}

#cc a:visited {
color: #ED008C;
text-decoration: none;}





