@charset "UTF-8";
/* CSS Document */

body
{	
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
}

#logo
{
	margin-left:160px;
	border-left:solid 1px #000000;
	width:235px;
	padding-left:10px;	
	height:220px;
	
}

#insidelogo
{
	width:148px;
}

#fixed
{
	position:fixed;
	top:0px;
	left:0px;
	padding-top:10px;
}

#nav
{
	width:145px;
	padding-left:15px;
	padding-top:15px;
	float:left;
	line-height:1;
	
}

#masterdiv
{
	padding-top:5px;
}

#two
{
	border-top:solid 1px #000000;
	width:400px;
}

#info
{
	width:225px;
	border-left:solid 1px #000000;
	float:left;
	padding-left:10px;
	height:400px;
}

#insideinfo
{
	width:200px;
}

#content
{
	padding-left:20px;
	margin-left:400px;
}

.boldo
{
	font-weight:bold;
}

.ital
{
	font-style:italic;
}

a:link 
{
	color:#000000;
	text-decoration:none;
	font-style:italic;
}

a:visited 
{
	color:#000000;
	text-decoration:none;
	font-style:italic;
}
	
a:hover 
{
	color:#000000;
	text-decoration:none;
	font-style:italic;
	text-decoration:underline;
}

a:active
{
	color:#000000;
	text-decoration:none;
	font-style:italic;
}


a.two:link
{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	font-style:normal;
	
}


a.two:visited
{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	font-style:normal;
}

a.two:hover
{
	text-decoration:none;
	padding: 0px;
	font-weight:bold;
	font-style:normal;
}

a.two:active
{
	color:#000000;
	text-decoration:none;
	font-style:normal;
}

a.three:link
{
	text-decoration:none;
	color:#000000;
	font-style:normal;
	
}


a.three:visited
{
	text-decoration:line-through;
	color:#000000;
	font-style:normal;
}

a.three:hover
{
	text-decoration:none;
	padding: 0px;
	color:#333333;
	font-style:normal;
}

a.three:active
{
	color:#000000;
	text-decoration:none;
	font-style:normal;
}


/* javascript buttons */
.menutitle{
cursor:pointer;
margin-bottom: 5px;
background-color:#FFFFFF;
color:#000000;
width:130px;
font-weight:bold;
}

.submenu{
margin-bottom: 0.5em;
}

li
{
	list-style:none;
	line-height:1.5;
}

ul
{
	padding:0px;
	margin:0px;
}
