/* CSS Document */
body {
    background-image: url(../images/global/bg.jpg);
	background-repeat: repeat-x;
	background-position:100% 100%;
	background-attachment:fixed;
	background-position:top;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
p {
	margin: 0 0 6px 0;
	padding: 0;
}
img{
   border: 0;
}
.imgFloatCenter{
   margin: 4px 0 0 10px;
}
.imgFloatLeft{
   margin: 0 10px 0 0;
   float: left;
}
#homeContainer{
    width: 752px;
	margin-left: auto;
	margin-right: auto; 
	text-align: left;
}
#header{
    background-image: url(../images/global/header.gif);
	background-repeat: no-repeat;
	width: 752px;
	height: 95px;
    margin: 0;
	padding: 0;
}
#header p{
    margin: 0;
	padding: 80px 5px 0 0;
	text-align: right;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
}
#header p a:link,
#header p a:visited,
#header p a:active {
	text-decoration: none;
	color: #ffffff;
}	
#header p a:hover {
    color: #fed515;
	
}
#container{
    background-image: url(../images/global/container_bg.gif);
	background-repeat: repeat-y;
    width: 752px;
	height: auto;
    margin: 0;
	padding: 0;
	overflow: hidden;
}
#leftcol{
    width: 180px;
	height: auto;
    margin: 0;
	padding: 0;
	float: left;
}
#leftcol p{
    margin: 0 0 0 4px;
	padding: 0;
}
#leftcol .leftmenu {
	margin: 0;
	padding: 0;
}
#leftcol .leftmenu  ul {
	list-style-type: none;
	margin: 0 0 10px 4px;
	padding: 0;
}
#leftcol  ul li {
	margin:0;
	padding: 0;
}
#leftcol ul li a:link,
#leftcol ul li a:visited,
#leftcol ul li a:active {
	width: 180px;
	height: 26px;
	background-image: url(../images/global/b1.gif);
	margin: 4px 0 0 0;
	padding: 0;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	display: block;
	line-height: 26px;
	text-indent: 10px;
	color: #460370;
}	
#leftcol ul li a:hover {
	background-image: url(../images/global/b1_rollover.gif);
	color: #fbea98;
}

#container .homecontent{
    width: 553px;
	height: auto;
    padding: 0 0 15px 0;
	margin: 0;
	float: left;
}
#container .homecontent p{
    margin: 15px 0 0 14px;
	padding: 0;
}
#container .homecontent p.title{
   color: #663399;
   font-size: 14px;
   font-weight: bold;
   margin: 15px 0 0 14px;
   padding: 0;
}

#container .homecontent ul li{
    list-style-image: url(../images/global/icon.gif); 
    margin: 0 0 0 15px;
	padding: 0;
}
#container .homecontent ol{
    margin: 0 0 0 37px;
	padding: 0;
	font-size: 11px;
}
#footer {
    background-image: url(../images/global/footer.gif);
	background-repeat: repeat-x;
	width: 752px;
	height: 28px;
	background-color: #434341;
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
}
#footer p{
	text-align: center;
	padding: 5px 0 0 0;
	color: #ffffff;
	font-size: 11px;
}
#footer a:link,
#footer a:visited,
#footer a:active {
    text-decoration: underline;
	color: #ffffff;	
}	
#footer a:hover {
	color: #fed515;
	text-decoration: none;
}

#container .homecontent a:link,
#container .homecontent a:visited,
#container .homecontent a:active {
	font-weight: bold;
    text-decoration: underline;
	color: #794696;	
}	
#container .homecontent a:hover {
	color: #794696;
	text-decoration: none;
}
.smallText {
	font-size:11px;
}
.imgFloatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.imgFloatRight {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;

}
.orangeBoldText {
	font-weight: bold;
	color: #a173be;
	font-style: italic;
}
hr {
	height: 0px;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 1px dashed #fed515;
	padding:0 30px;
}
.tableTitle {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #8a5da6;
}
#container .homecontent td p {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}
#container .homecontent input {
	height: 18px;
	font-size: 11px;
	background-color: #fdf1b8;
	border: 1px solid #9d6fb9;
}
#container .homecontent .button {
	background-color: #9d6fb9;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #460370;
}
#container .homecontent .textareastyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fdf1b8;
	border: 1px solid #9d6fb9;
}
#container .homecontent .selectstyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fdf1b8;
	border: 1px solid #9d6fb9;
}
.attentionBox {
	border: 1px solid #9d6fb9;
	padding: 5px;
	width: 90%;
}
h1, h2, h3{
    margin: 15px 0 20px 14px;
	font-size: 12px;
	font-weight: bold;
}
h1 {
	color:#663399;
	border-bottom: 1px solid #663399;
}
h2 {
	color:#cfac02;

}
h3 {
	color:#460370;	
}