﻿body
{
	background: #FFFFFF url(../Images/BodyBackground.png) repeat-x;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
}

form
{
	margin: 0px;
	padding: 0px;
}

/*Look and Feel Styles*/
#Container
{
	background: #FFFFFF;
	color: #000000;
	margin: 0px 2.5% 0px 2.5%;
}
a.SkipToContent
{
	float: left;
	visibility: hidden;
	width: auto;
}
#Header
{
}
#Header #Top
{
	background: #0066cc url(../Images/BarGradient.png) no-repeat;
	border-top: solid 1px #FFFFFF;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	height: 100%;
	padding: 1px 0px 2px 0px;
	text-align: right;
}
#Header ul,
#Footer ul
{
	margin: 0px;
	padding: 0px;
}
#Header li,
#Footer li
{
	border-right: solid 1px #FFFFFF;
	display: inline;
	padding: 0px 6px 0px 10px;
}
#Header #Middle
{
	background: #FFFFFF url(../Images/BannerImage.jpg) no-repeat scroll right;
	color: #2A0B59;
	height: 84px;
	margin: 0px;
	padding: 0px 225px 0px 0px;
}
#GovernmentLogo
{
	float: left;
	margin: 0px;
	padding: 0px 10px;
	width: auto;
}
#Title h1
{
	font-size: x-large;
	font-style: italic;
	font-weight: normal;
	line-height: 1em;
	margin: 0px;
	padding: 35px 0px 0px 0px;
	text-align: center;
}
#Header #Bottom
{
	background: #0066cc url(../Images/BarGradient.png) no-repeat;
	color: #FFFFFF;
	height: 28px;
	padding: 0px 0px 0px 190px;
}
#Search
{
	float: right;
	margin-top: 1px;
	padding: 1px 5px 0px 0px;
	width: auto;
}
#Search .SearchText
{
	width: 120px;
}
#TopNavigation
{
	float: left;
	margin-top: 6px;
	width: auto;
}
#TopNavigation ul
{
	margin: 0px;
	padding: 0px;
}

#LeftColumn
{
	float: left;
	margin: 0px 0px 0px 10px;
	width: 177px;
}
#UsefulLinks
{
	border: solid 1px #767676;
	margin: 15px 0px;
	padding: 1px;
	width: 173px;
}
#UsefulLinks h2
{
	background-color: #767676;
	color: #FFFFFF;
	font-size: small;
	font-weight: normal;
	margin: 0px;
	padding: 4px 6px;
}
#UsefulLinks ul
{
	margin: 5px;
	padding: 0px;
}
#UsefulLinks li
{
	font-size: 90%;
	list-style: none;
	margin: 5px 0px;
}
#UsefulLinks a
{
	border-bottom: dotted 1px #333333;
	color: #333333;
	text-decoration: none;
}
#UsefulLinks a:hover
{
	border-bottom: solid 1px #0066cc;
	color: #0066cc;
	text-decoration: none;
}
.PageFeedback
{
	background-color: #F4F4F4;
    border: solid 1px #CCCCCC;
	font-size: x-small;
	font-weight: bold;
	margin: 15px 0px;
    padding: 8px;
    width: 159px;
}

#Content
{
	height: 100%;
	margin-left: 205px;
	padding: 0px 15px 0px 0px;
}
#aspnetForm
{
	padding: 10px 0px 0px 0px;
	margin: 0px;
}
#Content li
{
	margin-bottom: 8px;
	margin-top: 8px;
}
#Content li.topmgn20
{
	margin-top: 20px;
}
#Content h1,
#Content h2
{
	font-size: x-large;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}
#Content h3
{
	font-size: large;
	font-weight: bold;
}
#Content h4
{
	font-size: medium;
	font-weight: bold;
}
#Content h5
{
	font-size: small;
	font-weight: bold;
}
#Content h6
{
	font-size: small;
	font-style: italic;
	font-weight: normal;
}
.Required
{
	color: Red;
}
.FeedbackTextBoxSingleLine
{
	margin-left: 25px;
	width: 600px;
}
.FeedbackTextBoxMultiLine
{
	width: 600px;
}

#Footer
{
	background: #0066CC url(../Images/BarGradient.png) no-repeat;
	clear: both;
	color: #FFFFFF;
	font-size: x-small;
	height: 15px;
	padding-top: 3px;
}
#Footer ul
{
	margin: 0px 0px 0px 205px;
	padding: 0px;
}
	
/* Homepage buttons */
.BlueButtons
{
	margin: 0px 0px 30px 0px;
	text-align: left;
	float: left;
	width: 100%;
}
.BlueButtons ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

.BlueButtons li
{
	float: left;
	font-size: 90%;
	margin: 0px 0px 1px 0px;
	text-align: center;
	width: 150px;
}

hr.BottomLinks
{
	background-color: #CCCCCC;
	border: none;
	color: #CCCCCC;
	height: 1px;
}
ul.BottomLinks
{
	margin: 0px 0px 15px 0px;
	padding: 0;
}
.BottomLinks li
{
	border-right: solid 1px #CCCCCC;
	display: inline;
	font-size: 90%;
	list-style: none;
	padding: 0px 10px 0px 14px;
}
.TopButton
{
	border: 0px;
}
	
/* Link styles */	
#Content a,
#links a
{
	background-color: inherit;
	border-bottom: dotted 1px #0000CC;
	color: #0000CC;
	text-decoration: none;
}
#Content a:hover,
#links a:hover
{
	background-color: inherit;
	border-bottom: solid 1px #0066cc;
	color: #0066cc;
	text-decoration: none;
}
#Header a,
#Footer a
{
	background-color: inherit;
	color: #FFFFFF !important;
	text-decoration: none;
}
a img
{
	border: none;
	float: left;
	width: auto;
}
.TopButton a
{
	background-color: inherit;
	border: solid 1px #444444 !important;
	color: #444444 !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	margin-right: 20px;
	padding: 1px 4px;
	text-decoration: none;
}
.TopButton a:hover
{
	background-color: inherit;
	border: solid 1px #0066cc !important;
	color: #0066cc !important;
	text-decoration: none;
}
.BlueButtons li a
{
	background: #0096FB url(../Images/BlueButton.png) repeat-x;
	border: solid 1px #141D66 !important;
	color: #FFFFFF !important;
	display: block;
	height: 20px;
	margin: 0px 5px 0px 0px;
	padding: 5px 0px 0px 0px;
	text-decoration: none;
	width: auto;
}
.BlueButtons li a:hover,
.BlueButtons a:hover > a
{
	background: #0E69C7 url(../Images/BlueButtonHighlight.png) repeat-x !important;
	color: #FFFFFF !important;
}
.BlueButtons a:hover
{
	background: #0E69C7 url(../Images/BlueButtonHighlight.png) repeat-x !important;
	color: #FFFFFF !important;
}

p.Breadcrumbs
{
	background-color: inherit;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
}

p.Breadcrumbs a img
{
	max-height: 0px;
	max-width: 0px;
}

.NoBorder
{
	border-width: 0px !important;
}

#Resources
{
	border: dotted 2px #0066cc;
	padding: 0px 20px;
}

#PDFNote
{
	background-color: inherit;
	color: #333333;
	font-style: italic;
	margin-top: 30px;
}

.AdobeImage
{
	float: left;
	margin: 2px 10px 5px 0px;
	width: auto;
}

.Button
{
	background-color: #666666;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}
	
/*Table styles*/	
table.data
{
	background-color: #EEEEEE;
	border-collapse: collapse;
	color: inherit;
	margin-bottom: 15px;
	padding: 0px;
}
.data td
{
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	color: inherit;
	margin: 0px;
	padding: 4px 10px;
	vertical-align: top;
}
.data th
{
	background-color: #999999;
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
	margin: 0px;
	padding: 4px 10px;
	vertical-align: middle;
}
td.highlight
{
	background-color: #0682E3;
	color: #FFFFFF;
}
td.nostyle,
td.whitebgd
{
	background-color: #FFFFFF;
	color: inherit;
}

.AspNet-TreeView ul li
{
	font-size: 120%;
	font-weight: normal;
	list-style: none;
	text-indent: 50px;
}
.AspNet-TreeView ul li li
{
	font-size: 90%;
	font-weight: normal;
	text-indent: 100px;
}
.AspNet-TreeView ul li li li
{
	font-size: 80%;
	font-weight: normal;
	text-indent: 150px;
}