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

#container {
	width:820px;
	margin-left:auto;
	margin-right:auto;

}

body {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	font-family:Arial, Helvetica, sans-serif;
}

p {
	text-align=left;
}

h1 {
	text-align=left;
}

a:link 
{
	text-align=left;
}

.left-main
{
	text-align=left;
}
ul {
	list-style-type:none;
	text-align: left;
	text-indent: none;
}

.ttl {
	font-size:14pt;
	color:#ff0000;
	text-align:center;
	margin-bottom:20px;
	font-weight:bold;
}

.sub-ttl {
	font-size:11pt;
	color:#000;
	text-align:center;
	margin-bottom:20px;
	font-weight:bold;
	
}

.text {font-size:13pt;
	color:black;
	text-align:center;
	margin-bottom:20px;
	font-weight:bold;}
	

.auth-ttl {
	font-weight:bold;
	text-align:center;
	font-size:17pt;
	color:#000;
	margin-top:25px;
	margin-bottom:15px;
	font-family: Arial, Helvetica, sans-serif;
}


#auth-lt {
	width:40%;
	float:left;
	margin-left:80px;
	list-style-type: none;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	list-style-image: none;
	list-style-type:none;
}



#auth-rt {
	width:40%;
	float:right;
	margin-right:20px;
	list-style-type: none;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	list-style-image: none;
}

#experienced {
	text-align:center;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13pt;
}

.center {
	text-align:center;
}

#menu {
	width:450px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	font-size:0px;
}

#menu2 {
	width:450px;
	margin-left:auto;
	margin-right:auto;
	font-size:0px;
}

#header {
	width:800px;
	text-aligh:center;
	text-align: center;
}

p {padding:2px;}

.list-table 
{border-color:#999;
border-width: medium;
}

.menu-background{
	background-image:url(../Elements/buttonbkgrd.jpg);
	border: none;
	padding: 10px 5px;
	padding-top:20px;
	text-align: center;
	text-decoration: none;
	display:block;
	font-size: 28px;
	margin: 4px 2px;
	cursor: pointer;
	height:40px;
	width:150px;
	color:#000;
	font-weight:650;
	background-position: center; /* center the image */
	background-repeat: no-repeat; /* do not repeat the image */
	background-size: cover; /* cover the area with the image */

}

.menu-background a: {
	margin-top:10px;
}
.menu-background a:hover {
	text-decoration:underline;
}

.menu-background-other{
	background-image:url(../Elements/buttonbkgrd.jpg);
	border: none;
	padding: 10px 5px;
	padding-top:28px;
	text-align: center;
	text-decoration: none;
	display:block;
	font-size: 22px;
	margin: 4px 2px;
	cursor: pointer;
	height:40px;
	width:150px;
	color:#000;
	font-weight:450;
	background-position: center; /* center the image */
	background-repeat: no-repeat; /* do not repeat the image */
	background-size: cover; /* cover the area with the image */
}
.menu-background-other a: {
	margin-top:12px;
}
.menu-background-other a:hover {
	text-decoration:underline;
}

.class li {
	margin-left: -8px;
}

#menu-frame {
	margin-left:auto;
	margin-right:auto;
	width:750px;
	text-align:center;
	margin-top:20px;
	margin-bottom:10px;
	font-size:0px;
	display: flex;
}



.clear {
	clear:both;
}
