
body, html {
	height: 99%;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-family: Arial, sans-serif;
	font-size: 11px;
	background-color: #6699CC;
	/* background-color: #013366; */
	/* background-image: url(images/logo_emboss50.png); */
	/* backgound-repeat: repeat; */
}

#outer {
	display: table; 
	height: 100%; 
	width: 100%;
	position: relative; 
	overflow: auto;
}

#main {
	margin: 0 auto;
	position: absolute;
	overflow: visible;
	left: 50%; 
	top: 50%;
	width: 800px;
	height: 600px;
	margin-top: -300px; /* half of the height */
	margin-left: -400px; /* half of the width */
	/* border: medium double rgb(250,0,255) */
}


#footer {
	position: fixed;
	overflow: hidden;
	left: 50%; 
	top: 50%;
	width: 800px;
	height: 600px; 
	margin-top: 310px; /* half of the height */
	margin-left: -400px; /*  half of the width */
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: rgb(66,66,66);
}

#footer a:link {
	color: rgb(66,66,66);
	text-decoration: underline;
}

#footer a:visited {
	color: rgb(66,66,66);
	text-decoration: underline;
}

#top {
	background-image: url(images/bannertop.png);
	background-repeat: no-repeat;
	height: 58px;
}

#count {
	font-family: Arial Black, sans-serif;
	font-size: 11px;
	height: 18px;
	margin-left: 540px;
	margin-top: 7px;
	border: 0px none;
}

#member {
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	height: 15px;
	margin-left: 705px;
	margin-top: 7px;
	padding-top: 3px;
	vertical-align: middle;
	border: 0px none;
}

#member a {
	display: block;
	font-family: Arial Black, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	color: #000000;
}

#maintext a {
	font-family: Arial, sans-serif;
	color: blue;
	text-decoration: none;
}

.form  {  
	font-family: ariel;
	font-style: none;
	font-size: 12px;
	font-weight: medium;
}

input {  
	font-family: ariel;
	font-style: none;
	font-size: 12px;
	font-weight: medium;
}

#content {
	background-image: url(images/bg/sketchbg.png);
	background-repeat: no-repeat;
	height: 542px;
	width: 672px;
	position: absolute;
	left: 0;
}

#contentwide {
	background-image: url(images/bg/sketchbg_no_nav.png);
	background-repeat: no-repeat;
	height: 542px;
	width: 800px;
	position: absolute;
	left: 0;
}

#pagenav {
	font-family: Arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-align: left;
	margin-left: 35px;
	border: 0px none;
}


#pagenav a {
	text-decoration: none;
	color: blue;
}

.form {
	margin-top: 0;
	margin-bottom: 0;
}

#nav {
	background-image: url(images/bg/navpanel_logo_btm.png);
	background-repeat: no-repeat;
	height: 559px;
	width: 128px;
	position: absolute;
	right: 0;
}

#nav_menu {
	display: block;
	margin-top: 70px;
	margin-left: 0px;
	/* height: 120px;
	font-family: Arial, sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #58589B;
	width: 80px;
	margin-bottom: 5px; */
}

#blog {
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #99A9CA;
	text-decoration: none;
	text-align: center;
	margin-top: 35px;
	margin-left: 0px;
	border: 0px none;
}

#blog a {
	color: #99A9CA;
}

/* NAVIGATION MENU CONTROLS BELOW */
.suckerdiv ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 128px; /* Width of Menu Items */
	font-family: Arial, sans-serif;
	font-size: 11px;
	border-bottom: 0px solid #ccc;
}
	
.suckerdiv ul li{
	position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
	position: absolute;
	width: 128px; /*sub menu width*/
	top: 0;
	visibility: hidden;
}

/* Sub level menu links style */
	.suckerdiv ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: white;
	text-decoration: none;
	background: #1800A8;   /* Background color for Main Menu */
	padding: 1px 5px;
	border: 0px solid #ccc;
	border-bottom: 0;
}

.suckerdiv ul li a:visited{
	color: white;
}

.suckerdiv ul li a:hover{
/* background-color: yellow; */
	color: red;
}

.suckerdiv .subfolderstyle{
	background: url() no-repeat center right;
}

/* END NAVIGATION MENU CONTROLS */

/*
#nav_link a {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #58589B;
	width: 80px; 
	height: 18px;
	line-height: 18px;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	color: #FFFFFF;
	padding-left: 0px;
	padding-top: 0px;
	font-size: 11px;
	font-family: Palatino, sans-serif;
}
*/
/* #nav_link a:hover {
	background-image: url(images/sails.jpg);
	background-repeat: repeat-y;
	
} */
 
#nav_link .active {
	color: #FF0000;
	/* text-decoration: underline; */
}

#nav_add {
	/* margin-left: 13px; */
	margin-top:35px;
	font-size: 9px;
	font-family: Arial, sans-serif;
	text-decoration: none;
	text-align: center;
	color: white;
}

#nav_add a {
	color: white;
	margin-left: 17px;
}

#flag {
	/* margin-left: 25px;
	margin-top: 170px; */
	line-height: 30px;
	width: 120px;
	text-align: right;
}

#flag a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}

h1 {
	margin-left: 40px;
	font-size: 26px;
	font-family: Palatino, sans-serif;
	font-style: italic;
	vertical-align: middle
}

#title {
	margin-left: 29px;
	margin-top:9px;
	height: 43px;
	width: 206px;
	line-height: 9px;
	border-style: none;
	/* font-size: 26px;
	font-family: Times New Roman, sans-serif;
	font-style: italics;
	font-style: bold;
	color: black;
	text-decoration: none; */
}

/*  #title a {
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	color: black;
}  */	

/*  #title a:hover {
	color: #FF0000;
}  */

.active {
	color: #FF0000;
}

/* tab css */

.shadetabs{
position: relative;
font: 11px Arial, sans-serif;
list-style-type: none;
}

.shadetabs li{  /*ie style*/
display: inline;
padding-top: 0px;
padding-bottom: 0px;
}

.shadetabs>li{  /*firefox style*/
display: inline-block;
padding-top: 0px;
padding-bottom: 0px;
}

.shadetabs li a{
/* width: 200px; */
text-align: center;
text-decoration: none;
z-index: 1;
color: white;
background-color: white;
padding-top: 0px;
padding-bottom: 0px;
}

.shadetabs li a:visited{
}

.shadetabs li a:hover{
text-decoration: none;
color: white;
}

.shadetabs li a.selected{
color: black;
background-color: white;
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ 
color: black;
text-decoration: none;
}

.tabcontent{
display:none;
padding: 0px;;
}

/* end tab css */

