html { 
	min-height:100%;
}

body {
	color: #555;
	padding: 0px;
	margin: 30px;
	background: #C6CDE0;
	text-align: center;
}

div { 
	font: 11px Trebuchet MS; 
	line-height: 19px;
}

p {
	margin: 18px 0px 0px 0px; 
}

table {
	border-collapse: collapse;
}

div#content {
	width: 530px;
	padding: 10px;
	margin: 0px auto;
	background: #f0f0f0;
	border: 10px solid #fff;
}

div#top {
	height: 200px;
	background: url(top.png);
}

div#main {
	margin-top:  -15px;
	width: 530px;
	float: left;
	display: inline;
	text-align: justify;
	}

div#clear { 
	clear: both; 
}

a:link, a:active, a:visited {
	color: #c00000; 
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

a:hover {
	color: #4967C9; 
	cursor:crosshair;
	background: #fff;
}

a.menu:link, a.menu:active, a.menu:visited {
	font: bold 11px Georgia; 
	color: #fff;
	border-bottom: none;
	text-transform: lowercase;
	letter-spacing: 1px;
	line-height: 20px;
	background: #B3BACC;
	padding: 5px;
}

a.menu:hover {
	color: #3A4B84;
 	cursor:crosshair;
	border-bottom: none;
	background: #DBDEE7;
}

h1 {
	font: bold italic 13px Georgia;
	background: #FAFAFA;
	color: #C00000;
	margin: 30px 0px -10px 0px;
	padding-bottom: 2px;
	text-transform: lowercase;
	letter-spacing: 1px;
	text-indent: 15px;
	line-height: 10px;
	border-bottom: 1px solid #B3BACC;
	}


b {
	color: #000;
}

i {
	color: #888;
}

.blue {
	color: #4967C9;
}

.red {
	color: #c00000;
}

.head {
	color: #fff;
	font-weight: bold;
	background-color: #dd9256;
	border-bottom: 2px solid #b77846;
	text-align: center;
}

.sub {
	border: none;
	text-align: left;
	padding-left: 3px;
	border-bottom: 1px solid #ddd;
}

.subc {
	border: none;
	text-align: center;
	border-bottom: 1px solid #ddd;
}

input, textarea, option, select {
	font-family: Arial; 
	font-size: 11px;
	background-color: #ffe0c7;
	color: #000;
	border: 2px solid #dd9256;
	padding-left: 2px;
}

.menubox {
	background-color: #B3BACC;
	border-top: 1px solid #565A67;
	border-bottom: 1px solid #565A67;
	padding: 2px 0px 2px 0px;
	text-align: center;
	margin-top: 10px;
}

.card {
	border: 1px dotted #E8B48A;
	background: #F7E7E3;
	padding: 4px;
	margin: 1px;
}


p.info {
	border: 1px solid #DBDEE7;
	padding: 1px 4px;
	background: #F6F6F6;
}

s {
	color:  #aaa;
}
