/* == BEGIN CSS RESET == */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1.3;
}
/* == END CSS Reset == */

/* == Constants == */
.clear {
	clear:both;
}
.hr {
	margin:5px 0;
	border-bottom:1px dotted black;
}
ul {
	margin-left:19px;
}

a.normal:link, a.normal:active, a.normal:visited {
	color:blue;
	text-decoration:none;
}
a.normal:hover {
	text-decoration:underline;
}

a.pways:link, a.pways:active, a.pways:visited {
	color:red;
	text-decoration:none;
}
a.pways:hover {
	text-decoration:underline;
}

/* == Site Template (tmp_ prefix) == */

body {
	text-align:center;
	background:url('../images/template/bg_repeat.png') top left repeat;
}

#tmp_main_body {
	width:808px;
	margin:25px auto 50px auto;
	text-align:left;
	font-size:13px;
	font-family:Arial;
}

#tmp_cap {
	width:808px;
	height:80px;
	background:url('../images/template/cap.png') top left no-repeat;
}

#tmp_sub_cap {
	padding:3px 0 5px 0;
	text-align:center;
	background:url('../images/template/body.png') top left no-repeat;
	font-size:15px;
}
#tmp_header {
	width:808px;
	height:150px;
	background:url('../images/template/header.png') top left no-repeat;
}

#tmp_content_container {
	width:808px;
	background:url('../images/template/body.png') top left repeat-y;
	padding:5px 9px;
}
#tmp_content {
	width:790px;
}
#left_column {
	float:left;
	width:175px;
}
#right_column {
	float:left;
	width:610px;
	margin-left:5px;
}

#tmp_footer_top {
	width:808px;
	height:26px;
	background:url('../images/template/footer_top.png') top left no-repeat;
}
#tmp_footer_body {
	width:808px;
	background:url('../images/template/footer_body.png') top left repeat-y;
	color:white;
	text-align:center;
	padding-bottom:10px;
	font-size:17px;
}
#tmp_footer_bottom {
	width:808px;
	height:26px;
	background:url('../images/template/footer_bottom.png') top left no-repeat;
}
#tmp_sub_footer {
	margin:30px 0 0 10px;
	width:788px;
	height:66px;
	background:url('../images/template/sub_footer_pways.png') top left no-repeat;
}
#tmp_sub_footer a {
	display:block;
	height:66px;
	width:788px;
}
#tmp_footer_body a:link, #tmp_footer_body a:visited, #tmp_footer_body a:active {
	color:white;
	text-decoration:none;
} 
#tmp_footer_body a:hover {
	text-decoration:underline;
}
#tmp_bread_crumbs {
	margin-bottom:5px;
	border-bottom:3px double #0E2C56;
	padding:2px 0;
}
/* Side Info Boxes */
.tmp_info_box {
	border:1px solid #0E2C56;
	padding:1px;
	background-color:white;
	margin-bottom:5px;
}
.tmp_info_box .tmp_info_box_top {
	background-color:#0E2C56;
	color:white;
	font-weight:bold;
	padding:4px 4px;
}
.tmp_info_box .tmp_info_box_body {
	padding:4px;
}
.tmp_info_box .tmp_info_box_body .tmp_info_box_content {
	font-size:12px;
}
.tmp_info_box .tmp_info_box_body .tmp_info_box_content ul li {
	margin-bottom:3px;
}