/*---------------------------------------------------*/
/*
Title: Marymount Manhattan College Student Government Association Style Sheet
*/
/*---------------------------------------------------*/

/* CUSTOM CLASSES */

.main
	{
		width: 75%
	}

.title_div
	{
	border-left: 1px solid #CCCCCC;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 13px;
	}

.side_text
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border-left: 1px solid #D5D5D5;
	line-height: 125%;
	}

.body_header
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #002B5F;
	}

.body_warning
	{
	color: #DF0012;
	font-weight: bold;
	}
	
p.list
	{
	text-indent: -15px;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 10px;
	/* padding-bottom: 5px; */
	}

.body_text
	{
	font-family: times, garamond;
	color: #333333;
	font-size: 14px;
	}



.side_text_header
	{
	font-family: arial, helvetica;
	font-size: 12px;

	font-weight: bold;
	margin-bottom: 3px;
	}


.borders_div
	{
	border-top: 5px solid #002B5F;
	border-bottom: 5px solid #002B5F;
	}

.text_div
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D5D5D5;
	}

.footer_text
	{
	font-family: arial, helvetica;
	font-size: 12px;
	color: #DF0012;
	}

.h2
	{
		font:Arial, Helvetica, sans-serif;
		font-weight:bold;
		color:#00F;
	font-size: 14px;
	}

/* CUSTOM LINKS */
a.image
{
	border-bottom: none;
}

a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	border-bottom: none;
	color: #333333;
}

a:hover
{
	color: #5781AE;
	border-bottom: none;
}
