
#menuv 
	{
font-size: 11px; 
 font-family: Arial;	
 width:100%;
margin-left : 22px;
color: #AA1224;
font-weight: bold;
background: #FFFFFF;
	}
		
	
#menuv a, #menuv a:visited	/* menu at rest */
	{
	color: #AA1224;
	background: #FFFFFF;
	text-decoration:none;
	}
	
#menuv a:hover	/* menu at mouse-over  */
	{
	color: #000000;
	background-color: #FFFFFF;
	text-decoration:underline;	
	}	

#smallmenuv
	{
font-size: 10px; 
 font-family: Arial;	
 width:100%;
margin-left : 42px;
color: #000000;
background: #FFFFFF;
font-weight:none;
	}
		
	
#smallmenuv a, #smallmenuv a:visited	/* menu at rest */
	{
	color: #000000;
	background: #FFFFFF;
	text-decoration:none;
	}
	
#smallmenuv a:hover	/* menu at mouse-over  */
	{
	background: #FFFFFF; 
	color: #000000;
	text-decoration:underline;
	}	
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


