/* HTML Elements */ 
	a {} /* Avoid using as will assign it to <a name=""> */
		a:link{
			color: #036;
			}
		a:visited {
			color: #039;
			} 
		a:hover {
			color: #7088A0;
			text-decoration: none;
			}
	
	body {
		background: #fff url(/assets/images/ui/bg.jpg) repeat-x fixed left top;
		color: #333;
		font: 80%/140% "trebuchet ms", arial, verdana, helvetica, sans-serif;
		}
	
	dl, ol, ul {
		margin-top: 0;
		}
	
	dl dl,dl ol, dl ul, ol dl, ol ol, ol ul, ul dl, ul ol, ul ul {
		}
		
	form {
		margin: 0;
		padding: 0;
		}
	
	li {
		padding-top: 6px;
		margin-left: 0;
		padding-left: 0;
		}
		li p, li h2 {
			font-size: 100%;
			}
	
	p, td {
		margin-top: 0;
		}

	th.homePage {
	   border-right: 1px solid #ccc;
	   padding: 8px;
	   vertical-align: top;
	}
	
	tr { 
	   padding: 18px;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #930;
		margin: 0 0 5px;
		padding-top: 18px;
		}
		h1 {
			font-size: 135%; 
			font-weight: normal;
			}
		h2 {
			font-size: 130%; 
			}
		h3 {
			font-size: 125%; 
			}
		h4 {
			font-size: 120%; 
			}
		h5 {
			font-size: 110%; 
			}
		h6 {
			font-size: 100%; 
			}
	
	img {
		border: none;
		}
	
	li li, dd li, td h1, td h2, td h3, td h4, td h5, td h6, td label, td li, td p, td td {
		font-size: 100%;
		}


/* Format Classes */
	.alignLeft {
		clear: left;
		float: left;
		width: 40%;
		}
		img.alignLeft {
			width: auto;
			}
		li.alignLeft {
			width: 45%;
			}
	
	.alignRight {
		clear: right; 
		float: right;
		width: 40%;
		}
		img.alignRight {
			width: auto;
			}
		li.alignRight {
			clear: none;
			float: none;
			width: auto;
			}
	
	.highlight {
		background: yellow;
		font-size: 100%;
		font-weight: bold;
		}
		.highlight a {
			text-decoration: none;
			}
	
	.listHeading {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 80%; 
		font-style: normal;
		}
		li .listHeading, td .listHeading {
			font-size: 100%;
			}
	
	.noBullets {
		list-style: none;
		margin: 0;
		}
		.textboxLeft .noBullets, .textboxRight .noBullets { 
			margin: 0;	
			}
			
	.pullQuote {}
	
	.smallText {
		font-size: 70%;
		text-align: right;
		}
		li.smallText {
			list-style: none;
			}
	
	.twoColList {}
	.twoColList li {
		float: left;
		padding-bottom: 10px;
		padding-right: 5%;
		width: 40%;
		}
		
	.textboxCenter { 
		background: #eee;
		border-top: 1px dashed red;
		border-bottom: 1px dashed red;
		margin: 10px 20px;
		padding: 10px;
		}
	
	.textboxLeft {
		background: #eee;
		border-bottom: 1px dashed red;
		border-right: 1px dashed red;
		float: left;
		margin: 10px 40px 10px  10px;
		padding: 10px;
		width: 35%;
		}
	
	.textboxRight { 
		background: #eee;
		border-left: 1px dashed red; 
		border-top: 1px dashed red; 
		clear: right; 
		float: right; 
		margin: 10px 20px;
		padding: 10px;
		width: 35%;
		}
