/*BEGIN:General*/
* {padding: 0; margin: 0; border: 0}
body,td,th {
	font-family: Arial;
	font-size: 13px;
	color: #666666;
}

a{outline-style: none;}

table{
	border:none!important;
}
body {
	background-color: #d4d4d4;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}
.fL {float:left;}
.fR {float:right;}
.clear {clear:both;}

.wrap{
    margin:10px auto;
    padding: 10px 5px 20px 5px;
    width: 1050px;
    background-color: #fff;
    border: 1px solid #b0b0b0;
    font-family: Tahoma,Arial,sans-serif;
}
/*END:General*/

/*BEGIN:TOP*/
.top{    
    color:#000;
   
}
.top .underline a{
     color:#000;
     text-decoration: underline;
}
.top a{
    text-decoration: none;
}

a.toplogo{
    background-color: #ed1c24;
    color: #FFFFFF;
    padding: 10px 20px;
    margin: 10px 0px 5px 0px;
    line-height: 40px;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

.search{
	margin-top: 22px;	
}

.search .button{
    border:none;
    color: #FFFFFF;
    background-color: #ed1c24;
    padding:1px 2px;
}

.search input{
    border:1px solid #b6b6b6;
}

.griBigTitle{
	font-size: 16px;
	color:#666;
	font-weight: bold;
	padding: 8px 10px 6px 14px;
}

.griBigTitle a{
	color:#666;
}

.menu{
    height: 37px;
    border-left: 1.5px solid #dadada;
    border-right: 1.5px solid #dadada;
    background: #f2f2f2 url('images/menubg.jpg') repeat-x top left;
    
}
/*BEGIN:Menu*/
.menu a{
    color: #000;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
    border-right: 1px solid #dadada;
    padding: 8px 10px 6px 14px;
    display: block;
    float: left;
}

.menu a:hover{
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
ul.nav{
	width: 180px;
	float: left;
}
ul.nav li.rolldown{
	list-style: none;	
	width: 180px;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	z-index: 3000;
	
}

a.menu_head{
	text-decoration: underline;
}
a.menu_head:hover{
	text-decoration: underline;
}

ul.menu_body{
	width: 180px;
	border: 1px solid #DADADA;
	background-color: #e8e8e8;
	font-size: 14px;	
	margin:5px 0 0 0;
	padding:0;
	list-style: none;
	display:none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 32px;z-index:999;
}

ul.menu_body a{
	border-right:none;	
	font-size: 14px;
	float: none;
	text-decoration: underline;
}
ul.menu_body a:hover{
	font-size: 14px;
	text-decoration: underline;
}
/*END:Menu*/

/*END:TOP*/
.networkClass a{
	color:#000000;
}

.leftCol{
    width: 730px;
    margin-right: 10px;
    margin-top: 15px;
    text-align: left;
}
a.type{
    text-decoration: none;
    font-weight: bold;
    color: #000;
    font-size: 16px;
}

a.type:hover{
    text-decoration: none;
    font-weight: bold;
    color: #666666;
}
a.selected{
    text-decoration: none;
    font-weight: bold;
    color: #666666;
    font-size: 16px;
}

.rightCol{
    width: 270px;
    margin-top: 35px;
    text-align: center;
}

.footer{  
    margin:10px auto;
	text-align: center;
	color: #990000;
	font-weight: bold;
}

.footer a{
	color: #990000;
}

a.more{
	color:#990000;
	text-decoration: underline;
	font-weight: bold;
	display: block;
	padding: 10px;
	width:100px;
}
/*----------------------------*/
.white {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.linkWhite {
	color:#FFFFFF;
	text-decoration:underline;
}
.linkWhite:hover {
	color:#FF9900;
	text-decoration:underline;
}
.black {
	font-size:12px;
	color:#000000;
}
.black12 {
	font-size:14px;
	color:#000000;
}
.linkBlack {
	font-size:12px;
	color:#000000;
	text-decoration:underline;
}
.linkBlack:hover {
	font-size:12px;
	color:#FF9900;
	text-decoration:underline;
}
.linkLeft {
	font-size:13px;
	color:#000000;
	font-weight: normal;
	text-decoration:underline;
}
.linkLeft:hover {
	font-size:13px;
	color:#000000;
	font-weight: normal;
	text-decoration:underline;
}
