﻿@import url("layout.css");
body {font-family: Arial, sans-serif; font-size: medium; color: #000;}

#container {width: 100%; height: 100%; background-color: #cb8;}
#masthead { width: 100%; overflow: auto; text-align: left; background-color: #c5d5e5;}
#page_content {position: relative;}
#sidebar {position: relative; float: left; width: 97px; background-color: #cb8; top: 0px; left: 0px;}
#content {margin-left: 97px; padding: 2px 10px 10px 10px; background-color: #F5F7FF; background-image: url('../images/VictellaBG.png'); background-repeat: repeat; }
#footer { clear: both; width: 100%; overflow: hidden; background-color: #cdf; text-align: center;}
#masthead img { float: none; }
#masthead p { margin-left: 5px; margin-top: 0px; margin-bottom: 0px; font-size: 12pt; font-family: Arial; padding-top: 7pt; padding-bottom: 7pt; }
h1 { font-family: Arial Black; margin: 0; color: #800000; text-decoration: underline; padding-bottom: 3pt; }
h2,h3,h4,h5,h6 {font-family: Arial Black; margin: 0; padding-top: 6pt;}
a { color: #009933; text-decoration: underline; }
a:hover { color: #800080; text-decoration: underline; background-color: #CCDDFF; }

.style_bold {font-weight: bold;}
.style_italic {font-style: italic;}
.ProgTitle { font-family: 'Times New Roman', Times, serif; font-size: larger; font-weight: bold; }

/* Styles for Navigation */
#sidebar ul {list-style-type: none; width: 100%;	display: block; margin: 0;	padding: 0;}
#sidebar li { margin: 0px; display: block; border: 1px solid #cb8;}
#sidebar a { margin: 0px; font-weight: bold; text-decoration: none; color: #393939; padding: 5%; display: block; border-bottom: 1px solid #f5f5f5;}
#sidebar a:hover { font-weight: bold; text-decoration: none; color: #800000; border-bottom: 1px solid #f5f5f5; background-color: #EBE1C5;}

/* Styles for Content */
#content p { margin: 0px; padding-bottom: 12pt;}
#content ul { margin-top: 4pt;}
#content li { padding-bottom: 5pt;}

/* Styles for Footer */
#footer p { margin: 2pt; font-size: x-small;}
#footer a {color: #393939; text-decoration: underline;}
#footer a:hover { font-weight: bold; color: #393939; text-decoration: none; background-color: #AAC6FF; }
