/* Start of CMSMS style sheet 'Layout' */
/*Begin Layout */

body {
	margin: 0;
	padding: 0;
	background-color: #3C5705;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

table#main {
	background-color: #3C5705;
	padding: 0;
	background-image: url(uploads/images/board/background.jpg);
	background-repeat: no-repeat;
	/*border-left: 1px solid #000000;*/
}

td {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

#header {
	display: block;
	padding: 0;
	width: 790px;
	height: 93px;
	text-align: right;
	color: #FFF;
	font-weight: bold;
}

#header a, 
#header a:link, 
#header a:visited{
	padding: 0;
	color: #FF9;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#header a:hover
{
	padding: 0;
	color: #FFF;
	text-decoration: underline;
}

#main_nav_top {
	width: 790px;
	height: 19px;
	padding: 0 0 0 65px;
}

#breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #354614;
	text-decoration: none;
	padding: 3px;
	padding-left: 10px;
	background-image: url(/cms/images/mainNavBack.gif);
	background-position: top;
}

#column_left {
	width: 170px;
	padding: 5px 0 20px 0;
	text-align: left;
}

#column_right_top {
	background-image: url(/uploads/images/cms/content_top.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 25px;
	padding-top: 5px;
}

#column_right {
	width: 620px;
	padding: 5px 10px 0 10px;
	background-color: #FFFFD5;
}


#column_right_home /*homepage*/ {
	width: 620px;
	padding: 0 10px 0 10px;
	background-image: url(/uploads/images/cms/content_top.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #FFFFD5;
}

#column_right a:link, 
#column_right a:visited, 
#two_col_main a:link, 
#two_col_main a:visited, 
#two_col_sidebar a:link, 
#two_col_sidebar a:visited 

{
	/*color: #B34809;*/
	color: #3C5705;	
	font-weight: bold;
}

#column_right a:hover, 
#two_col_main a:hover, 
#two_col_sidebar a:hover 
{
	text-decoration: underline;
}

#column_right_bot {
	background-image: url(/uploads/images/cms/content_bot.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 20px;
}

#home_content {
	padding: 10px;
}


/*#sidebar {
padding: 5px;
background-color: #E4E4C6;
}*/

#bottom {
	width: 790px;
	padding: 0;
	height: 5px;
}

#footer {
	font-size: 9px;
	text-align: center;
	color: #91A570;
}

#footer a, #footer a:link, #footer a:visited {
   color: #91A570;
   text-decoration: none;
}

/*End Layout */

/* End of 'Layout' */

