html, body {
	height:100%;
	background-color: #000000;
}

body, p {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #808080;
	line-height: 18px;
}
.Normal {
	color: #FFFFFF;
}
.ControlPanel {
	background-color: #666666;
}
.pagemaster {
	height: 100%;
	width: 100%;
	background-color: #000000;
	text-align:center;
}
.normal {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align:left;
}
H1 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 4px;
	padding-bottom: 8px;
}
H2 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 1px;
}
.TitleLarge {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.Title1 {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}
.Text2 {
	font-size: 14px;
	font-weight: bold;
}
.Text3 {
	font-size: 12px;
}

.CommandButton, a.CommandButton:link, a.CommandButton:visited {
	color: #FFFFFF;	
}
a.CommandButton:hover {
	color: #999999;
}
.StandardButton {
	background-color: #FFFFFF !important;
	padding: 4px 8px;
	margin: 0px 8px;
	border: 1px solid #628e15;
}
.clear {
	display: none;
 	clear:both;
}
a:link, a:visited {
	color:#cccccc;
	text-decoration:none;
}

a:hover {
	color:#ffffff;
	text-decoration:underline;
}
.contentpane {
	width: 800px;
}
.leftpane {
	width: 400px;
}
.rightpane {
	width: 400px;
}
.menurow {
	border-top: 1px solid #808080;
}
.submenu {
	background-color: #ffffff;
	padding: 2px 0px;
	border: 1px dashed #628e15;
}
.footer, .footer a:link, .footer a:visited {
	font-size: 11px;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
	letter-spacing: 1px;
}
.footer a:hover {
	font-size: 11px;
	text-transform: lowercase;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	letter-spacing: 1px;
}
.underline_solid {
	border-bottom: 1px solid #808080;
}
.underline_dashed {
	border-bottom: 1px dashed #808080;
}
.underline_dotted {
	border-bottom: 1px dotted #808080;
}

.portfolio img {
	border:solid 2px #000000;
}

.portfolio a img {
	border:solid 2px #000000;
}

.portfolio a img:hover {
	border:2px solid #CCCCCC;
}


/*--------- bottom dnn menu style ----------*/
/* main menu td */
#BottomMenu {
	width: auto;
	text-align:center;
}
.main_dnnmenu_bar 
{
	text-align:center;
	width: auto;
	cursor:pointer;
	font-size: 12px;
	background-color:transparent;

}

/*  Main Menu Normal  */
.main_dnnmenu_rootitem  
{
	color: #808080;
	font-size: 13px;
	font-weight:bold;
	text-align:center;
	text-transform: uppercase;
	display: inline-block;
	width: 260px;
	height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	word-spacing: 4px;
}

/*  Main menu hover  */
.main_dnnmenu_rootitem_hover
{
	color:#CCCCCC;
	font-size: 13px;
	text-align:center;
	text-decoration: underline;
	text-transform: uppercase;
	display: inline-block;
	width: 260px;
	height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	word-spacing: 4px;
}

/*  Main menu selected  */
.main_dnnmenu_rootitem_selected 
{
	color:#cccccc;
	font-size: 13px;
	font-weight:bold;
	text-align:center;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	width: 260px;
	height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	word-spacing: 4px;
}

/*  SUB Menu Normal */
.main_dnnmenu_submenu 
{
	border:1px solid #cccccc;
	z-index: 1000;
	text-align: center;
	width: 260px;
}

.main_dnnmenu_submenu td
{
	/*background-color:#E1E8ED;*/
	background-color:#000000;
	z-index: 1000;
	font-size: 12px;
	font-weight:normal;
	text-align:center;
	color:#808080;
	line-height:2em;
	padding: 0px 5px;
	margin:0px;
}

/*  SUB Menu hover & selected */
.main_dnnmenu_itemhover td,.main_dnnmenu_itemselected td   
{
	font-size: 12px;
	color:#ffffff;
	background-color: #000000;
	font-weight:normal;
	text-align:center;
	line-height:2em;
	z-index: 1000;
	padding: 0px 5px;
	margin:0px;
}

.main_dnnmenu_break
{
	height: 2px;
	background-color: transparent;
}




