.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

a.menu:link {
	color: #FFFFFF;
	font-size: 16px;
	font-family: times new roman;
	text-decoration: none;
}

a.menu:visited {
	color: #FFFFFF;
	font-size: 16px;
	font-family: Times New Roman;
	text-decoration: none;
}

a.menu:hover {
	color: #740000;
	font-size: 16px;
	font-family: Times New Roman;
	text-decoration: none;
}

#nav{
   white-space : nowrap;
   float:center;
   background-color : #000000;
   color : #000000;
   width : 622px;
   margin : 0 0;
   padding : 0;
   
}

#nav ul{
   list-style-type:none;
   padding : 0;
   margin : 0 auto;
   width:622px;
}

#nav ul li{
   display : inline;
}

#nav ul li a{
   padding-left : .75em;
   padding-right : 1em;
   background-color : #000000;
   color : #ffffff;
   font-weight : bold;
   font-family : times new roman;
   text-decoration : none;
   float : center;
}

#nav ul li a:hover{
   background-color : #000000;
   color : #740000;
}

body {
	margin:50px 0px; padding:0px;
	text-align:center;
	text: #FFFFFF;
	}
	
	
#content a:link, a:active,a:visited
{ color: #FFF0BB; text-decoration: none; }

#content a:hover
{ color: #740000; text-decoration: none; }		


#content {
	width:550px;
	margin:0px auto;
	text-align:center;
	font-family : georgia, times new roman;
	padding:15px;
	border:1px solid #000000;
	background-color:#000000;
	color:#ffffff;
	}
	
#menu a:link, a:active,a:visited
{ color: #FFF0BB; text-decoration: none; }

#menu a:hover
{ color: #740000; text-decoration: none; }			

#menu {
	width:640px;
	margin:0px auto;
	text-align:center;
	font-family : georgia, times new roman;
	padding:15px;
	border:1px solid #000000;
	background-color:#000000;
	color:#ffffff;
	}	
	
#onlineapp {
	width:680px;
	margin:0px auto;
	text-align:center;
	font-family : times new roman;
	padding:15px;
	border:1px solid #000000;
	background-color:#000000;
	color:#ffffff;
	}
	
.dottedline {
  border-top: 1px dotted #ffffff;
	width:300px;
}

.solidtop {
    border-top: 1px solid #740000;
	width:620px;
}

.solidbottom {
    border-bottom: 3px solid #740000;
	width:640px;
}


