/* This style sheet has items that can be customizable per organization */

/* http://www.colorzilla.com/gradient-editor/ can be used to create the CSS Styles for the html elements gradient */
html
{
	/* http://www.colorzilla.com/gradient-editor/ can be used to create the CSS Styles for the html elements gradient */
	background-image: url('background.png');
}

#MarketingContent { margin:-20px auto 0 auto; } /* Use a negative top margin to position the marketing content closer to the organizations logo */
#MarketingContent { /* display: none; */ } /* Uncomment this out if we need to hide the MarketingContent on the left */
#MarketingContent { color: #000; } /* Change the color of the MarketingContent on the left */
#MarketingContent a, #MarketingContent a:visited { color: #000; } /* Change the color of MarketingContent links on the left */

#ImportantInformationContent { /*margin: -70px auto 0 auto; */ } /* Changing the position of the Important Info Content on the left. This one will need to be changed if we are not showing the MarketingContent */
#ImportantInformationContent { /* display: none; */ } /* Uncomment this out if we need to hide the ImportantInformationContent on the left */
#ImportantInformationContent { color: #000; } /* Change the color of the Important Info Content on the left */
#ImportantInformationContent a, #ImportantInformationContent a:visited { color: #000; } /* Change the color of links in the Important Info Content on the left */

#RightContent { color: #000; } /* Change the color of the Content on the right */
#RightContent a, #RightContent a:visited { color: #000; } /* Change the color of the links on the right */

#SignUp a { color: #000; } /* Change the color of the text "Don't have an account? Click here." */
#Assistance { color: #000; } /* Change the color of the text "If you need assistance using FollowMyhealth, click here for:" */

#Footer a, #Footer a:visited { color: #000; } /* Change the color of the links in the footer */