html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 11pt;
	vertical-align: baseline;
	background: transparent;
	font-family: Verdana,Geneva,Kalimati,sans-serif;
}

p{
	font-size:85%;
	line-height:18px;
	padding-bottom:12px;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/**
 * BG color #0e3660 /blue
 * Text color #000000 /black
 * field text color #767575 /gray
 * dashed border #7d7d7d /gray
 * mid content border #0e3660; /blue
 */
body {
	margin:0;
	padding:0;
	background-color:#0e3660;
	
}

#layout{
	width:899px;
	margin-left:auto;
	margin-right:auto;
}

#header{
	position:relative;
}

#header div{
	display:block;
}

#tophead{
	padding-top:23px;
	padding-left:20px;
	height:49px;
	border-bottom: 1px solid #000;
	background-image:url(images/bgtop.gif);
}

#mainmenu{
	background-image:url(images/bar.gif);
	height:32px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#mainmenu ul{
	margin:0;
	padding:0;
}

#mainmenu ul li{
	margin:0;
	padding:0;
	display:inline;
	padding-left:30px;
}

#banner{
	height:129px;
	
}

#footer{
	color:#FFF;
	
}

h1{
	margin:0;
	padding:0;
	font-size:26pt;
	display:inline;
}

h2{
	padding:15px;
	text-align:center;
	font-size: 1.6em;
}

h3{
	font-size: 18pt;
}

img{
	margin:0;
	padding:0;
	border:none;
}

#body{
	position:relative;
	background-image:url(images/bg.gif);
	background-position:left;
	background-repeat:repeat-y;
	height:100%;
}

#content{
	padding-left:206px;
	padding-right:206px;
}

#bleft,#bright{
	width:206px;
}

#bleft{
	float:left;
}


#bright{
	float:right;
}

a{ color:#000}

a:hover{
	color:#000;
}

.left{
	float:left;
}

.clear{
	clear:both;
}

#bleft .bcontent{
	margin-right:auto;
	margin-left:0px;
}

#bright .bcontent{
	margin-left:auto;
	margin-right:0px;
}

.bcontent{
	width:165px;
	padding:5px;
}




/* jQuery Bookmark styles v1.1.4 */
.bookmark_popup_text img {
	border: none;
	vertical-align: bottom;
}
.bookmark_popup {
	display: none;
	position: absolute;
	z-index: 100;
}
.bookmark_popup ul {
	float: left;
	width: 240px;
	border: 1px solid #aaa;
}
.bookmark_list {
	display: inline-block;
	float: left;
	list-style-type: none;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {  /* Safari3/Opera9 */
	.bookmark_list {
		font-size: 100%;
	}
}
html:first-child .bookmark_list {  /* Opera */
	font-size: 80%;
}
.bookmark_list li {
	float: left;
	width: 23%;
	margin: 0px 1px;
	padding: 1px;
	background-color: #eee;
	border: 1px outset;
}
.bookmark_compact {
	background-color: #eee;
	border: 1px outset;
}
.bookmark_compact li {
	width: 16px;
	height: 16px;
	margin: 0px;
	padding: 2px;
	background-color: transparent;
	border: none;
}
.bookmark_list a {
	width: 100%;
	text-decoration: none;
	cursor: pointer;
}
.bookmark_list span {
	display: inline-block;
	width: 16px;
	height: 16px;
}
.bookmark_list img {
	border: none;
}

#articles_frontpage table td{
	vertical-align:top;
}

.most_popular, .last{
	text-align:center;
	list-style: none;
}

.most_popular a, .last a{
	font-size:9px;
}

.most_popular img, .last img{
	margin-top:10px;
}

.userinfo{
	position:absolute;
	top:4px;
	right:0;
	width:170px;
	font-size:7pt;
}

.userlogin{
	position:absolute;
	top:4px;
	right:10px;
	width:250px;
	font-size:7pt;
	text-align:right;
}

.userlogin a{
	margin-top:5px;
	display:block;
	margin-bottom:20px;
	padding-right:5px;
	font-size:8pt;
}

.userinfo a, .userinfo form, #loginform label, #loginform input[type="submit"]{
	font-size:7pt;
}

#loginform input[type="submit"]{
	color:#266bb6;
	font-weight:bold;
	text-transform: uppercase;
}

#loginform input[type="text"], #loginform input[type="password"] {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#f2f9ff none repeat scroll 0 0;
border:1px solid #6D614F;
color:#767575;
display:inline-block;
font-size:7pt;
height:12px;
padding-left:2px;
width:94px;
}