/* standard elements */
* {
	margin: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
a {
	color: #567;
}
a:hover {
	color: #28E;
}

.homelink {
	color:#FF0000;
	font-weight:bold;
}

body {
	background: #F2F2F2 url(../images/bg.gif) repeat-y center top;
	color: #555A60;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
li {
	/* list-style: url(../images/li.gif); */
	margin-left: 18px;
}
code {
	background: url(../images/bgcode.gif);
	border: 1px solid #F6F6F6;
	color: #666;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	background: url(../images/quote.gif) no-repeat;
	color: #456;
	display: block;
	font: normal 1.2em "Lucida Sans Unicode",serif;
	padding-left: 28px;
	font-style:italic;
}
h1,h2,h3 {
	color: #579;
	padding-top: 6px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	margin: 0 auto;
	width: 730px;
}
.container-text {
	width: 666px;
	padding-top: 350px;
	background: #F2F2F2 url(../images/bg2.gif) repeat-y center top;
	font-size:9px;
	padding-left:32px;
	padding-right:32px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/* title */
.title {
	float: left;
	margin-top: 12px;
	text-align: center;
	width: 300px;
}
.title h1 {
	font: normal 2em Verdana,sans-serif;
}
.title h2 {
	color: #999;
	font: normal 1.1em Verdana,sans-serif;
}
.title2 {
	float: left;
	margin-top: 26px;
	text-align: right;
	width: 380px;
}
/* navigation */
.navigation {
	background: url(../images/holder.jpg) no-repeat;
	height: 150px;
	padding: 0 16px;
}

/* holders */
.holder {
	background: url(../images/bgholder.jpg) repeat-y;
	padding: 0 32px;
}
.footer {
	clear: both;
	background: url(../images/holder.jpg) no-repeat;
	height: 40px;
}
.holder_top {
	clear: both;
	background: url(../images/holder2.jpg) no-repeat;
	/* height: 50px; */
	padding-left: 22px;
	padding-right: 22px;
	padding-top:40px;
}
.holder_top a {
	border-left: 1px solid #DDD;
	border-right: 1px solid #FFF;
	color: #89A;
	float: right;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	margin-top: 9px;
	padding: 58px 18px 8px;
	text-align: center;
	text-decoration: none;
}
.holder_top a:hover {
	background: #FFF url(../images/navhover.gif) repeat-x;
	color: #28E;
	padding: 56px 18px 10px;
}



/* footer */
.footer {
	background-position: left bottom;
	color: #666;
	font-size: 1.1em;
	text-align: center;
	padding-top: 10px;
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a img{ border:0px}
.style2 {
	font-size: 30px;
	font-weight: bold;
	color: #557799;
}
.style5 {
	font-size: 11px;
	font-weight: bold;
}
.bigRed {
	color:#FF0000;
	font-size:16px;
}
#topmenu {
	border:#CCCCCC solid thin;
	height: 21px;
}
