body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:link, a:visited {
	color: #FFFF33;
}

a:active, a:hover{
	color: #DDF3A0;
}


#main {
	border: 1px solid #211F20;
	background-color: #336601;
}
#content {
	background-image: url(images/content_top.jpg);
	background-repeat: no-repeat;
	padding: 12px;

}
.greenBorder {
	border: 1px solid #83AB17;
}
.caption {
	font-size: 9px;
}


#leftBox {
	background-color: #DDF3A0;
	border: 1px solid #333333;
	color: #141414;
	width: 460px;
	margin: 5px;
	padding: 8px;
	float: left;
	font-weight: normal;
	background-attachment: fixed;
	background-image: url(images/number1.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#rightBox {
	background-color: #DDF3A0;
	border: 1px solid #333333;
	color: #141414;
	width: 460px;
	margin: 5px;
	padding: 8px;
	float: right;
	background-attachment: fixed;
	background-image: url(images/number2.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#rightBox a:link, #rightBox a:visited, #leftBox a:link, #leftBox a:visited {
color:#900;
}

#rightBox a:active, #rightBox a:hover, #leftBox a:active, #leftBox a:hover {
color:#666;
}

#leftContentFlash {
	width: 476px;
	margin: 5px;
	padding: 0px;
	float: left;
	border: 1px solid #131313;
}

#leftContent {
	width: 460px;
	margin: 5px;
	padding: 5px;
	float: left;
}

#rightContent {
	width: 460px;
	margin: 5px;
	padding: 8px;
	float: right;
}

#footer {
	color: #DDF3A0;
	background-color: #141414;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	height: 20px;
	line-height: 20px;
}

#footer a:link  {
	color: #DDF3A0;
	text-decoration: none;
}

#footer a:visited  {
	color: #DDF3A0;
	text-decoration: none;
}

#footer a:hover  {
	color: #FFCC00;
}

#footer a:active  {
	color: #FFCC00;
}
.sectionHeading {
	font-size: 16px;
	font-weight: bold;
}
.tip {
	background-color:#DDF3A0;
	border:1px solid #333;
	color:#141414;
	width:175px;
	float:right;
	margin:5px;
	padding:0;
}

.tip .top {
color:#FFF;
background-color:#141414;
display:block;
font-weight:700;
padding:5px;
}

.tip .contents {
padding:5px;
}

.tip a:link,.tip a:visited {
color:#900;
}

.tip a:active,.tip a:hover {
color:#666;
}.leftContent {
	width: 770px;
	float: left;
}
#clear {
	clear: both;
}
.portfolio {
	background-color: #141414;
	border: thin solid #83AB17;
	color: #FFFFFF;
	text-align: center;
}
.projects {
	background-color: #1C1C1C;
	border: thin solid #83AB17;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
}
