@charset "utf-8";

/* @group general styles (Body styles, Resets, Links, Headings, etc.)
--------------------------------------------------------------------------------------------------------------*/

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#195382;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height: 100%;
}
	
p { 
	color: #000000;
	font-size:12px;
}


/* @group page structure (Headers, footers, navigation, etc.)
----------------------------------------------------------------------------------------------------------------*/

.dg-main #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#FFFBF0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:100%;
}

.dg-main #mainContent {
		
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px 230px 0 0;
	min-height: 380px;	
	
}
.dg-main #RightSide {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px;
	margin-top: 10px;
	height:100%;
	color:#FFFFFF;
	font-size: 12px;	
}

.dg-main #RightSide p {
	color:#FFFFFF;
	padding: 10px;
}



.dg-main #RightSide a {
	color:#FFFFFF;
	text-decoration:none;
}
.dg-main #RightSide a:visited {
	color:#FFFF00;
	
}	

.dg-main #RightSide h2 {
	font-size:large;
		

}


.dg-main #Header {
	background: url(/Assets/images/header_background1.jpg) no-repeat;
	height: 100px;
	width: auto;
}

.dg-main #Header li {
	display:inline;
	list-style-type:none;
	word-spacing:5em;
}	

.dg-main #Header a {
	text-decoration:none;
	color:#FFFF00;
	margin-top:0px;
}


.dg-main #Navbar {
	background: #000000;
	height: 30px;
	width: 780px;
}


.dg-main #Footer {
	background: #000000;
	height: 35px;	
}

.dg-main #Footer p{
	color:#FFFFFF;
}	


/* @group compnents
---------------------------------------------------------------------------------------------*/
