@import url("layout.css");

body 
{
	color: White;
	font-size: 90%;
	/* lets see if I can get ems to work! */
	font-family: arial, verdana, helvetica, sans-serif;
	background-image: url("../images/cadran_bgnd.gif");
	background-color: #505050;
	background-repeat: repeat-y;
	background-position: left top;
	color: White;
}

body h1
{
	color: #B6D40A;
	font-size: 200%;
	font-weight: bold;
}

body h2
{
	font-size: 150%;
	font-weight: bold;
}

body h3
{
	font-size: 120%;
	font-weight: bold;
}

body a:link

{

	color: #B6D40A;
}

body a:visited

{

	color: #B6D40A;
}

body a:hover

{

	color: white;
}

#biglink a:visited
{
	color: Black;
	border: Black;
}

#biglink a:link
{
	color: Black;
	border: Black;
}

#biglink a:active
{
	color: Black;
	border: Black;
}

#menu a 
{
	color: White;
	text-decoration: none;
}

#menu a:hover { /* Hover Styles */
	color: blue;
}

#menu a:visited 
{
	color:White;
	text-decoration:none;
}

#links a 
{
	color: White;
	text-decoration: underline;
}

#links a:hover { /* Hover Styles */
	color: blue;
}

#links a:visited 
{
	color:White;
}

.menu_item
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 130%;
	font-style: normal;
	padding-bottom: 10;
}

.menu_selected
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 130%;
	font-style: normal;
	color: #B6D40A;
	padding-bottom: 10;

}

.submenu_item
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	padding-bottom: 5;
	text-indent: 5;
}

.submenu_selected
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	color: #B6D40A;
	padding-bottom: 5;
	text-indent: 5;
}

.subsubmenu_item
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	padding-bottom: 5;
	text-indent: 10;
}

.subsubmenu_selected
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	color: #B6D40A;
	padding-bottom: 5;
	text-indent: 10;
}

.link_item
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 130%;
	font-style: normal;
	padding-bottom: 10;
}

.link_selected
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 130%;
	font-style: normal;
	color: #B6D40A;
	padding-bottom: 10;

}

.sublink_item
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	padding-bottom: 5;
	text-indent: 5;
}

.sublink_selected
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	color: #B6D40A;
	padding-bottom: 5;
	text-indent: 5;
}

.subsublink_item
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	padding-bottom: 5;
	text-indent: 10;
}

.subsublink_selected
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	color: #B6D40A;
	padding-bottom: 5;
	text-indent: 10;
}

