/* ----------	=Structure		-------------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}
html {
	margin: 0px;
	padding: 0px;
	font-size: 62.5%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
body {
	padding: 0px;
	margin: 10px 0px;
	background: #fff url(/_images/background.gif) repeat;
	color: #000;
}
#wrap {
	width: 760px;
	margin: auto;
	background: transparent;
	color: #000;
}
#head {
	margin-bottom: 5px;
}
#logo {
	height: 150px;
	width: 150px;
	float: left;
	background: #4b254d url(/_images/logo.jpg);
	color: inherit;
}
#picture {
	float: right;
	height: 150px;
	width: 605px;
	color: inherit;
}
#nav {
	height: 24px;
	background: #545454 url(/_images/dkgreybar.jpg);
	color: inherit;
	margin-bottom: 5px;
}
#nav ul {
	margin: 0px 0px 0px 185px;
	padding: 0px;
	list-style: none;
}
#nav li {
	float: left;
	text-align: center;
	padding: 0px;
	margin: 0px -14px;
	display: block;
}
#content {
	color: inherit;
	background: transparent;
}
#main {
	float: right;
	width: 585px;
	color: inherit;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	padding: 1em 1em 1em;
	margin: 0em 0px 0px;
}
div.wide#main {
	width: 525px;
	padding-right: 0px;
}

.height {
	float: right;
	height: 350px;
	width: 1px;
}
#first {
	float: left;
	margin-right: 1em;
}
#right-hand {
	float: right;
}

#sidebar {
	float: left;
	width: 150px;
	background: #bcbcbc;
	color: inherit;
	-moz-border-radius: 5px;
}
#sidebarcontent {
	background: transparent;
	filter: alpha(Opacity=100);
	opacity: 1.0;
	-moz-opacity: 1.0;
	color: inherit;
	height: 400px;
}
#sidebarcontent ul {
	list-style: none;
	margin-top: 10px;
	font-size: .95em;
}
#sidebarcontent ul ul {
	margin-top: 0px;
}
#sidebarcontent ul ul li {
	display: block;
	height: 20px;
	line-height: 19px;
	margin: 0px 0px 5px;
	padding: 0px;
}
#sidetop {
	width: 150px;
	display: none;
}
#foot {
	color: #fff;
	background: #545454 url(/_images/dkgreybar.jpg);
	margin-top: 5px;
	padding: 5px 5px 5px 10px;
	height: 15px;
	line-height: 15px;
	font-size: 1em;
}
.inline {
	float: left;
	width: 100px;
	padding: 0px 10px;
	margin: 8px 8px 8px 0px;
}
.inline img {
	width: 100px;
}
.inline h3 {
	text-align:center;
	font-size: 12px;
}

.clear {
	clear: both;
}
#sidebarcontent ul ul ul li {
	line-height: 15px;
	height: 15px;
}
#hints div {
	color: #fff;
	border: 1px none #4b254d;
	margin-top: 40px;
}
#sideApply #hints a {
	background: url(../_style/none);
}
#sideApply #hints a:hover {
	text-decoration:underline;
	background: url(../_style/none);
}
/* ----------	=Navigation		-------------------------------------------------- */
#nav a {
	color: #fff;
	text-decoration: none;
	background: fixed;
	height: 24px;
	line-height: 24px;
	display: block;
	text-transform: uppercase;
	font-size: 1.1em;
	overflow:hidden;
}
#nav a:hover {
	color: #fff;
	text-decoration: none;
}
#past a {
	background: url(/_images/past.gif) no-repeat 0px 0px;
	width: 123px;
}
#present a {
	background: url(/_images/present.gif) no-repeat 0px 0px;
	width: 141px;
}
#future a {
	background: url(/_images/future.gif) no-repeat 0px 0px;
	width: 141px;
}
#apply a {
	background: url(/_images/apply.gif) no-repeat 0px 0px;
	width: 176px;
}
#past a:hover {
	background: url(/_images/past.gif) no-repeat 0px -35px;
}
#present a:hover {
	background: url(/_images/present.gif) no-repeat 0px -35px;
}
#future a:hover {
	background: url(/_images/future.gif) no-repeat 0px -35px;
}
#apply a:hover {
	background: url(/_images/apply.gif) no-repeat 0px -35px;
}
#sidebarcontent ul ul li a {
	display: block;
	text-transform: uppercase;
	color: #fff;
	padding-left: 25px;
	text-decoration: none;
}
#sidePast li a {
	background: url(/_images/side_orange.gif) no-repeat 0 0;
}
#sidePresent li a {
	background: url(/_images/side_green.gif) no-repeat 0 0;
}
#sideFuture li a {
	background: url(/_images/side_blue.gif) no-repeat 0 0;
}
#sideApply li a {
	background: url(/_images/side_red.gif) no-repeat 0 0;
}
#sidePast li a:hover, #sidePresent li a:hover, #sideFuture li a:hover, #sideApply li a:hover {
	background: url(/_images/side_orange.gif) no-repeat 0 -20px;
	text-decoration: none;
}
#home a {
	color: #545454;
	display: block;
	clear: both;
}

/* ----------	=Typography		-------------------------------------------------- */
p, #main ul {
	font-size: 1.2em;
	line-height: 1.4em;
}
#main p, #main ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#main p {
	margin-top: 0.5em;
}
#header {
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	text-transform: capitalize;
	font-size: 18px;
	color: #fff;
	margin-top: 40px;
}

/* ----------	=Links			-------------------------------------------------- */
#main a {
	color: #4b254d;
	text-decoration: underline;
}
#main a:hover {
	background: #bcbcbc;
	text-decoration: underline overline;
}
#main a:active {
	font-weight: bold;
}
#main a:visited {
	color: #c15028;
	text-decoration: underline;
}
/* ----------	=Lists			-------------------------------------------------- */
dl {
	font-size: 1.2em;
	line-height: 1.4em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
dt {
	clear: left;
	float: left;
	width: 6em;
	font-weight: bold;
}
dd {
}
ol {
	font-size: 1.2em;
	line-height: 1.4em;
	list-style: decimal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 1.2em;
}
ol li {
}
ol ol {
	font-size: 1em;
	line-height: 1.4em;
	margin-left: 3em;
	list-style: lower-alpha;
	margin-bottom: .5em;
}
ol ol li {
}
#glossary dt {
	width: 150px;
	border-top: 1px solid #bcbcbc;
	margin-top: 3px;
	margin-bottom: 3px;
}
#glossary dd {
	width: 375px;
	float: left;
	border-top: 1px solid #bcbcbc;
	margin-top: 3px;
	margin-bottom: 3px;
}
dd li {
	font-size: 0.9em;
	line-height: 1.2em;
}
#main ul {
	font-size: 1.2em;
	padding-left: 20px;
}
#areas {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#areas li {
	width: 25%;
	margin-right: 3%;
	float: left;
}
/* ----------	=Tables			-------------------------------------------------- */
/* ----------	=Headings		-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin-bottom: 0px;
	clear: left;
}
h1 {
	font-size: 2em;
	color: #4b254d;
	font-weight: bold;
	margin-bottom: .5em;
}

h2 {
	font-size: 1.8em;
	color: #000;
	margin-top: .8em;
	margin-bottom: 0px;
}
h3 {
	font-size: 1.6em;
	color: #4b254d;
	margin-top: .5em;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
}


/* ----------	=Forms			-------------------------------------------------- */
/* ----------	=Images			-------------------------------------------------- */
/* ----------	=Misc			-------------------------------------------------- */ 
.you-do {
	font-weight: bold;
	color: #B8292E;
}
.helpful-hint {
	border: 1px none #4b254d;
	padding: 0px;
	width: 126px;
	margin: 0px 0px 1em 1em;
	float: right;
}
.helpful-hint-left {
	border: 1px none #4b254d;
	padding: 0px;
	width: 126px;
	position: absolute;
	margin-left: -210px;
}
.state {
	height: 125px;
}
.logo {
	width: 140px;
	margin-bottom: 1.4em;
}
#anglebox {
	width: 148px;
	margin-bottom: 1.4em;
}
table {
}
th {
	text-align: left;
	background: #bcbcbc;
}
td, th {
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
table.worksheet {
	border-top: 1px solid #000;
	border-right: 1px none #000;
	border-bottom: 1px none #000;
	border-left: 1px solid #000;
}
table.worksheet td, table.worksheet th {
	border-top: 1px none #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px none #000;
}
#logo img, #logo a {
	border-style: none;
}
a img {
	border-style: none;
}
.freedom {
	margin: 2em auto auto;
	width: 276px;
}
#foot a {
	color: #fff;
	text-decoration: underline;
}
.nopad {
	margin: 0px;
	padding: 0px;
}
#sidebarcontent_2 {
	background: transparent;
	opacity: 1.0;
	-moz-opacity: 1.0;
	height: 400px;
}

