#container {
	width:	750px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #ACACFF;
	padding: 0px;
}
/* Top Navigation Bar Start */

#topnav {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	padding: 0px;
}

#topnav p {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
.navigate {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 130%;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	background-image: url(images/navback.gif);
}
#topnav h1 {
	margin: 0px;
	padding: 0px 0px 2px;
}

/* Top Navigation Bar End */

/* Right Column Start */
#right {
	padding: 0px 5px 0px 0px;
	float: right;
	width: 150px;
}

#right p {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 0px 2px 2px;
}
#right img {
	margin: 10px 0px 5px 0px;
	padding: 0px;
	border-top: 1px solid #ccffff;
	border-right: 1px solid #ccffff;
	border-bottom: 1px solid #ccffff;
	border-left: 1px solid #ccffff;
}


#right {
	padding: 0px 5px 0px 0px;
	float: right;
	width: 150px;
}
#right p {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 130%;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: .5em;
	margin-left: 0px;
}
#right .bold {
	font-weight: bold;
	color: #000066;
}
#right h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 135%;
	font-weight: bold;
	color: rgb(0,0,153);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: .5em;
	margin-left: 0px;
}
/* Right Column End */


/* Main Content Start */

#content {
	padding: 10px;
	margin-right: 160px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #acacff;
}

#content img {
	margin: 0px 5px 5px 0px;
	padding: 0px;
	border-top: 1px solid #acacff;
	border-right: 1px solid #acacff;
	border-bottom: 1px solid #acacff;
	border-left: 1px solid #acacff;
}
#content p {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 130%;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: .5em;
	margin-left: 0px;
}
#content .bold {
	font-weight: bold;
	color: #000066;
}
#content h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 135%;
	font-weight: bold;
	color: rgb(0,0,153);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: .5em;
	margin-left: 0px;
}


/* Main Content End */

/* Result Content Start */

#resultcontent {
	padding: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #acacff;
}

#resultcontent img {
	margin: 0px 5px 5px 0px;
	padding: 0px;
	border-top: 1px solid #acacff;
	border-right: 1px solid #acacff;
	border-bottom: 1px solid #acacff;
	border-left: 1px solid #acacff;
}
#resultcontent p {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 130%;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: .5em;
	margin-left: 0px;
}
#resultcontent .bold {
	font-weight: bold;
	color: #000066;
}
#resultcontent h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 135%;
	font-weight: bold;
	color: rgb(0,0,153);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: .5em;
	margin-left: 0px;
}


/* Result Content End */


/* Sitewide Formatting Start */

#notice	{
	width:	150px;
	background: rgb(255,255,51);
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #000066;
	padding: 0px;
}

a.one:link 		{color: #FFFFFF;text-decoration: none;}
a.one:visited 		{color: #FFFFFF;text-decoration: none;}
a.one:hover 		{color: #000000;text-decoration: none;position: relative;}

a.two:link		{color: #6600CC;text-decoration: underline;}
a.two:visited		{color: #6600CC;text-decoration: underline;}
a.two:hover		{
	color: #550066;
	text-decoration: underline;
}

a.three:link		{
	font-size: 120%;
	color: #FFFFFF;
	Text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	background-image: url(images/butback.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: left;
	padding: 3px;
	margin: 3px;
}
a.three:visited		{
	font-size: 120%;
	color: #FFFFFF;
	Text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	background-image: url(images/butback.gif);
	background-repeat: repeat-x;
	margin: 3px;
	padding: 3px;
}
a.three:hover		{
	font-size: 120%;
	color: #FFFFFF;
	Text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
	color: #000000;
	background-image: url(images/butback.gif);
	background-repeat: repeat-x;
	margin: 3px;
	padding: 3px;
}

table.main {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 105%;
	font-weight: normal;
	border-collapse: collapse;
	width: auto;
	}
table.main td {
	border: 2px solid #CCCCCC;
	padding: 2px;
	}
	.style1 {color: #FFFFFF}
	
/* Sitewide Formatting End */
