/* ----- BASIC STYLESHEET ELEMENTS ----- */

body {
	background-color: #FFFFFF;
	font-family: Candara;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
}

#page_container {
	width: 750px;
	height: auto;
	text-align: left;
	margin: auto;
	position: relative;
	top: 16px;
}

#seobooster {
	width: 708px;
	height: auto;
	text-align: left;
	margin: auto;
	position: relative;
	top: 50px;
	border: 1px solid #FF6600;
	background-color: #F7F0D6;
	padding: 20px
}

#top_banner {
	width: 468px;
	height: 60px;
	position: absolute;
	top: -15px;
	right: 0px;
	background-color: #FFFFFF;
}

#development {
	width: 150px;
	height: 20px;
	position: absolute;
	top: 75px;
	right: 0px;
	background-color: transparent;;
	text-align: right;
}

#upload_container {
	width: auto;
	height: auto;
	text-align: left;
	padding: 10px;
	top: 16px;
}

#header {
	width: 750px;
	height: 85px;
	text-align: left;
	position: relative;
	top: 0px;
	left: 0px;
}

#navbar {
	width: 750px;
	height: 96px;
	background-image: url(../images/page_elements/bg_navbar.gif);
	background-repeat: repeat-x;
	padding-top: 1px;
	position: relative;
	top: 5px;
	left: 0px;
}

#content {
	width: 750px;
	height: auto;
	position: relative;
	top: 8px;
	left: 0px;
}

#footer {
	width: 750px;
	height: 15px;
	position: relative;
	top: 10px;
	left: 0px;
	background-color: #FFFFFF;
}

table.navbar {
	width: 750px;
	height: 19px;
	border-collapse: collapse;
}

table.navbar td {
	width: 150px;
}

table.content {
	width: 750px;
	height: auto;
	border-collapse: collapse;
	border: 1px solid #FF6600;
	text-align: center;
}

table.content tr {
	vertical-align: top;
}

table.content td {
	padding: 4px;
}

table.form {
	width: 650px;
	height: auto;
	border-collapse: collapse;
	text-align: left;
}

table.form tr {
	vertical-align: top;
	height: 35px;
}

table.form tr.small {
	vertical-align: top;
	height: 20px;
}

table.form td {
	padding: 0px;
}

table.form td.left_col {
	width: 150px;
	text-align: right;
	padding-right: 40px;
}

table.form td.right_col {
	width: 500px;
}

table.footer {
	width: 750px;
	height: 20px;
	border-collapse: collapse;
	border: 1px solid #FF6600;
	background-color: #FF9900;
}

table.footer tr {
	vertical-align: middle;
}

table.footer td {
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
}

table.footer td.left_col {
	width: 590px;
	text-align: left;
	color: #FFFFFF;
	font-size: 10px
}

table.footer td.right_col {
	width: 150px;
	text-align: right;
	color: #FFFFFF;
	font-size: 10px
}

table.highlight {
	width: 100%;
	height: auto;
	border-collapse: collapse;
	border: 1px solid #F56400;
	background-color: #FAF2D8;
}

table.highlight tr {
	vertical-align: top;
}

table.highlight td {
	padding: 10px;
}

table {
	background-color: transparent;
	border: none;
}

td, th {
	font-family: Candara;
	font-size: 12px;
	padding: 0px;
	color: #000000;
}

a:link, a:visited, a:active {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	}

a:hover {
	color: #FF6600;
	text-decoration: underline;
	font-weight: bold;
}

a.cat:link, a.cat:visited, a.cat:active {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

a.cat:hover {
	color: #FF6600;
	text-decoration: underline;
	font-weight: normal;
}

a.footer:link, a.footer:visited, a.footer:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	}

a.footer:hover {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
}

a.header:link, a.header:visited, a.header:active {
	color: #777777;
	text-decoration: none;
	font-weight: bold;
}

a.header:hover {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}

p {
	font-family: Candara;
	font-size: 12px;
	margin-bottom: 12px;
	color: #000000;
	line-height: 130%;
}

.invert {
	color: #FFFFFF;
}

.small {
	font-size: 10px;
	margin-bottom: 10px;
}

.large {
	font-size: 15px;
	margin-bottom: 15px;
}

.light_text {
	color: #777777;
}

.bold_text {
	font-weight: bold;
}

.italic_text {
	font-style: italic;
}

.bold_italic_text {
	font-style: italic;
	font-weight: bold;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

h1 {
	font-family: Candara;
	font-size: 15px;
	margin-bottom: 18px;
	color: #000066;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	font-family: Candara;
	font-size: 15px;
	margin-bottom: 8px;
	color: #000066;
	font-weight: bold;
}

h3 {
	font-family: Candara;
	font-size: 12px;
	margin-bottom: 6px;
	color: #000066;
	font-weight: bold;
}

hr {
	width: 100%;
	height: 1px;
	color: #999999;
	text-align: left;
}

ul {
	margin-left: 23px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 12px;
	padding: 0px;
}

li {
	list-style-image: url(../images/bullet.gif);
	margin-bottom: 5px;
}

input.button {
	font-family: Candara;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	background-color: #EEEEEE;
	border: solid #666666 1px;
	margin-bottom: 3px;
}

input.submit {
	font-family: Candara;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	background-color: #EEEEEE;
	border: solid #666666 2px;
	margin-bottom: 3px;
}

input.text {
	font-family: Candara;
	font-size: 12px;
	color: #000000;
	background-color: #EEEEEE;
	border: solid #666666 1px;
	margin-bottom: 3px;
	width: 200px;
}

input.file {
	font-family: Candara;
	font-size: 12px;
	color: #000000;
	background-color: #EEEEEE;
	border: solid #666666 1px;
	margin-bottom: 3px;
	width: 300px;
}

input.radio {
	font-family: Candara;
	font-size: 12px;
	color: #000000;
	background-color: transparent;
	border: none;
	margin-bottom: 3px;
}

select {
	font-family: Candara;
	font-size: 12px;
	color: #000000;
	background-color: #EEEEEE;
	border: solid #000000 1px;
}

textarea {
	font-family: Candara;
	font-size: 12px;
	background-color: #EEEEEE;
	border: solid #000000 1px;
	overflow: auto;
	margin-bottom: 3px;
}

textarea.text {
	font-family: Candara;
	font-size: 12px;
	background-color: #EEEEEE;
	border: solid #000000 1px;
	overflow-y: scroll;
	margin-bottom: 3px;
	width: 400px;
	height: 150px;
}

img {
	border: 0px;
}

img.border {
	border: 1px solid #999999;
}

embed {
	border: 1px solid #B3B3B3;
}

object {
	border: 1px solid #B3B3B3;
}

/* ----- END STYLESHEET ----- */

