body, html, font, p, td{
	background-color: #F3F3F3;
	color: #4E4E4E;
	font-family: arial;
	font-size: 11pt;
	line-height: 15pt;
	font-weight: bold;
	text-align: right;
	font-style: none;
	text-transform: none;
        letter-spacing: 0px;
}

div#main {
	position: center;
	
}

div#side {
	position: absolute;
	top: 79px;
        margin: 0px;
	width: 135px;
	
}

div#blog {
	position: absolute;
        margin: 0px;
	top: 79px;
	width: 335px;
	
}

h1 {
	background: #none;
	color: #C7ED2F;
	font-family: arial;
	font-size: 17pt;
	line-height: 10pt;
	font-weight: normal;
	text-align: right;
	font-style: none;
	text-transform: lowercase;
        letter-spacing: 0px;
        margin-top: 0px;
	padding-bottom: 0px;
	border-bottom: 0px;
}

h2 {
	background: #none;
	color: #4E4E4E;
	font-family: arial;
	font-size: 11pt;
	line-height: 15pt;
	font-weight: bold;
	text-align: right;
	font-style: none;
	text-transform: none;
        letter-spacing: 0px;
        margin-top: 0px;
	padding-bottom: 0px;
	border-bottom: 0px;
}

h3 {
	background: #none;
	color: #4E4E4E;
	font-family: arial;
	font-size: 11pt;
	line-height: 15pt;
	font-weight: bold;
	text-align: right;
	font-style: none;
	text-transform: none;
        letter-spacing: 0px;
        margin-top: 0px;
	padding-bottom: 0px;
	border-bottom: 0px;
}


.menutitle {
	color: #4E4E4E;
	font-family: arial;
	font-size: 13pt;
	line-height: 18pt;
	font-weight: bold;
	font-style: none;
	text-transform: none;
	text-decoration: none;
        	letter-spacing: 0px;
	cursor: pointer;
	
}

a:link, a:visited, a:active {
	color: #4E4E4E;
	font-family: arial;
	font-size: 13pt;
	line-height: 18pt;
	font-weight: bold;
	font-style: none;
	text-transform: none;
	text-decoration: none;
        	letter-spacing: 0px;
	
}

a:hover {
	color: #ADD01F;
	font-family: arial;
	font-size: 13pt;
	line-height: 18pt;
	font-weight: bold;
	font-style: none;
	text-transform: none;
	text-decoration: none;
        	letter-spacing: 0px;
	
}

a.sub:link, a.sub:visited, a.sub:active {
	color: #4E4E4E;
	font-family: arial;
	font-size: 11pt;
	line-height: 15pt;
	font-weight: bold;
	font-style: none;
	text-transform: none;
	text-decoration: none;
        	letter-spacing: 0px;
	
}

a.sub:hover {
	color: #ADD01F;
	font-family: arial;
	font-size: 11pt;
	line-height: 15pt;
	font-weight: bold;
	font-style: none;
	text-transform: none;
	text-decoration: none;
        	letter-spacing: 0px;
	
}

input, select {
	background: #F2F2F2;
	color: #ADD01F;
	font-family: arial;
	font-size: 11pt;
	line-height: 15pt;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1px;
	margin: 0;
	padding: 5px;
	border: 2px solid #E2E2E2;
}

input:focus, select:focus {
	background: #F2F2F2;
	color: #4E4E4E;
	font-family: arial;
	font-size: 11pt;
	line-height: 15pt;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1px;
	margin: 0;
	padding: 5px;
	border: 2px solid #ADD01F;
}

textarea {
	background: #f2f2f2;
	color: #ADD01F;
	font-family: arial;
	font-size: 11pt;
	line-height: 15pt;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0px;
	margin 0;
	padding: 5px;
	width: 294px;
	border: 2px solid #E2E2E2;
}

textarea:focus {
	background: #f2f2f2;
	color: #4E4E4E;
	font-family: arial;
	font-size: 11pt;
	line-height: 15pt;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0px;
	margin 0;
	padding: 5px;
	width: 294px;
	border: 2px solid #ADD01F;
}

