html,body,img,#header h1,#header ul,#header li,#navigation ul,#navigation li,#navigation h3,#randomquote { border : 0; margin : 0; padding : 0; }

body {
	background : white;
	color : black;
	font : 12px/16px 'Verdana', 'Tahoma', 'Arial', sans-serif;
}

a,a:active,a:link,a:visited {
	color : #9A9A9A;
	text-decoration : none
}

a:hover {
	color : #FFF;
}

#document {
	position : relative;
	width : 100%;
}

#header {
	display:none;
	
}
#header h1 {
	/*background : url(/images/topheaderfillleft.gif) no-repeat;*/
	/*padding-left : 189px;*/
}

#header ul {
	display:none;
}
#header li {
	float : left;
}
#header li a {
	display : block;
	margin-left : 4px;
	outline : 0;
}

#topnavbuttons {
	display:none;
}

#topnavlinks {
	font-weight : bold;
	position : absolute;
	right : 10px;
	top : 60px;
}

#topnavlinks li a { margin-left : 8px; }

#topnavlinks li.current a {
	/*background : url('/images/downcurve2.gif') no-repeat 0 100%;*/
	color : #DDD;
	padding-left : 12px;
}

#topnavparanormallinks {
	font-size : 11px;
	position : absolute;
	right : 73px;
	top : 75px;
}

#topnavparanormallinks li.current a {
	color : #C5C5C5;
}



a.current
{
	color:#c5c5c5;
}

#randomquote {
display:none;
}

#contenttitle,h1 {
	background : white;
	color : black;
	font : bold 16px/25px 'Tahoma', 'Arial', sans-serif;
	height : 25px;
	text-align : center;
	vertical-align : middle;
}

#main {
	background : white;
	color : black;
	min-height:420px;
	height:100%;
}

#navigation {
	display:none;
}

#navigation h3 {
	color : #FFF;
	font-size : 10px;
	font-weight : normal;
	text-align : center;
	text-decoration : underline;
}

#navigation ul {
	font-weight : bold;
	padding-bottom : 16px;
}

#navigation a,#navigation a:active,#navigation a:link,#navigation a:visited { color : #9A9A9A; }

#navigation a:hover { text-decoration : underline; }

#content {
	font-size : 13px;
	margin : 0 10px 0 5%;

}

#content a {
	color : black;
	font-weight : bold;
	text-decoration:underline;
}

#content a:hover {
	color : black;
	text-decoration : underline;
}

#content h2 {
	background : white;
	border : 0px solid #9A9A9A;
	color : black;
	font-size : 14px;
	font-weight : bold;
}

#sections a,#otherlinks a {
	padding-left : 11px;
}

#sections a {
	background : url('/images/leftlink.gif') no-repeat;
}

#otherlinks a {
	background : url('/images/leftlink2.gif') no-repeat;
}

#emailme,#tellafriend { display : none; }

#footer
{
display:none;

}

#footer a, #footer a:hover
{
color: #839ace;
}

p.right
{
	text-align:right;
}

p.center
{
	text-align:center;
}