* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	border: none;
	color: #006633;
	font: normal 1.0em arial;
}
a:hover {
	text-decoration: none;
	border: none;
	color: #003333;
	font: normal 1.0em arial;
}
body {
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	/*background-size: 100%;
	background-origin: content*/
	background-attachment: fixed;
	color: #003366;
	font: normal 62.5% arial;
	padding-top: 0px;
	width: 99%;
}

p,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
li {
	list-style: none;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}
code {
	background: url(images/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #F06;	
	color: #444;
	display: block;
	font: normal 1.1em arial;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: #FBFCF5;
	border-bottom: 1px solid #EED;
	border-top: 1px solid #EED;
	color: #444;
	display: block;
	font: normal 0.9em arial;
	margin-bottom: 12px;
	padding: 12px;
}

#guide {
background-image: url(images/gback.png);
	background-repeat: repeat;
}

/* misc */
.clearer {
	clear: both;
}

/* header */
.header {
	background: url(images/stripes.png) no-repeat;
	height: 120px;
	margin-bottom: 24px;
}
.header img {
	position:absolute;
	left: 20%;
	top: 10px;
}
.header h1 {
	font: normal 4em arial;
	margin-top: 40px;
	text-align: center;
}
.header h2 {

	text-align: right;
}
.header h2 span {
	/*background: #222;*/
	padding: 0 6px;
}

/* left side (main content) */
.left {
	margin: 0 160px 20px 3px;
}

#cinput {
	margin-left: 140px;
	font-size: 1.3em;
	/*background-image: url(images/tbg.png);*/
	background-repeat: repeat;
	color: #003333;
	
}

#cinput h1 {
	font-size: 1.6em;
}

#cinput .form {
	cursor: pointer;
	cursor: hand;
	font-size: 10px;
    background-color: transparent;
	text-decoration: none;
}

.form {
	cursor: pointer;
	cursor: hand;
	font-size: 10px;
    background-color: transparent;
	text-decoration: none;
}

.form2 {
	cursor: pointer;
	cursor: hand;
	font-size: 12px;
    background-color: transparent;
	text-decoration: none;
}

.content .descr {
	font-size: 2.0em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(images/li.gif); 
}
.content h1 {
	font-size: 2.4em;
	margin-bottom: 4px;
}


/* nav & subnavigation */
.nav,.right {
	margin-bottom: 20px;
	position: absolute;
	top: 40px;
	font: normal 1.0em arial;
}	

/* navigation */
.nav {
	left: 10px;
	margin: 80px 0% 0px 1px;
	width: 130px;
}

.nav .logo {
	/*background: url(images/logo.png) no-repeat center top; */
	height: 110px;	
}

.nav h1 {
	margin: 12px 0;
}
.nav li {

}

#menu1Container {
font: normal 1.2em arial;
}

#menu2Container {
font: normal 1.2em arial;
}

#s2 {
line-height: 10%;
}
#linktext {
line-height: 100%;
}

.rightPic{
	position: absolute;
	right: 0px;
	top: 0px;
}

.right {
	background-repeat: repeat;
	right: 7px;
	width: 160px;
	line-height: 20%;
	top: 60px;
}
.subnav {
	padding: 25px 12px 0;
}
.subnav h1 {
	font-size: 1.4em;
	height: 20px;
	margin-left: 8px;
}
.subim{
	margin-left: 25px;
	margin-top: 30px;
}
.subnav ul {
	margin-top: 50px;

}
.subnav li { 
	list-style: none;
	margin: 0;

}

/* round edges */
.roundtl,.roundtr,.roundbl,.roundbr {
	/* background: url(images/round.gif); */
	height: 16px;
	width: 14px;
}
.roundtl,.roundbl {
	float: left;
}
.roundtr,.roundbr {
	float: right;
}
.roundtr {
	background-position: right top;
}
.roundbr {
	background-position: right bottom;
}
.roundbl {
	background-position: left bottom;
}

/* footer */
.footer {
	font: normal 1em arial;
	margin: 0 42% 0 3%;
	padding: 8px 6px;
}