/* default stylesheet for templates */

body
{
	margin: auto;
	margin-top:0px;
	width: 900px;
	background-color: #e4e4e4;
	background-image: url('../images/bg.gif');
	background-repeat: repeat-x;
	padding: 0px;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #333333;
}


/* layout styles */

table.layout
{
	width: 100%;
	border-collapse: collapse;
	border: none;
	margin: 0px;
}

table.layout td
{
	border: none;
	margin: 0px;
	padding: 0px;
}

div.layout
{
	border: none;
	margin: 0px;
	padding: 0px;
}

div.panel
{
	width: auto;
	background: white;
	border-top: none;
	border-right: solid #999999 1px;
	border-bottom: none;
	border-left: solid #999999 1px;
}

div.footer
{
	width: 900px;
	height: 14px;
	background-image: url('../images/footer.gif');
	background-position: top;
	background-repeat: no-repeat;
}

div.bottom_nav
{
	font-size: 11px;
	margin: 3px;
}

div.bottom_nav a
{
	text-decoration: none;
}

div.bottom_nav a:hover
{
	text-decoration: underline;
}

/* link and text styles */

h2
{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0066cc;
	margin: 4px 0px 6px 0px;
}

h3
{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin: 6px 0px 4px 0px;
	color: #666666;
}

p, ul, td
{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px 0px 8px 0px;
}

strong
{
	font-weight: inherit;
}

em
{
	font-style: inherit;
}

ul
{
	padding-left: 25px;
}

li
{
	margin: 0px 0px 3px 0px;
}

a
{
	color: #3399ee;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:visited
{
	color: #999999;
}

.caption
{
	font-size: 11px;
	font-style: italic;
}

table.specs
{
	border-collapse: collapse;
	border: solid #999999 1px;
}

table.specs th, table.specs td
{
	text-align: left;
	vertical-align: middle;
	border: solid #999999 1px;
	padding: 2px 6px 2px 3px;
}

a.topnav
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

a.topnav:hover
{
	color: #3399ee;
}

.legal
{
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #333333;
	margin: 6px 0px 20px 0px;
}

.legal a
{

}

.disclaimer
{
	font-size: 11px;
	font-style: italic;
}


/* right hand column panels */

div.keylinePanelTop
{
	width:  220px;
	height: 12px;
	margin: 0px;
	background-image: url('../images/rightPanelTop.jpg');
	background-repeat: no-repeat;
}

div.keylinePanelBottom
{
	width: 220px;
	height: 12px;
	margin: 0px;
	background-image: url('../images/rightPanelBottom.jpg');
	background-repeat: no-repeat;
}

div.keylinePanel
{
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	width: 200px;
	background-image: url('../images/rightPanelBG.jpg');
	background-repeat: repeat-y;
}

div.insidePanel
{
	width: 200px;
	text-align: left;
}

div.insidePanel p, div.insidePanel ul
{
	font-size: 11px;
	margin: 0px;
}

div.insidePanel li
{
	margin: 0px;
}

div.insidePanel h3
{
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	margin: 0px 0px 4px 0px;
}

div.insidePanel a
{
	font-size: 11px;
	text-decoration: none;	
	color: #0066cc;
}

/* form styles */

.myForm
{
	background-color: #e7eef7;
	border: 1px solid #ccddff;
	padding: 10px;
}

.myForm td, input, select, textarea, checkbox
{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}
