/* CSS Document */

#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#990000;
	padding:2px 0 0 80px;}
	
#footer a{
	font-weight:bold;
	color:#990000;
	text-decoration:underline;}
	
#footer a:hover{
	color:#406194;
	text-decoration:none;}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:180%;
	color:#3460a4;
	font-variant:small-caps;
	padding:0 90px 0 0;
	margin:0;}
	
h2 {
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:24px;
	color:#3460a4;
	font-variant:small-caps;
	margin:0;}

h3 {
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:18px;
	color:#3460a4;
	border-bottom:1px solid #00ABED;
	margin:0;}

#content {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#3460a4;
	padding:10px 20px 20px 20px;}

#content a{
	color:#003399;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px dotted #900;}
	
#content a:hover{
	color:#FFF;
	background-color:#990000;
	text-decoration:none;
	border-bottom:1px dotted #FFF;}
	
#content ul { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; list-style-type:none; padding:0 6px 6px 6px;}
#content li { font-weight:bold; border-bottom:1px solid #00ABED; padding:5px 0 5px 20px; background-image:url(images/layout/content-li.png); background-repeat:no-repeat; background-position:0 .3em }

#quicklinks { width:240px; height:110px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; overflow-x:auto; color:#990000; padding:0 0 0 10px;}
#quicklinks ul { margin:0; list-style-type:none; padding:0 6px 6px 6px; font-weight:normal;}
#quicklinks li { border-bottom:1px dotted #00ABED; padding:5px 0 5px 20px; background-image:url(images/layout/li.png); background-repeat:no-repeat; background-position:0 .5em }

#quicklinks a{ text-decoration:none; color:#900; }
#quicklinks a:hover{ color:#406194; text-decoration:underline; }

.picborder{
	border:1px solid #3460a4;
	padding:4px;
}

hr{
	color:#3460a4;
}

.guides{
	vertical-align:top;
}