body {
	background : #fff;
	color : #333;
	font-family : Verdana,sans-serif;
}

h1 {
    font-size: 12pt;
    font-style: italic;
}

h2
{
	font-size: 110%;
    border-bottom: 1px dotted #eee;
    margin-top: 5px;
}

h3
{
	font-size: 105%;
    margin: 25px 0 5px 0;
}

blockquote
{
    border-left: 3px solid #ddd;
    padding-left: 10px;
    margin-left: 20px;
}

a
{
	text-decoration: underline;
	color: #00a;
}

a:visited, a:hover, a:active { 
	text-decoration: underline;
    color: #609;
}

.nav, a.nav:visited, a.nav:active { 
	color : #eee; 
	font-weight: bold; 
	font-size : 10px;
	text-decoration: none;
}

a.nav:hover { 
	text-decoration : underline;
    color: #eee;
}

.galleryCat {
	font-size : 14px;
}

.divider {
	color: #959595;
}

h2.entryTitle a {
    font-weight: bold;
	font-family: sans-serif;
	font-variant: small-caps;
    font-size: 130%;
    text-decoration: none;
}

.entryBody {
	line-height: 140%;
    font-family: sans-serif;
    margin-top: 25px;
    max-width: 85%;
}

.entryInfoLine {
	font-size : 80%;
}

.date {
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}

.box {
	padding: 5px 5px 5px 7px;
	margin-left: 5px;
	background: #d0e2ff;
	color: #000;
	border: 1px solid #2a506b;
	width: 90%;
	text-align: left;
}

.error {
	color: #e00;
	background: transparent;
}

.msg {
	color: #065606;
	border: 1px solid #065606;
	background: #d0e8d7;
}

.underlinedTitle {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	font-weight: bold;
}

.content
{
    background: #fff;
    color: #333;
}

.outline
{
    background: #aaa;
    color: #000;
}

.module-content td
{
    text-align: center;
}

input[ type=text ], textarea
{
    border: 1px solid #aaa;
    margin: 2px;
}

li.item
{
    padding-bottom: 10px;
    list-style-type: circle;
}

.indent
{
    margin-left: 15px;
}

#feed-images
{
    margin: 20px 0 0 0px;
    padding: 0;
}

#feed-images li
{
    margin-bottom: 7px;
    display: block;
    text-align: center;
    list-style-type: none;
}

#feed-images img
{
    border: 0;
}

.floatRight
{
    float:right;
    margin: 30px 100px 0 0;
}

