body {
	font-family: Arial, helvetica, sans-serif;
	font-size: 80%;
	color: #333;
	background: #fff; /* url(../i/bodybg.gif) left top repeat; */
	margin: 5px 5px 5px 5px;
	line-height: 125%;
	text-align: left;
}

h1 {
	font-weight: normal; 
	color:#F33A56; 
	font-size: 1.75em; 
	line-height: 125%;
	margin: 0px 0;
}

h2 {
	font-weight: normal; 
	color: green; 
	font-size: 1.25em; 
	line-height: 125%;
	margin: 0 0;
}

tt {
	font-size: 1.25em;
	color: #0764FE;

}

pre {
	font-size: 1.25em;
	color: #0764FE;
}

table {
	border-style: none;
	border-collapse: collapse;
}

td {
	vertical-align: middle;
	padding: 0em 0.8em 0em 0.8em; 
	
}

tr#row {
	background: #C6DAFF;
	border-top: 1px solid white;
}

tr#head {
	background: #0764FE;
	color: #ffffff;
	border-top: 1px solid white;
	height: 22px; 
}


tr#packet {
	background: #C6DAFF;
	border: 1px solid white;
	height: 22px; 
}

td#packet {
	vertical-align: middle;
	text-align: center;
	border: 1px solid white;
	padding: 0.3em 0em 0em 0em; 
	
}


tr#body {
	background: #D5E4FF;
}

a {
	color: #BE1E3A;
}

a#next {
	border: none;
	text-decoration:none;
	color: #BE1E3A;
}

img#next {
	border: none;
	vertical-align: middle;
}

a img { 
	border: none;
	vertical-align: middle;
}
.cntr {text-align:center}
.right {text-align:right}

ul#pdf {
	margin: 1em 0 1.5em 1em; 
	list-style-type:none;
	}

li#pdf {
 	margin-bottom:0.8em;
	background: url(../i/pdf.gif) top left no-repeat; 
	padding: 3px 0 5px 25px;
	vertical-align: middle;
	}


#vmenu {
	width:160px;
	/* background: #B9B9B9; */ 
}
#vmenu ul { 
	margin: 0; 	/* Leave no gap at top of menu */
	list-style-type:none;
	float:left; 
	position: relative; 
	padding: 0;
	width:160px;
}
#vmenu li a {
	line-height: 2.0em; 
	height: 2.0em;
	padding: 0em 0em 0.0em 1em; 
	color: #0764FE; 
	display:block;
	font-size: 0.9em;
	text-decoration:none;
	text-align:left;
	border-bottom: 1px solid white; 
}

#vmenu li a.sub {
	padding: 0em 0em 0.0em 3em; 
	font-size: 0.7em;
}


#vmenu li a:hover, #menu li a:active, #menu li a.sel {
         color: #FFFFFF;
	background: #00C161; 
}

#vmenu li a.sel {font-weight: bold}



/* = Containers
----------------------------------------------*/

#container {
	width: 960px; 
	background:transparent; 
	margin: 0 auto; 
	padding: 1px 1px 1px 1px
}

#header {
	height: 90px;
	background:#fff url(../i/header.jpg) left top no-repeat; 
}

#advert {
	height: 90px; 
	padding: 5px 10px; 
	font-size:0.9em; 
	background: #0764FE; 
	border-bottom: 1px solid white;
}

#hmenu {
	height: 10px; 
	padding: 5px 10px; 
	font-size:0.9em; 
	background: #0764FE; /* Blue */
	border-bottom: 1px solid white;
}

#contentContainer {
	border-top: 1px solid white;
	background: #D5E4FF;
}

#sidePanel {
	float: left;
	width:100px;
	padding: 0px 0px 0px 0px;
	/*background: #D5E4FF;*/	
}

#content {
	position: relative;
	float: right;
	margin:30px 30px 10px 30px; 
	width: 730px;
}

#blogcontainer {
	position: relative;
	float: right;
	width: 800px;
}

#blogcontent {
	text-align: justify;
	position: relative;
	float: left;
	margin:20px 20px 10px 20px; 
	width: 760px;
}

#blogsidebar {
	position: relative;
	float: right;
	width: 200px;
}

#footer {
	background: #0764FE;
	padding: 5px 10px; 
	font-size:0.9em; 
	color:#fff;
	border-top: 1px solid white;
}

#pagecontent {
	position: relative;
	width: 400px;

}

hr {clear:both; margin: 3em 0 1em 0}


/* = Easy Clearing
----------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */