body {
	color: #555;
	padding: 0px;
	margin: 0px;
	background: url(/layout/mainbg.png) #c7c7c7;
	text-align: center;
}

td, tr, table, div { 
	font-family: Arial; 
	font-size: 12px;
	line-height: 20px;
}

div#content {
	width: 900px;
	margin: 0px auto;
}

div#bg2 {
	background: url(/layout/topbg.png) repeat-x top;

}

div#top {
	width: 900px;
	height: 219px;
	background: url(/layout/top.png) no-repeat;
}

div#main {
	margin: -25px 30px 10px 15px;
	width: 665px;
	float: right;
	text-align: justify;
	display: inline;
	}

div#menu {
	margin: -20px 0px 0px 30px;
	width: 155px;
	float: left;
	display: inline;
	}

div#clear { 
	clear: both; 
}

a:link, a:active, a:visited {
	font-family: Century Gothic, Arial; 
	font-weight: normal;
	text-transform: uppercase;
	color: #618BA1;
	text-decoration: none;
	border-bottom: 1px solid #eee;
}

a:hover {
	cursor:crosshair;
	background: #ddd;
}

a.menu2:link, a.menu2:active, a.menu2:visited {
	font-family: Georgia;
	font-weight: normal;
	font-style: normal;
	font-size: 19px;
	padding: 0px;
	color: #000; 
	text-decoration: none;
	border-bottom: none;
	text-transform: lowercase;
}

a.menu2:hover {
 	cursor: crosshair;
	color: #6F65AD; 
	background: none;
}

h1 {
	font-family: Century Gothic, Arial; 
	font-weight: normal;
	font-size: 19px;
	color: #888;
	padding-left: 5px;
	margin: 30px 0px -6px 0px;
	border-left: 12px solid #618BA1;
	text-transform:  uppercase;
	}

p {
	margin: 12px 0px; 
	padding: 0px;
}

p.menu2 {
	margin: 0px 5px 15px 0px; 
	padding: 4px;
	line-height: 19px;
	color: #6390A7;
	font-family: Garamond, Georgia;
	font-style: italic;
	font-size: 15px;
	background: #CBDAE1;
	border-top: 1px solid #98B5C4;
	border-bottom: 1px solid #98B5C4;
	text-align: center;
}

p.menu2:hover {
	background: #ddd;
	border-top: 1px solid #A5A5A5;
	border-bottom: 1px solid #A5A5A5;
}

b {
	color: #7B60AA;
}

i {
	color: #618BA1;
}

input, textarea, option, select {
	font-family: Arial; 
	font-size: 12px;
	background-color: #E0D9E1;
	color: #000;
	border: none;
	padding: 2px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.box, .box2 {
	font: 12px Arial;
	line-height: 19px;
	padding: 4px;
	background-color: #E0E7EA;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.credit {
	margin-top: 8px;
	padding: 0px 2px 0px 5px;
	font: 11px Arial;
	font-style: italic;
	text-align: right;
	border-top: 1px solid #bbb;
}

pre {
	font: 11px Arial;
	line-height: 17px;
	padding: 4px;
	background-color: #E5E5E5;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
}

table {
	padding: 1px;
	border: none;
	border-collapse: collapse;
}

.head {	
	font: bold 13px Arial Narrow;
	color: #fff;
	background: #618BA1;
	text-align: center;
	padding-right: 3px;
	border-bottom: 4px solid #4D6F81;
	text-transform: lowercase;
}

.sub {
	text-align: left;
	color: #606060;
	border-bottom: 1px solid #ccc;
	background: #e1e1e1;
	padding: 2px 1px 2px 5px;
}

.subc {	
	text-align: center;
	color: #606060;
	border-bottom: 1px solid #ccc;
	background: #e1e1e1;
}

.red {
	color: #FF0000;
	font-weight: bold;
}

.blue {
	color: #0000FF;
	font-weight: bold;
}

