body
{
    background-color : #456687;
    margin-left : 40px;
    margin-right : 40px;
    margin-top : 30px;
    font-size : 11px;
    font-family : verdana , trebuchet , sans-serif;
}
a:link
{
font-size : 11px;
    font-weight : bold;
    text-decoration : none;
color: #191970;}
a:visited
{
    
    font-size : 11px;
    font-weight : bold;
    text-decoration : none;
color: #4B0082;}
a:active
{

    font-size : 11px;
    font-weight : bold;
    text-decoration : none;
color: #cde4f1;}
a:hover
{
    font-size : 11px;
    font-weight : bold;
    text-decoration : underline;
color: #bfcce2;}
/*---  LEFT SIDE BAR ---*/
#menu
{
    width : 175px;
    float : left;
    font : 11px / 12px verdana , trebuchet , sans-serif;
    padding-right : 10px;
    text-align : right;
    color : black;
    padding-bottom : 30px;
    border-right : 1px dotted rgb(153 , 153 , 153);
}
/*---  MAIN PAGE CONTENT ---*/
#content
{
	width : 520px;
	float : left;
	text-align : center;
	margin-left : 20px;
	margin-bottom : 60px;
	padding-bottom : 30px;
	padding-left : 20px;
	Color : Black;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*For putting abbreviation and acronyms explanations in the title bar*/
acronym, abbr
{
    Border-bottom : 1px dashed rgb(153 , 153 , 153);
    cursor : help;
}
acr, abbr
{
    Border-bottom : 1px dashed rgb(153 , 153 , 153);
    cursor : help;
}

/*--- "member" links: login, register, calendar, etc. ---*/
.loginLinks, .loginLinks a
{
    color : rgb(0 , 0 , 0);
    font-family : verdana , trebuchet , sans-serif;
    font-size : 11px;
    Font-weight : bold;
    Text-decoration : none;
}
.loginLinks a:link
{

    font-weight : bold;
color: #191970;}
.loginLinks a:visited
{
    font-weight : bold;
	 color: #4B0082;}
.loginLinks a:active
{
   
    font-weight : bold;
color: #cde4f1;}

.loginLinks a:hover
{
   
    font-weight : bold;
text-decoration: underline;
color: #454587;}
/*--- Dotted line between menu items in sidebar ---*/
.menuSpacer
{
	margin-bottom : 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
/*---  Used in Trackback and Pingback page.  ---*/
H2
{
    font-family : verdana , trebuchet , sans-serif;
    font-size : 17px;
    color : black;
    font-weight : bold;
font-size: 14px;}
/*---  Used in Weblog templates to format the title of entries  ---*/
H3
{
    font-family : verdana , trebuchet , sans-serif;
    font-size : 14px;
    color : black;
    font-weight : bold;
font-size: 12px;}
/*---  Used in weblog.php in the left side-bar, and archives.php page to format the date header  ---*/
H4
{
    font-family : verdana , trebuchet , sans-serif;
    font-size : 12px;
     margin-top : 2px;
    margin-bottom : 5px;
    font-weight : bold;
color: #173D55;}

/*---  Used in comment templates to format text used in the comment form. ---*/
H5
{
    font-family : verdana , trebuchet , sans-serif;
    font-size : 11px;
    color : #687ADD;
    margin-top : 2px;
    margin-bottom : 2px;
    font-weight : normal;
}
/*---  Weblog entry formatting.  ---*/
.weblog
{
    padding-bottom : 12px;
    border-bottom : 1px dotted rgb(153 , 153 , 153);
}
/*---  Name of author in weblog entries ---*/
.author
{
    font-family : verdana , trebuchet , sans-serif;
    font-size : 11px;
    font-weight : normal;
    color: #456687;}

/*---  Paragraph formatting in weblog entries ---*/
p
{
    font-family : verdana , trebuchet , sans-serif;
    font-size : 11px;
    color : black;
    margin-top : 2px;
    margin-bottom : 10px;
    font-weight : normal;
    text-align : left;
    Margin-left : 2px;
}
/*---  Paragraph formatting in weblog entries ---*/
blockquote
{
    font-family : verdana , trebuchet , sans-serif;
    font-size : 11px;
    color : #4B0082;
    margin-top : 2px;
    margin-bottom : 10px;
    font-weight : normal;
    text-align : left;
    Margin-left : 20px;
	 }
/*---  Paragraph formatting in weblog blockquotes ---*/
indent
{
    font-family : verdana , trebuchet , sans-serif;
    font-size : 11px;
    color : rgb(66 , 0 , 33);
    margin-top : 2px;
    margin-bottom : 10px;
    font-weight : normal;
    text-align : left;
    Margin-left : 20px;
}
/*---  Paragraph formatting in the blurb weblog entries ---*/
p1
{
    font-family : verdana , trebuchet , sans-serif;
    font-size : 11px;
    color : rgb(204 , 222 , 255);
    margin-top : 2px;
    font-weight : bold;
    text-align : left;
    Margin-left : 2px;
}
/*--  Default form field formatting. --*/
form
{
    margin-top : 0px;
}
/*--  Input field formatting. --*/
.input
{
    border-top : 1px solid rgb(153 , 153 , 153);
    border-left : 1px solid rgb(153 , 153 , 153);
    background-color : rgb(255 , 255 , 255);
    font-family : Verdana , Geneva , Trebuchet MS , Arial , Sans-serif;
    font-size : 11px;
    height : 1.6em;
    padding : 0.3em 0 0 2px;
    margin-top : 3px;
    margin-bottom : 3px;
}
/*--  Input text-area formatting --*/
.textarea
{
    border-top : 1px solid rgb(153 , 153 , 153);
    border-left : 1px solid rgb(153 , 153 , 153);
    background-color : rgb(255 , 255 , 255);
    font-family : Verdana , Geneva , Trebuchet MS , Arial , Sans-serif;
    font-size : 11px;
    margin-top : 3px;
    margin-bottom : 3px;
}
/*--  Submit button formatting. --*/
.button
{
    background-color : rgb(255 , 255 , 255);
    font-family : Verdana , Geneva , Trebuchet MS , Arial , Sans-serif;
    font-size : 11px;
    font-weight : normal;
    text-transform : uppercase;
    color : rgb(0 , 0 , 0);
}
/*--  Pull-down menus. --*/
.pulldown
{
    background-color : rgb(255 , 255 , 255);
    font-family : Verdana , Geneva , Trebuchet MS , Arial , Sans-serif;
    font-size : 11px;
    font-weight : normal;
    text-transform : uppercase;
    color : rgb(0 , 0 , 0);
}
/*  Calendar header text   THE FOLLOWING CSS IS USED WITH THE MINI-CALENDAR */
.header
{
    font-family : verdana , trebuchet , sans-serif;
    font-size : 10px;
    color : black;
    font-weight : bold;
}
/*  Navigational links in the header of mini-calendar  */
.navlinks, .navlinks a:link, .navlinks a:active, .navlinks a:visited, .navlinks a:hover
{
    color : rgb(255 , 255 , 255);
    font-family : verdana , trebuchet , sans-serif;
    font-size : 10px;
    font-weight : bold;
}
.navlinks a:link
{
    color : rgb(255 , 255 , 255);
    text-decoration : none;
}
.navlinks a:visited
{
    color : rgb(255 , 255 , 255);
    text-decoration : none;
}
.navlinks a:active
{
    color : black;
    text-decoration : none;
}
.navlinks a:hover
{
    color : rgb(0 , 0 , 0);
    text-decoration : underline;
}
/*  Days of the week text  */
.weekdays
{
    font-family : verdana , trebuchet , sans-serif;
    font-size : 9px;
    color : rgb(102 , 102 , 102);
    font-weight : bold;
color: olive;}

/*  Days of the month text and links */
.monthdays, .monthdays a:link, .monthdays a:active, .monthdays a:visited, .monthdays a:hover
{
    font-family : verdana , trebuchet , sans-serif;
    font-size : 9px;
    color : rgb(102 , 102 , 102);
}
.monthdays a:link
{
    text-decoration : underline;
    font-weight : bold;
color: #004bae;}

.monthdays a:visited
{

    text-decoration : underline;
    font-weight : bold;
color: #003399;}

.monthdays a:active
{
    color : black;
    text-decoration : underline;
    font-weight : bold;
}
.monthdays a:hover
{
    text-decoration : none;
    font-weight : bold;
color: #bfcce2;}

li
{
   list-style: disc;
    font: verdana , trebuchet , sans-serif;;
    font-size: 11px;
    text-align: left;
   margin-bottom: 2px;
    margin-top: 2px;
   color: Black;
    margin-left: 15px;
}
.unnamed2
{
    font-size : 10pt;
    line-height : 10pt;
}
