/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html {
	scrollbar-arrow-color: #ff0005;
	scrollbar-track-color: #e2e2e2;
	scrollbar-face-color: #0099cc;
	scrollbar-highlight-color: #ffff00;
	scrollbar-3dlight-color: #0099cc;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #ffff00;
}

body {
	font-family: Arial,sans-serif;
	font-size: small;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	background-image: url(../images/back1.gif);
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1 {
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #000000;
}

/*********** table styles ***********/
table {
}

table thead tr {
	color: #000000;
}

table tbody tr {
	color: #000000;
	font-size: 90%;
}

#pricesMiddle {
	border-left: 1px dotted #0099cc;
	border-right: 1px dotted #0099cc;
}

/*********** form styles ***********/
form {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

form fieldset {
	clear: both;
	font-size: 100%;
	border-color: #000000;
	border-width: 1px 0px 0px 0px;
	border-style: solid none none none;
	padding: 10px;
	margin: 0px 0px 0px 0px;
}

form fieldset legend {
	font-size: 120%;
	font-weight: bold;
	color: #ff0005;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px;
}

label {
	font-size: 90%;
}

input, select, textarea {
	font-family: Tahoma;
	font-size: 100%;
	color: #000000;
	border: 1px solid #0099cc;
}

textarea {
	overflow: auto;
}

form div {
	clear: left;
	display: block;
	width: 500px;
	margin: 5px 0px 0px 0px;
	padding: 1px 3px;
}

form optgroup {
	color: #0099cc;
}

form fieldset div.notes {
	float: right;
	width: 200px;
	height: auto;
	margin: 0px 0px 10px 10px;
	padding: 5px;
	border: 1px solid #666666;
	background-color: #e2e2e2;
	color: #666666;
	font-size: 85%;
}

form fieldset div.notes h4 {
	font-size: 110%;
}

form fieldset div.notes p {
}

form fieldset div.notes p.last {
	margin: 0em;
}

form fieldset div.notes a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

form fieldset div.notes a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

form div fieldset {
	clear: none;
	border-style: solid;
	padding: 0px 5px 5px 5px;
	width: 200px;
}

form div fieldset legend {
	font-size: 100%;
	padding: 0px 3px 0px 9px;
}

form div.required fieldset legend {
	font-weight: bold;
}

form div label {
	display: block;
	float: left;
	width: 150px;
	padding: 3px 5px;
	margin: 0px 0px 5px 0px;
	text-align: right;
}

form div.optional label, label.optional {
	font-weight: normal;
}

form div.required label, label.required {
	font-weight: bold;
}

form fieldset div.textLink {
	float: right;
	width: 200px;
	height: auto;
	margin: 0px 0px 10px 10px;
	padding: 5px;
	border: 1px solid #666666;
	background-color: #ffff00;
	font-size: 85%;
	text-align: center;
}

form fieldset div.textLink a {
	color: #ff0005;
	text-decoration: none;
	font-weight: bold;
}

form fieldset div.textLink a:hover {
	color: #ff0005;
	text-decoration: underline;
	font-weight: bold;
}

form div input, form div select option, form div textarea {
	padding: 1px 3px;
	margin: 0px 0px 0px 0px;
	color: #000000;
}

form div.submit {
	padding: 0;
}

form div.submit div {
	display: inline;
	float: left;
	width: auto;
	padding: 0px;
	margin: 0px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper {
	width: 80%;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#header {
	margin: 0;
	padding: 0;
	height: 80px;
	width: 100%;
	background-color: #0099cc;
}

#navBar {
	margin: 0;
	height: 17px;
	background-color: #0099cc;
	border-bottom: 1px solid #000000;
}

#box {
	width: 95%;
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
	background-color: #ffffff;
	border-bottom: 1px solid #000000;
}

#mainContent {
	margin: 5px 15px 5px 15px;
	padding: 0;
}

#extraContent {
	margin: 5px 15px 5px 15px;
	padding: 0;
}

#footer {
	background-color: #0099cc;
	padding: 0px 10px 5px 10px;
	color: #000000;
	border-top: 1px solid #000000;
	clear: both;
	text-align: center;
}

#siteStats {
	font-size: 75%;
	color: #000066;
	width: 80%;
	margin: 0 auto;
}

#contactSentBox {
	width: 80%;
	margin: 0 auto;
	padding: 0;
	color: #000000;
	border: 1px solid #000000;
	text-align: center;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#titleContainer {
	float: left;
	background-color: #0099cc;
}

#pcoFlagContainer {
	float: right;
	padding: 5px 5px 5px 5px;
	background-color: #0099cc;
	font-size: 70%;
	color: #000000;
	text-align: center;
}

#dateContainer {
	float: right;
	font-size: 80%;
	padding-right: 10px;
	color: #ffffff;
}

#addressContainer {
	float: left;
	width: 250px;
	color: #000000;
	font-size: 85%;
}

#homeSignatureContainer {
	float: left;
	margin: 0;
	padding: 0;
	width: 210px;
	text-align: center;
}

#homePaypalContainer {
	float: left;
	font-size: 75%;
	margin: 0;
	width: 350px;
	text-align: center;
}

#homeSkypeContainer {
	float: right;
	font-size: 75%;
	margin: 0;
	padding: 4px;
	width: 130px;
	text-align: center;
	vertical-align: middle;
}

#skypeLogoContainer {
	float: right;
	margin: 30px 0 0 0;
	width: 170px;
	vertical-align: middle;
	text-align: center;
}

#pageName {
	padding: 0;
}

#sectionTitle {
	padding: 0;
	line-height: 1.2em;
	color: #0099cc;
}

.dualImages {
	margin: 0 auto;
	width: 100%;
	clear: both;
}

.leftImage {
	float: left;
	width: 49%;
	text-align: center;
}

.rightImage {
	float: right;
	width: 49%;
	text-align: center;
}

#termsList {
	width: 100%;
	margin: 0;
}

#sitemapEntry {
	width: 90%;
	margin: 0 auto;
}

#copyright {
	font-size: 80%;
	color: #ffffff;
	text-align: left;
	border-top: 1px solid #000000;
}

#footerNav {
	float: right;
	font-size: 90%;
	border-top: 1px solid #000000;
}

middleCell {
	border-left: 1px solid #0099cc;
}

/*********** #contactSentBox text styles ***********/

#contactSentBox p {
	line-height: 1.2;
	font-size: 90%;
	color: #000000;
}

#contactSentBox p strong {
	line-height: 1.2;
	font-size: 120%;
	font-weight: bold;
	color: #0099cc;
}

/*********** #contactContainer text styles ***********/

#contactContainer p {
	line-height: 1.5;
	font-size: 90%;
	color: #ffff00;
}

/*********** #navBar link styles ***********/

#navBar ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#navBar li {
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
}

#navBar a {
	padding: 5px 8px 5px 8px;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background-color: #0099cc;
	text-decoration: none;
}

#navBar a:hover {
	padding: 5px 8px 5px 8px;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background-color: #006699;
	text-decoration: none;
}

/*********** #story text styles ***********/
#story p {
	font-size: 90%;
}

#story a {
	color: #000000;
	text-decoration: none;
}

#story a:hover {
	color: #000000;
	text-decoration: underline;
}

/*********** #goToTop text styles ***********/
#goToTop p {
	font-size: 90%;
}

#goToTop a {
	color: #000000;
	text-decoration: none;
}

#goToTop a:hover {
	color: #000000;
	text-decoration: underline;
}

/*********** .termsList link styles ***********/

#termsList ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#termsList li {
	float: none;
	margin: 20px 20px 0px 0px;
	padding: 0;
	background-image: url(../images/bullet2.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#termsList p {
	padding: 0px 30px 5px 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

/*********** .sitemapEntry link styles ***********/

#sitemapEntry ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#sitemapEntry li {
	float: none;
	margin: 10px;
	padding: 0;
	background-image: url(../images/bullet.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#sitemapEntry a {
	padding: 5px 30px 5px 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

#sitemapEntry a:hover {
	padding: 5px 30px 5px 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

/*********** #footer link styles ***********/
#footer p {
	color: #ffffff;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/*********** .tariffTable styles ***********/
.tariffTable {
	width: 755px;
	color: #000000;
	background-color: #ffffff;
}

