body {
	background-color:#b3f7f9;
	color:#006;
	font-family:Chalkboard, "Comic Sans MS", Verdana, Arial;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 0.9em;
	background-repeat: repeat;
	background-position: left top;
	background-image: url(/images/kirp.jpg);
}

li {
	class=:li2;
}

a {
	color:#009;
	text-decoration: none;
	font-weight:bolder;
	border: 0;
}

a:hover {
	color:#fff;	
}

strong {
	font-variant: normal;
	font-weight: normal;
}

h1 {
	color:#009;
	font-size: 130%;
	text-align:center;
	line-height: 95%;
}


h2 {
	color:#009;
	font-size: 120%;
	background-repeat: repeat-y;
	background-position: left center;
	
}

h3 {
	color:#009;
	font-size: 100%;
	background-image: url(/images/blockquote.jpg);
	text-align:left;
	margin-top: -10px;
	font-weight: normal;
	padding: 10px;
}
h4 {
	font-weight: normal;
	font-variant: normal;
	font-size: 1em;
	font-style: oblique;
		
}
h5 {
	font-weight: normal;
	font-variant: normal;
	font-size: 1.1em;
	font-style: normal;
	text-decoration: underline;
		
}

h6 {
	font-size: 1.2em;
	font-family:Chalkboard, "Comic Sans MS", Verdana, Arial;
	font-weight: normal;
		
}
blockquote {
	margin: auto;
	
}

blockquote p{
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-color: #F5F3F5;
	background-image: url(images/blockquote.jpg);
	background-repeat: repeat-y;
	text-align: left;
	right: auto;
	
}

#container {
	width: 800px;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color:#e0fef8;
	padding: 10px;
	border-top-width: 0px;
	border-right-width: 8px;
	border-bottom-width: 8px;
	border-left-width: 0px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

#va {	
	font-size: .95em;
	font-variant:small-caps;
	font-weight:bold;
	color:#009;	
}

#header {
	height: 189px;
	background: url(images/header.jpg) no-repeat;
	position: absolute;
	top: 25px;
	width: 780px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

#header img {
	float: left;
	width: 120px;
	
}		

#header img a {
	color: #10376E;
	text-decoration: none;
}		


/* NAVIGATION STYLING RIGHT HORIZONTAL*/

#menu {
	width: 780px;
	padding-top: 150px;
	clear:left;
}

.cssnav	{
	position: relative;
	float:right;
	margin: 0;
	height: 26px;
	text-align: center;
	padding-right: 9px;
	padding-left: 9px;
}

.cssnav a {
	display: block;
	height: 26px;
	float: none;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#content {
	background: #E0FEF8;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 200px;
	padding-right: 5px;
	padding-bottom: 21px;
	padding-left: 5px;
	text-align: justify;
	text-indent: 12px;
}
		
#content img{
	margin: 5px;
	vertical-align: top;
	
}

#content a:hover{
	color:#00CCFF;
}

#content a{
	font-style: normal;
	text-decoration: underline;
	font-weight: normal;
}
.clear {
	clear: left;
}



/*   START RIGHT CONTENT     */

#contentright {
	position: relative;
	float: right;
	width: 203px;
	background: url(images/boxmiddle.jpg) 0 0;
	font-size: 85%;
	margin: 15;
	text-indent: 0px;
}
		
.rtop{
	width: 203px;
	margin-top: 0;
	padding-top: 10px;
	background-image: url(images/boxtop.jpg);
	background-repeat: no-repeat;
	text-align: center;
	
}

.rbottom{
	width: 203px;
	margin-bottom: 0;
	padding-bottom: 20px;
	background:url(images/boxbottom.jpg) no-repeat 0 100%;
}

#contentright img{
	width: 180px;
	margin: auto;
}

#contentright p{
	padding:10px 10px 20px 10px;
}

/*   START FOOTER    */

#footer {
	width: 800px;
	height: 100px;
	clear: both;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
	font-size: 0.7em;
}
		
#footer p{
	text-align:center;
	font-size:0.9em;
	margin-top: 3px;
	padding-top: 3px;
	white-space: normal;
	font-weight: normal;
}

#footer a{
	font-style: normal;
	font-weight: normal;
	font-size: 0.8em;
}		
.redtext {
	color: #F00;
}

