/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*background-image:url(bckrnd.gif);*/
	margin:0;
	padding:0;
	/*text-align:center;*/
}
p, h1, h2, h3, h4, h5 {
	margin:0;
	padding: 0;
}
a {
	text-decoration: none;
	color:#000;
}
body a:hover {text-decoration:underline;}

/* misc global */
.right {text-align:right;}
.floatright {float:right;}
.floatleft {float:left;}
.hrule {border-top:1px solid #666; padding-top: 5px; margin-top:5px;}

/* */
.container {width: 770px; margin-left:auto; margin-right:auto; margin-top: 5px;}

#gnav {margin-right: 12px; text-align:right;}
#gnav a {color: #999;}
#gnav a:hover {color: #000;}
#gnav p {color: #999;font-size:10px;}

#pnav {margin-left: 10px;}
#pnav p {color: #999; font-size: 11px;}
#pnav a {color: #999; font-weight: bold;}
#pnav a:hover {color: #000;}

#hlcol {width:48%;}
#hrcol {width:48%;}

.body {vertical-align:top;}
.body h1, .body p {color:#000;}
.body h1 {font-size: 16px; margin-top: 7px;}
.body p {font-size: 11px; margin-top: 5px;}

.layout {margin-left: 10px; width:760px;}
.sec .layout {margin-top: 15px;}

#footer {margin-left: 10px; margin-top: 5px;}
#footer p, #footer a {color:#999; font-size:11px;}

/* Sidebars */
.sidebar {width:242px; vertical-align:top;}
.wrap { 
	background:url(corner_t.gif) left top no-repeat;
	padding: 15px 15px 0 15px;}
.wrap2 { 
	background:url(corner_t2.gif) left top no-repeat;
	padding: 15px 15px 0 15px;}
.wrap3 { 
	background:url(corner_t3.gif) left top no-repeat;
	padding: 15px 15px 0 15px;}
.content {
	padding: 3px;
	padding-bottom: 12px;}
.askquest {
	padding:0;
	padding-bottom: 5px;
	}
.content p {
	color: #FFF;
	margin-top: 5px;
	font-size: 10px;}
.content a {color:#000;}
.tableborder {
	border-color: #000000;
	border-width: 1px 1px 1px 1px;
    border-style: solid; 
}
.whitetable {
	border-color: #000000;
	border-width: 1px 1px 1px 1px;
    border-style: solid;
	background-color: #FFFFFF;
}
.graytable {
	border-color: #000000;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	background-color: #CCCCCC;
}
.bluetable {
	border-color: #000000;
	border-width: 1px 1px 1px 1px;
    border-style: solid;
	background-color: #003366;
}
.whitetable p, .whitetable a {
	color:#000000;
}
.graytable p, .graytable a {
	color:#000000;
}
