/****************************************
 Standard definitions
 ****************************************/
body {
	font-family: verdana, helvetica, arial, sans-serif;
	color: #000;
	font-size: 0.8em;
	margin: 16px 0 10px 0;
	padding: 0;
	text-align: center;
}

form {
	margin: 0;
	padding: 0;
	display: inline;
	text-align: left;
}

img {
	border: 0;
}

a {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

hr {
	height: 0;
	border-top: 1px solid #ccc;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	padding: 0;
	line-height: 0;
}
hr.dark {
	border-top: 1px solid #666;
}

sup {
	color: #0066CC;
}

p.quote {
	color: #E4077B;
	font-size: 1.2em;
	padding: 25px 30px 0 0;
	margin-bottom: 10px;
	_position: relative; /* IE6 hack, otherwise images don't show in .pquote! */
}
blockquote {
	margin-right: 40px;
}
blockquote p.quote {
	margin-right: 100px;
	background: url(/media/images/misc/quote.gif) top left no-repeat;
}
blockquote p.quote:first-letter {
	margin-left: 25px;
}
blockquote strong {
	color: black;
}
/* end standard stuff*/

/*Google Font Biatch*/
h3
{
font: bold 13px arial, sans-serif;
text-decoration: underline;
margin: 10px 0 0 0;
color: #3CF;
}
/*
p
{
	font: normal 12px arial, sans-serif;
	color: #000;
} 
li
{
font: normal 12px arial, sans-serif;
} 
/*Google Ends*/

.search {
border-color: black;
border-width: 1px;
border-style: solid;
background-color: #a7cece;
padding: 25px;
margin: 30px;
}
/*  This part is drawing the green border..

#main {
width: 800px;
border-width: thin;
border-style: solid;
border-color:green;

padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
padding-top: 20px;

} */
#lists {

}

/****************************************
 Main Container
 ****************************************/
#PageContainer {
	margin: 0 auto;
	width: 770px; 
	text-align: left;
}

/****************************************
Stuff within Main Container
 ****************************************/
#Toppart {
	min-height: 29px;
	_height: 29px; /* Pre IE7 */
}

#Breadcrumb span.current {
	color: Black;
}

#Breadcrumb h1
{
	display: inline;
	font-size: 1em;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}


/****************************************
 Header
 ****************************************/
#Header {
	height: 36px;
	margin: 0 0 16px 0;
	background: white;
}

#Header a {
	line-height: 1em;
	margin: 0;
	padding: 0;
}
#Header img {
	float: right;
}
#Header ul {
	margin: 0 0 0 5px;
	padding: 0;
	list-style: none;
}
#Header ul li {
	display: block;
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
}
#Header ul li.bullet {
	padding-left: 20px;
	background-image: url(/media/images/misc/dot.gif);
	background-position: 8px 50%;
	background-repeat: no-repeat;
}


/****************************************
 Container for the main body of the page
 ****************************************/
#ContentArea {
	position: relative;
	clear: both;
	border: 1px solid #869BD2;
	padding: 20px 20px 30px 20px;
	min-height: 460px;
	_height: 460px;		/* Pre IE7 */
}

/****************************************
 Footer
 ****************************************/
#Footer {
	background: #F1F8FF;
	padding: 15px 20px 4px 4px;
	margin: 0 0 20px 0;
	border-bottom: 10px solid #3F0072;
	text-align: right;
	min-height: 29px;
	_height: 29px;	/* IE5-IE6 */
}
#Footer a {
	line-height: 1em;
}
#Footer img {
	vertical-align: baseline;
}

#FooterSmallPrint {
	margin: 0 0 20px 0;
	font-size: 0.8em;
}
