/*
********************************************************* DEFINE PAGE LAYOUT
*/

html {		height: 100%;
			background-image: url('bluefade.gif');
			text-align: center;
			margin: 0 auto;
	  }

body {		margin: 0 auto;
			font-family: Verdana, Arial, serif;
			font-size: 80%;
			padding: 0px;
			text-align: center;
	}

h1 {		font-family: Verdana, Arial, serif;
			font-size: 100%;
			font-weight: bold;
}

h2 {		font-family: Verdana, Arial, serif;
			font-size: 90%;
			font-weight: normal;
}

h3 {		font-family: Verdana, Arial, serif;
			font-size: 80%;
			font-weight: bold;
}

p {			font-size: 80%;
}

li {		font-size: 80%;
}


.imgnoborder { border: 0px solid black; }
.imgborder { border: 1px solid black; }

/*
************************************************************** Box in page
*/

.table_main {
			background-image: url('bluefade.gif');
			padding: 0;
			border: 0;
			margin: 0;
			text-align: center;
			border-collapse: collapse;
			margin: 0 auto;
			padding: 0px;
			background-color: white;
			font-family: Verdana, Helvetica, Sans-Serif;
			color: #202662;
			font-size: 100%;
			min-height: 100%;
}

.page {		position: static;
			margin: 0 auto;
			width: 768px;
			height: 100%;
			border-left: 1px solid black;
			border-right: 1px solid black;
			padding: 10px;
			background: white;
			text-align: center;
}

.logo {		position: static;
			float: left;
			padding: 5px;
			width: 150px;
			border: 0px solid black;
}

.title {	width: 500px;
			padding: 5px;
			float: right;
}

.content {  clear: both;
			padding: 15px;
			text-align: left; }

.codebox {	width: 100%;
			position: static;
			border: 1px dotted gray;
			background: #f6f4f4;
			font-size: 70%;
		}

.blue	{	color: blue; }
.red	{	color: red; }

/**
Submission Area
*/

.submission {margin: 0 auto;
			font-family: Verdana, Arial, serif;
			font-size: 80%;
			padding: 0px;
			color: #202662;
			border-collapse: collapse;
			vertical-align: top;
}

input, textarea		{font-family: Verdana, Arial, serif;
			font-size: 100%;
			padding: 0px;
			color: #202662; }

/**
Recent Articles
*/

.articlebox table {
			position: static;
			float: right;
			padding: 5px;
			background: #e0edfa;
			border: 1px solid #c0c0c0;
			width: 150px;
			height: 70px;
			font-family: Verdana, Arial, serif;
			font-size: 70%;
			}


/**
Bottom Border
*/

.bottombar {
			position: relative;
			background: #edebeb;
			font-size: 70%;
			clear: both;
			padding: 0px;
			height: 19px;
			width: 100%;
			bottom: 0px;
			left: 0px;
			border: 0px;
			text-align: center;
			border: 1px solid black;
	}

.btmcentrecol {
			position: static;
			margin: 0 auto;
			width: 304px;
			height: 100%;
			overflow: visible;
}

.btmbtn {	position: static;
			padding-top: 2px;
			padding-bottom: 2px;
			float: left;
			width: 100px;
			border-left: 1px solid black;
			background: url('../img/greyfade.gif');
		}

.btmbtn2 {	position: static;
			padding-top: 2px;
			padding-bottom: 2px;
			float: left;
			width: 100px;
			border-left: 1px solid black;
			border-right: 1px solid black;
			background: url('../img/greyfade.gif');			
		}