body {
	background-color: #FFFFFF;
	background: url(images/background.jpg) center top repeat-y;
}

.main_container{
	border: 0px;
	margin-bottom: -31px;
}

.main_nav{
	margin: 0;
	padding: 0;
	background: url('images/design_r2_c1.jpg');
}

.nav{
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.main_content{
	width: 980px;
	margin-bottom: 30px;
}

.content{
	padding: 10px; 
	width: auto;
}

.sidebar{
	width: 180px;
	margin-bottom: 30px;	
}

.sub_nav li a:hover {

	background-color: #65BD2D;
	color: #FFFFFF;
}

.footer{
	height: 30px;
	width: 980px;
}

A:LINK, A:ACTIVE, A:VISITED { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #174987;
	text-decoration: none;
}
A:HOVER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #072E5F;
	text-decoration: none;
}

/* MAIN NAVIGATION */

.navigation_main:LINK, .navigation_main:ACTIVE, .navigation_main:VISITED { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #042b6f;
	text-decoration: none;
}
.navigation_main:HOVER {
	font-size: 13px;
	color: #042b6f;
	text-decoration:underline;
}

.navigation_main_selected {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #65BD2D;
}

.navigation_main_not_selected {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
}

.navigation_sub:LINK, .navigation_sub:ACTIVE, .navigation_sub:VISITED { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.navigation_sub:HOVER {
	font-size: 13px;
	color: #65BD2D;
}

.navigation_sub_selected {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #65BD2D;
}

.navigation_sub_not_selected {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
}

.navigation_sub_seperator {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #65BD2D;
}

/* TEMPLATE SPECIFIC */

.template_border {
	border: 1px solid #9A9A9A;
}
.template_background_1 {
	background-color: #92D667;
}
.template_background_2 {
	background-color: #92D667;
}
.template_background_3 {
	background-color: #C9EFB0;
}

.template_text_default {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.template_input_textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	border: 1px solid #999999;
	width: 98%;
	cursor: text;
	background-color: #EEEEEE;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#EEEEEE', EndColorStr='#FFFFFF');
}
.template_input_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	border: 1px solid #999999;
	width: 100px;
	cursor: pointer;
	background-color: #EEEEEE;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFFFFF', EndColorStr='#EEEEEE');
}

/* TECHWEAVERS LINK */

.techweavers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #183F70;
	font-weight: normal;
	padding-right: 5px;
	padding-top: 3px;
}

.techweavers_link:LINK, .techweavers_link:VISITED, .techweavers_link:ACTIVE {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #183F70;
	text-decoration: none;
}
.techweavers_link:HOVER {
	font-size:10px;
	font-style: normal;
	font-weight: bold;
	color: #65BD2D;
	text-decoration: underline;
}