
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555; 
	background-color: #fff; 
	line-height: 1.4;
}


#pagecontainer
{
	border: 1px solid #BBB; 
	width: 1240px;				/* total width, can be 100% */
	margin: auto auto;
	text-align: left;
}      

#pagecontent
{
	width: 98%;
	padding: 10px 10px;
	text-align: left;
}  

.clear { 	
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
}


a:link,
a:visited
{
	color: #000;
}
a:hover,
a:active
{
	background-color: #ddd;
}

img
{
	border: 0;
}

#headbar
{
  	position:relative;
  	padding: 5px 5px;
}

#linkbar
{
  	position:absolute; 
  	top:10px; 
  	right:20px;
}

#menubar 
{
	margin: 0;
	background-color: #0c60a9;
	text-align: left;
	height: 25px;
	padding-left: 5px; 
}
	

#footer
{
	border-top: 1px solid #bbb;
	color: #9b9b9b;
}
#footer #footerlinks
{
	padding: 6px 10px;
	float: left;
}
#footer .sep
{
	margin: 0 12px;
	color: #9b9b9b;
}
#footer #copyright
{
	padding: 6px 10px;
	float: right;
}

#footer a:link,
#footer a:visited
{
	color: #9b9b9b;
	text-decoration: none;
}
#footer a:hover,
#footer a:active
{
	color: #CCCCCC;
	background-color: #FFF;
	text-decoration: underline;
}


.divider
{
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

h1, h2, h3, h4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #074D89;
	margin-top:10px;
}
h1
{
	font-size: 16px;
}
h2
{
	font-size: 14px;
}
h3 
{
	font-size: 12px;
}
h4 
{
	font-size: 11px;
}

p, ul
{
	margin-top: 10px;
}
li
{
	margin-left: 30px;
}

.quotetitle
{
	font-weight: bold;
}
.quotetext 
{
	font-style: italic;
	width: 130px;
}
.quotename 
{
	color: #9b9b9b;
	font-weight: bold;
}
.quoteimage
{
	float:right;
}

.btn {
  border: 2px solid black;
  background-color: white;
  color: black;
  padding: 2px 5px;
  font-size: 10px;
  cursor: pointer;
  border-radius: 5px;
}

/* Green */
.success {
  border-color: #4CAF50;
  color: green;
}

.success:hover {
  background-color: #4CAF50;
  color: white;
}

/* Blue */
.info {
  border-color: #2196F3;
  color: dodgerblue
}

.info:hover {
  background: #2196F3;
  color: white;
}

/* Orange */
.warning {
  border-color: #ff9800;
  color: orange;
}

.warning:hover {
  background: #ff9800;
  color: white;
}

/* Red */
.danger {
  border-color: #f44336;
  color: red
}

.danger:hover {
  background: #f44336;
  color: white;
}

/* Gray */
.default {
  border-color: #e7e7e7;
  color: black;
}

.default:hover {
  background: #e7e7e7;
}

