/* HTML STYLES */

*
{
	margin: 0;
	padding: 0;
}

BODY
{
	background: #FFFFFF;
}

IMG
{ 
	font-family: 'Rubik', sans-serif;
	font-size: 15px;
	color: red; 
}

TD
{ 
	font-family: 'Rubik', sans-serif;
	font-size: 15px;
	color: black; 
}

SELECT, INPUT, TEXTAREA
{ 
	font-family: 'Rubik', sans-serif;
	font-size: 15px;
	color: black; 
}

INPUT[TYPE=SUBMIT]:HOVER
{
	background-color: red;
}

INPUT[TYPE=RESET]:HOVER
{
	background-color: red;
}

H1
{
	font-family: 'Rubik', sans-serif;
	font-size: 20px;
	font-weight: 700;
	font-color: black;
}

H2
{
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-color: black;
}

H3
{
	font-family: 'Rubik', sans-serif;
	font-size: 30px;
	font-weight: 400;
	font-color: black;
}

H4
{
	font-family: 'Rubik', sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-color: black;
}

A.Std_Link
{
	font-family: 'Rubik', sans-serif;
	font-size: 15px;
	font-weight: 400;
	vertical-align: top;
	color: red;
	text-decoration: none;
}

A.Std_Link:visited
{
	text-decoration: none;
}

A.Std_Link:hover
{
	text-decoration: underline;
}

A.Default_Link
{
	font-family: 'Rubik', sans-serif;
	font-size: 15px;
	font-weight: 400;
	vertical-align: top;
	color: red;
	text-decoration: none;
}

A.Default_Link:visited
{
	text-decoration: none;
}

A.Default_Link:hover
{
	text-decoration: underline;
}

A.Menu_Link
{
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: black;
        letter-spacing: 1.25px;
        line-height: 20px;
	text-decoration: none;
}

A.Menu_Link:visited
{
	text-decoration: none;
}

A.Menu_Link:hover
{
	color: red;
	text-decoration: none;
}

.UL1
{
	padding: 0px; 
	margin-left: 15px; 
	margin-top: 0px; 
	margin-bottom: 0px; 
	list-style: square;
}

.Bullet
{
	padding: 5px;
}

/* SECTION LAYOUT STYLES */

#Sec_Head
{
	border: 0px solid black;
	width: 100%;
	height: 90px;
	overflow: hidden;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
}

#Sec_Foot
{
	border: 0px solid black;
	width: 100%;
	height: 50px;
	overflow: hidden;
	margin-left: 0px;
	margin-top: 0px;
        padding: 0px;
}


#Sec_Menu
{
	float: left;
	border: 0px solid black;
	width: 15%;
        height: 80%;
	overflow: hidden;
	margin-left: 0px;
	margin-top: 0px;
        padding: 0px;
        background-color: #E8E8E8
}

#Sec_Body
{
	border: 0px solid black;
	width: 85%;
	height: 80%;
	overflow: hidden;
	margin-left: 0px;
	margin-top: 0px;
        padding: 0px;
}

/* TEXT BOX STYLES */

#Text_Head
{
	border: 0px solid black;
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	font-family: 'Rubik', sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: black;
        letter-spacing: 2px;
        line-height: 30px;
}

#Text_Head_Sub
{
	border: 0px solid black;
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: black;
        letter-spacing: 2px;
        line-height: 30px;
}

#Text_Menu
{
	border: 0px solid black;
	padding: 0px;
	margin-left: 20px;
	margin-right: 20px;
        margin-top: 20px;
}

#Text_Foot
{
	border: 0px solid black;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	font-family: 'Rubik', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: black;
        letter-spacing: 1.5px;
        line-height: 25px;
        text-align: center;
}

#Text_Body
{
	border: 0px solid black;
	width: 97%;
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	padding: 20px;
	font-family: 'Rubik', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: black;
        letter-spacing: 1.25px;
        line-height: 25px;
}

#Text_Body_Long
{
	border: 0px solid black;
	width: 97%;
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	padding: 20px;
	font-family: 'Rubik', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: black;
        letter-spacing: 1.25px;
        line-height: 25px;
	overflow-x: hidden;
	overflow-y: scroll;
}

#Contact_Form
{
	padding: 0px;
	line-height: 165%;
}