html,body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #292929;
	height:100%;
}

.text_main {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #292929;
}
/* @group Links */

a {
	outline: none;
	color: #003399;
	text-decoration: none;
}

a:link {
	color: #003399;
	text-decoration: none;
}

a:visited {
color: #3951b5;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

a:active {
	
}

/* @end */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #4E7489;
	margin: 0px 0px 10px;
	padding: 0px;
	font-weight: bold;
}

h2 {
	font-family: "Helvetica Condensed";
	font-size: 14px;
	color: #333333;
	margin: 0px 0px 10px;
	padding: 0px;
	font-weight: bold;
}
ul {
	margin-bottom: 8px;
}
li {
	padding-bottom: 8px;

}
.headings {
	font-family: "Helvetica Condensed";
	font-size: 16px;
	color: #666666;
	margin-bottom: -8px;
	font-weight: bold;
}

.sub {
	vertical-align: sub;
	font-size: 80%;
	line-height: 40%;
}



/* @end */

/* @group Navigation */

#leftside {
	position: relative;
	float: left;
	width: 135px;
	padding-right: 15px;
}

#leftside ul {
	list-style: url(none) none;
	margin: 0;
	padding: 0;
}

#leftside li {
	padding: 0;
	font-size: 14px;
	font-family: "Helvetica Condensed";
	color: #000000;
	margin: 10px 0px;
	text-align: right;
	font-weight: bold;
	display: block;
}
#leftside a {
	font-size: 14px;
	font-family: "Helvetica Condensed";
	color: #000000;
	text-decoration:none;
}
#leftside a:visited {
	font-size: 14px;
	font-family: "Helvetica Condensed";
	color: #000000;
	text-decoration:none;
}
#leftside a:hover {
	color:#FF0000;
	text-decoration:none;
}
/* @end */

/* @group divs */

#wrapper {
	position: relative;
	top: 15px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}

#header {
	height: 269px;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
}

#logo {
	position: absolute;
	width: 900px;
	height: 219px;
}

#navbar {
	height: 20px;
	position: relative;
	top: 229px;
	padding: 7px 0px 0px;
	background-color: #000000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#navbar a{
	color: #FFFFFF;
	text-decoration:none;
}

#navbar a:hover{
	color: #FFFFFF;
	text-decoration:underline;
}

#content {
	width: 450px;
	position: relative;
	float: left;
	padding-bottom: 15px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BDBDBD;
	text-align: left;
}

#content_home {
	width: 618px;
	position: relative;
	float: left;
}

#content_admin {
	width: 715px;
	position: relative;
	float: left;
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BDBDBD;
	padding-left: 5px;
}

#right_column {
	position: relative;
	width: 269px;
	float: right;
	padding: 0px;
	background-color:#E7E7E7;
	margin: 0px;
	padding-bottom: 15px;
	text-align: left;
	height:auto;
}

#print {
	display: block;
	padding: 0;
	font-size: 1px;
	line-height: 0px;
	text-indent: -9000px;
	height: 12px;
	text-decoration: none;
	padding-bottom: 10px;
}

#print a:link {
	display: block;
	font-size: 1px;
	line-height: 0px;
	text-indent: -9000px;
	height: 12px;
	white-space: nowrap;
	text-decoration: none;
	background: url(../images/print.gif) no-repeat 0 0;
}

#print a:visited {
	
}

#print a:hover {
	border-bottom: none;
}

#print a:active {
	
}

#right_content {
	background-color: #4F7387;
	width: 229px;
	padding: 20px;
	font-size: 11px;
	background-image: url(../images/px_bluecol.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#right_content a {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}
#right_content a:hover {
	color:#FF0000;
}
#right_content li{
	margin-left: -10px;
	
}

#right_callout {
	background-color: #E5E5E5;
	width: 229px;
	padding: 20px;
	font-size: 11px;
	background-image: url(../images/px_greyecol.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

#right_callout h1 {
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-transform: none;
}
.callout_break {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.clearer {
	clear: both;
}

#result {
	width:617px;
	padding-bottom:20px;
	margin-top:23px;
}

#result table {
    width:640px;
}

#result td {
    border-bottom:1px solid #afafaf;
    padding:10px 0 10px 5px;
}

#result h2 {
	width:617px;
	background:#f50117 url(../images/rss-bg.gif) center left no-repeat;
	font:normal 14px/1.5 Tahoma, Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform:uppercase;
	padding-left:24px;
}

#result td a {
	font:normal bold 18px "Myriad Pro", Tahoma, Arial, Helvetica, sans-serif;
	color:#000;
}

span.updated {
    font:normal 12px "Myriad Pro", Tahoma, Arial, Helvetica, sans-serif;
    color:#797979;
    margin-left:10px;
}

.feedflare {display:none;}

.tabsbox {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #292929;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 22px;
}
.tabs_left{
	padding-right: 22px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CFCFCF;
}
.tabs_top{
	padding-bottom: 3px;
	padding-left: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CFCFCF;
}
.tabs_bot{
	padding-top: 22px;
	padding-left: 22px;
}
.tabs_right{
	padding-left: 22px;
}

#footer {
	height: 40px;
	text-align: center;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BDBDBD;
}

.form_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
.rollcursor{
	cursor:pointer;
}
.img_padd {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
.img_padd_roll {
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	cursor:pointer;
}
.text_admin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363636;
}
.text_admin h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
.text_admin a:link {
	color: #3951b5;
	text-decoration: none;
}

.text_admin a:hover {
	color: #FF0000;
	text-decoration: none;
}
.admin_box {
	font-weight: bold;
	background-color: #92B6C2;
	color: #000000;
}
/* @end */
