
body {
	background: #000 url(../images/sideflame2.gif) repeat-y scroll top left;
	color: #6B4EFC;
	font-family: 'Lucida Grande', 'Lucida Sans', Arial, Helvetica, sans-serif;
	margin: 0;
}

#ID_Copyright {
	font-size: 65%;
	color: #6B4EFC;
}

#ID_Copyright a {
	color: #6B4EFC;
	text-decoration: underline;
}

#ID_Copyright a:hover {
	color: #9783FD;
	text-decoration: underline;
}

#ID_Main {
	background-color: #000;
	border-bottom: 3px solid #6B4EFC;
	font-size: 10pt;
	padding: 10px;
	height: 400px;
	overflow: visible;
}

#ID_Main a {
	color: #6B4EFC;
	text-decoration: underline;
}

#ID_Main a:hover {
	color: #9783FD;
/*	color: #C4DBFF; */
	text-decoration: underline;
}

#ID_SideNav {
	background-color: transparent;
	width: 230px;
	position: absolute;
	top: 110px;
	left: 7px;
	z-index: 1;
}

#ID_SideNav #ID_SideNavMenu {
	border-top: 3px solid #6B4EFC;
	border-bottom: 3px solid #6B4EFC;
	background-color: #000;
}

#ID_SideNav ul {
	margin: 10px;
	padding: 0;
	list-style-type: none;
}

#ID_SideNav ul li {
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#ID_SideNav ul li a {
	width: 100%;
	display: block;
	color: #6B4EFC;
	text-decoration: none;
}

#ID_SideNav ul li.current {
	background: #6B4EFC url(../images/highlight_fade.gif) repeat-y scroll top right;
	color: #000;
}

#ID_SideNav ul li.current a {
	width: 100%;
	display: block;
	color: #000;
	text-decoration: none;
}

body>div#ID_SideNav {
	position: fixed;
}

#ID_TopNav {
	background-color: transparent;
	height: 27px;
	width: 650px;
	position: absolute;
	top: 66px;
	left: 270px;
	z-index: 2;
}

#ID_TopNav .selectedtab {
	background-color: #000;
	border-left: 3px solid #6B4EFC;
	border-right: 3px solid #6B4EFC;
	font-weight: bold;
	width: 75px;
}

#ID_TopNav .selectedtab a {
	width: 100%;
	display: block;
	color: #6144DD;
	text-decoration: none;
}

#ID_TopNav .othertab {
	background-color: #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	font-weight: normal;
	width: 75px;
}

#ID_TopNav .othertabhover {
	background-color: #000;
	border-left: 1px solid #6B4EFC;
	border-right: 1px solid #6B4EFC;
	font-weight: normal;
	width: 75px;
}

#ID_TopNav .othertab a, #ID_TopNav .othertabhover a {
	width: 100%;
	display: block;
	color: #6144DD;
	text-decoration: none;
}

#ID_Copyright_Links a.bottomlink {
	font-weight: bold;
	color: #6B4EFC;
	letter-spacing: 1px;
	font-family: 'Century Gothic', Futura, 'Tw Cen MT', 'Lucida Grande', 'Lucida Sans', Arial, Helvetica, sans-serif;
	text-decoration: none;
}

h1 {
	font-size: 200%;
	font-variant: small-caps;
	font-weight: bold;
	font-family: 'Century Gothic', Futura, 'Tw Cen MT', 'Lucida Grande', 'Lucida Sans', Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 150%;
	font-weight: bold;
	font-family: 'Century Gothic', Futura, 'Tw Cen MT', 'Lucida Grande', 'Lucida Sans', Arial, Helvetica, sans-serif;
}

div.success {
	border: 2px solid #090;
	background-color: #cfc;
	color: #090;
	width: 400px;
}

div.error {
	border: 2px solid #900;
	background-color: #fcc;
	color: #900;
	width: 400px;
}

img {
	border: 0;
}

.cvheader {
	font-size: 150%;
}

.cvsubheader {
	font-size: 125%;
	border-bottom: 1px solid #6B4EFC;
}

.cvtitle {
	font-size: 105%;
	font-style: italic;
}

.cvlocation {
	font-style: italic;
}

.cvindent {
	padding-left: 40px;
}

a.textbutton {
	text-decoration: none;
	font-weight: bold;
	margin: 0 5px;
}

div.entry {
	border-bottom: 1px dotted #6B4EFC;
}

p.postedby {
	font-size: 80%;
}

p.label, ul.label {
	font-size: 75%;
}

td.photo {
	background-color: #000;
	color: #6B4EFC;
	cursor: default;
	font-size: 90%;
}

td.photohover {
	background-color: #6B4EFC;
	color: #000;
	cursor: default;
	font-size: 90%;
}