﻿/************
Updated: 05/06/2010
Author: KJM
************/
/*___General Rules___*/
body 
{
	margin:0px;
	padding:0px;
	font-family:Verdana ;
	
}
div, p, h1, h2, h3, img, form
{
	padding: 0;
	margin: 0;
    text-align: left;
}
h1{ color:#555555; font-family:Calibri; }
h2{ color:#555555; font-family:Calibri; }
h3{ color:#555555; font-family:Calibri; }
h4{ color:#555555; font-family:Calibri; }
h5{ color:#555555; font-family:Calibri; }
b { color:#636363; font-family:Calibri; }
li
{
    color: #000000;
}
p.width_360
{
	text-align: justify;
	width: 350px;
}
p.justify
{
    text-align: justify;
    color: #000000;
}
.bank
{
	line-height:0; font-size:0; clear:both;
}
.centerized
{
	text-align:center;
}

/*___General Classes___*/
.clear{clear:both}
.rel{position:relative}
.block{display:block}
.inline{display:inline}
.left{
}
.right{text-align:right}
.bottom{position:absolute; bottom:0}
.left_float{float:left}
.right_float{float:right}
/*______Images*_______*/
img{
	border-style: none;
	border-color: inherit;
	border-width: medium;
	float: left;
		z-index: 0;
	background-color: #000066;
	}
img.left{ float:left}
img.right{ float:right}
img.logo{width:200px; height:75px;}
img.wide{width:360px; height:150px;}
img.left_auto{ float:left; height:255px; 
width:689px; 
display:block;
}
img.right_auto{ float:right; height:auto; width:auto; display:block;}
/*______Anchors_______*/
a:link{text-decoration:none; color:#067AB4}
a:visited{text-decoration:none; color:#067AB4}
a:hover{text-decoration:underline; color:#067AB4}

/*______Header_______*/
#header
{
	width:960px;
	height:75px;
	clear:both;
	margin:0 auto;
}

/*________LOGO________*/
#logo
{
	width:200px;
	height:75px;
	padding:0px;
	float:left;	
}
div#nifty{ margin: 0 10%;background: #9BD1FA}

b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #9BD1FA}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

/*_____Containers_____*/
#wrapper
{
    margin: 0 auto 0 auto;
    width: 978px;
    height: 100%;
    font-family: Calibri;
    font-size: smaller;
}

#page
{
	width:inherit;
	margin: 0px;
	
}
#content_full
{
	width:960px;
	clear:both;
	margin:0px;
	border-bottom:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
}
#content_600
{
	border-bottom: medium #C0C0C0 solid;
	border-right: medium #C0C0C0 solid;
	border-left: thin #C0C0C0 solid;
	border-top: thin #C0C0C0 solid;
	width: 608px;
	margin: 0px;
}
#content_360
{
    width: 360px;
    margin: 0px;
    float: inherit;
    font-family: Calibri;
    border-bottom: medium #C0C0C0 solid;
    border-left: thin #C0C0C0 solid;
    border-right: medium #C0C0C0 solid;
    border-top: thin #C0C0C0 solid;
    height: 300px;
}
#content_360_col
{
    width: 360px;
    margin: 0px;
    float: inherit;
    font-family: Calibri;
    border-bottom: medium #C0C0C0 solid;
    border-left: thin #C0C0C0 solid;
    border-right: medium #C0C0C0 solid;
    border-top: thin #C0C0C0 solid;
    height: 150px;
}
.content_320
{
    margin: 0px;
    width: 300px;
    height: 150px;
    font-family: Calibri;
}
#admin
{
	width:800px;
	text-align:left;
}
/*____Borders____*/
.borders
{
	border-bottom: medium #C0C0C0 solid; border-left: thin #C0C0C0 solid; border-right: medium #C0C0C0 solid; border-top: thin #C0C0C0 solid;	
}

/*____Footer____*/
#footer{
	width:960px; margin:0 auto 0 auto; 	
}
#footer ul
{
	float:left;
	list-style:none;
	display:block;
}
#footer ul li
{
	float:left;
	display:block;
}
