/* Page Structure */


body {
	background: url('images/blue-background.gif') repeat-x;
	margin: 0px;
	padding: 0px;
	border:0px;
	font-family: Arial, Helvectia, san-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000000;

}

/* Text Formatting */

p {
	color: #000000;
	font-family: Arial, Helvectia, san-serif;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 15px;
}


ul {
	font-family: Arial, Helvectia, san-serif;
	font-size: 12px;
	line-height: 12px;
	list-style-type: square;
}


ol {
	font-family: Arial, Helvectia, san-serif;
	font-size: 12px;
	line-height: 12px;
}


li {
	line-height: 18px;
}

h1 {
	font-family: Arial, Helvectia, san-serif;
	font-size: 22px;
	line-height: 28px;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvectia, san-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}

h3 {
	font-family: Arial, Helvectia, san-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
}

.footer {
	font-family: Arial, Helvectia, san-serif;
	font-size: 11px;
}

.label {
	font-family: Arial, Helvectia, san-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
}

.blockquote {
	font-size : 12px;
	font-family : Arial, Helvectia, san-serif;
	line-height: 16px;
	margin : 0px;
	width: 80%;
	border : 1px solid #333333;
	padding : 10px;
	background : #FFFFCC;
}

.quoteBox {
	border : 1px solid #999999;
	padding : 10px;
	margin-left:auto; margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	width :85%;
	background-color: #FBEFCE;
}

a {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	background-color: #FBEFCE;
	color: #0000FF;
}

/* Shopping Cart */

a.shoppingCart {
	width: 132px;
	height: 36px;
	margin: 0;
	padding: 0;
	border-style: none;
	border-width: 0;
	background: url('images/shopping-cart-off.gif') no-repeat;
}

a:hover.shoppingCart {
	width: 132px;
	height: 36px;
	margin: 0;
	padding: 0;
	border-style: none;
	border-width: 0;
	background: url('images/shopping-cart-on.gif') no-repeat;

}



/* Navigation Bar */

#navBar {
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 30px;
	background-color: #243D91;
}

#cssdropdown, #cssdropdown ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#cssdropdown li {
	float: left;
	padding: 10px;
	margin-top: -3px;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: -4px;
	position: relative;
}

.mainitems{
	border: 0px ;
	color : #000000;
	margin : 0px;
	padding: 0px;
	font-weight: bold;
}

.mainitems a {
	padding-right: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 24px;
	margin : 0px;
	background: url('images/nav_on2.gif') no-repeat;
	font-family: Arial, Helvectia, san-serif;
	font-size: 11px;
	font-weight : bold;
	color : #000000;
	text-decoration : none;
}

.mainitems a:hover {
	padding-right: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 24px;
	margin: 0px;
	background: url('images/nav_off2.gif') no-repeat;
	color : #FFFFFF;
	font-weight : bold;
	text-decoration : none;
}

.mainitems2{
	border: 0px;
	margin : 0px;
	padding: 0px;
}

.mainitems2 a{
	padding-right: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 24px;
	background: url('images/nav_off2.gif') no-repeat;
	margin: 0px;
	font-family: Arial, Helvectia, san-serif;
	font-size: 11px;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : none;
}

.mainitems2 a:hover {
	padding-right: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 24px;
	margin: 0px;
	background: url('images/nav_on2.gif') no-repeat;
	font-weight : bold;
	color: #000000;
	text-decoration : none;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}