﻿/* This StyleSheet contains custom styles for this project and is used for the Welcome page */

/* The below is the master div that contains all content on the page. */

#Intro
{
	min-height: 100%;
}


/* This section is for the Welcome Paragraph at the top of the page. */
#Welcome
{
	width: 100%;
	height: 97%;
}

/* The below id is for the left portion of the content and the links within the left portion */


#WelcomeDivsLinks
{
	margin-top: 10px;
    margin-right: 5px;
    padding-left: 15px;
	margin-bottom: 0px;
    width: 35%;
	height: 60%;
    float: left;
	align: left;
    border: 2px solid #B5BACE;
    overflow-y: auto;
}


/* The below two ids are a for the right portion of the content. The upper icon div and the lower content div */


#WelcomeDivsRightUpper
{
	margin-top: 10px;
    width: 58%;
    height: 15%;
	float: right;
	text-align: center;
    padding-left: 15px;
    border: 2px solid #B5BACE;
}

	
#WelcomeDivsRightLower
{
	margin-top: 10px;
    margin-bottom: 0px;
    width: 58%;
	float: right;
    height: 15%;
	padding-left: 15px;
    border: 2px solid #B5BACE;
}





