html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr{
  margin:0px;
  padding:0px;
  border:0px;
  border-collapse:separate;
  border-spacing:0px;
}


html
{
	margin: 0;
}

body
{
	background-color: #606060;
	background-image: url(../images/bg2.png);
	background-repeat: repeat;
	font-family: Helvetica, Tahoma, Sans-Serif;
	font-size: 100%;
	margin: 0;
}

/**********************************************/

a:link, a:visited, a:hover
{
	color: #541e5a;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	border-bottom: 1px dotted #541e5a;
}

.button
{
	display: block; 
	margin-top: 10px;
}

#copyright
{
	font-size: 0.75em;
}

#pre-footer
{
	border-top: 1px dotted #E9F3C5;
	clear: both;
	margin: auto;
	padding: 10px;
	text-align: center;
}

#footer
{
	clear: both;
	background-color: #e9f3c5;
	color: #809631;
	font-size: 0.7em;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

#footer-chibi
{
	float: right;
	background-image: url(../images/chibi1-small.png);
	background-repeat: no-repeat;
	width: 50px;
	min-height: 50px;
	position: relative;
	top: -15px;
	left: 10px;
}

form
{
	margin-bottom: 20px;
}


h1, h2, h3, p
{
	margin-bottom: 15px;
}

h1, h2, h3
{
	line-height: 1.2em;
}

h2
{
	border-bottom: 1px dotted #38205e;
	margin-top: 5px;
}

#header
{
	background-color: #d4cc8b;
}

img
{
	vertical-align: middle;
}

label
{
	display: block;
	margin-bottom: 2px;
	margin-top: 15px;
}

#latestActivity > img
{
	float: left;
	margin-right: 10px;
	position: relative;
	top: -7px;
}

#main
{
	width: 60%;
	float: left;
	padding-left: 15px;
	background-image: url(../images/titlereflect.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 25px;
	top: -42px;
	position: relative;
	margin-bottom: -42px;
	padding-bottom: 35px;
	
	border-right: 1px dotted #E9F3C5;
	padding-right: 18px;
}

#menu
{
	margin: auto;
	text-align: center;
	float: right;
	position: relative;
	top: -40px;
}

#menu ul
{
    line-height: 1.3em;
	list-style-image: none;
	list-style-position: outside;
	text-indent: 0px;
	margin-bottom: 0px;
}

#menu ul > li
{
	display: inline;
	list-style-type: none;
	color: #9d9733;
	font-family: Tahoma, Sans-Serif;
	font-size: 0.9em;
}

#menu img
{
	border-bottom: 1px solid #aaa;
	vertical-align: top;
	
}

#menu a:hover, #menu a:visited, #menu a:link
{
	text-decoration: none;
	font-size: 0.9em;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #aaa;
	
}

#menu a:visited, #menu a:link
{
	color: #809631;
	background-image: url(../images/menubg.png);
	background-repeat: repeat-x;
}
#menu a:hover
{
	color: #809631;
	background-image: url(../images/menubg-over.png);
}

#sidebar
{
	float: right;
	width: 35%;
}

#sodiv
{
	margin: auto;
	margin-bottom: 15px;
	text-align: center;
	padding-right: 10px;
}

#title
{
	font-size: 1.8em;
}

ul
{
	line-height: 1.7em;
	list-style-image: none;
	list-style-position: inside;
	list-style-type: disc;
	text-indent: 35px;
	margin-bottom: 15px;
}

.validationSummary
{
	background-color: #e9f3c5;
    border: 1px solid black;
	color: Red;
	font-weight: bold;
}

.wrapper
{
	margin: auto;
	width: 80%;
	background-color: #9D9733;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	font-size: 0.9em;
	line-height: 1.3em;
	color: White;
	border: 1px solid #222;
	padding-bottom: 10px;
}

.mcp_badge
{
	padding: 19px;
	border: 1px solid black;
	background-color: white;
}

