﻿@charset "utf-8";
/* CSS Document */

/*~~~~~~~~~~~~~~~~~~~~~
//    left-column
//
~~~~~~~~~~~~~~~~~~~~~*/
#left-column { width:650px !important; padding-bottom:30px;}

#left-column h2 { margin:15px 0 20px 0}
#left-column h3 { margin:35px 0 25px 0}
#left-column h4 {
	border-left: solid 5px #053871; border-bottom: solid 1px #053871;
	padding:3px 0 3px 5px; margin:30px 0 0 0;
	font-weight:bold; letter-spacing:1px; font-size:107%;
	}
#left-column h5{ border-left: solid 5px #053871; margin:25px 0 5px 5px; padding:2px 0 2px 10px; font-weight:bold;}

#left-column .list { padding-bottom:20px;}
#left-column .list li { float:left; width:325px; font-size:92%; margin-bottom:3px;}
#left-column .doc { padding:10px; font-size:92%; margin:0 0 20px 0 }

#left-column dl { padding:5px 0;}
#left-column dt { width:155px; padding:10px 0 10px 20px; background:url(../img/arrow.gif) no-repeat 7px 15px;}
#left-column dd { padding:10px 0 10px 125px; margin:-39px 0 0 0; border-bottom:dotted 1px #999;}


/*~~~~~~~~~~~~~~~~~~~~~
//    right-column
//
~~~~~~~~~~~~~~~~~~~~~*/
#right-column { width:230px !important;}

