html, body{ 
	margin:0;
	padding:0;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align:center;
	background:#FFFFFF url(../images/bkg_page.jpg) repeat-y 50% 0;
}
 
 
/* PAGE LAYOUT */
#pagewidth{ 
	width:780px;
	text-align: left;  
	margin-left:auto; 
	margin-right:auto;
} 
#header{
	position:relative;
	width:760px;
	height:150px; 
	margin-left:auto; 
	margin-right:auto;
	background:#FFFFFF url(../images/bkg_header.jpg) no-repeat; 
} 
#icons{
	position:relative; 
	width:760px;
	height:55px; 
	margin-left:auto; 
	margin-right:auto;
	background:#FFFFFF url(../images/bkg_icons.jpg) no-repeat; 
} 
#nav{
	position:relative; 
	width:760px;
	height:26px; 
	margin-left:auto; 
	margin-right:auto;
	background:#FFFFFF url(../images/bkg_nav.jpg) no-repeat; 
} 
#nav_secondary{	/* breadcrumbs, drop-list */
	position:relative; 
	width:740px;
	height:25px; 
	margin-left:auto; 
	margin-right:auto;
	padding: 5px 10px 0 10px;
	background:#FFFFFF;
}

#maincol{
	margin-left:auto; 
	margin-right:auto;
	padding: 3px 30px 10px 35px;
	width: 695px;
	position: relative;
	text-align:left;
	background-color:#FFFFFF;
}

#footer{
	width:760px;
	height:25px; 
	margin-left:auto; 
	margin-right:auto;
	padding:5px 0 0 0;
	text-align:center;
	background:#CCCCCC url(../images/bkg_footer.jpg) no-repeat; 
	clear:both;
} 
/* PAGE LAYOUT END /* 

 
/* *** Float containers fix *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


/* TAGS */
td {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

th {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}

form {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

input {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

textarea {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

select {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	border:solid 1px #999999;
}

ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	list-style-type: disc;
	list-style-position: outside;
}

li {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

ol {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	list-style-type: upper-alpha;
	list-style-position: outside;
}

.bodystyle {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

.small {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
}

.medium {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

.big {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

.xbig {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}

.expanded {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	font-family: "Times New Roman", Times, serif;
	text-align: justify;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}
.NavSection, .NavSection td {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC99;
	padding: 5px 10px 0 10px;
}
.NavSection a, .NavSection a:visited, .NavSection a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC99;
	text-decoration: none;
}
.NavSection a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.NavSecondarySection, .NavSecondarySection td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
.BreadcrumbSection, .BreadcrumbSection a, .BreadcrumbSection a:visited, .BreadcrumbSection a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration:none;
}
.BreadcrumbSection a:hover {
	color:#0000FF;
	text-decoration:underline;
}
.IconSection {
	padding: 8px 0 0 0;
}
.Heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color:#662243;
}
.HeadingSub1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color:#334433;
}
