/* 
--------------------------------------------------------------------------------------------
Title: 		CSUSM General Stylesheet
Description:	Defines content styles for campus owned pages
Author:		IITS WEB Group
Modified Date: 	- modified by Dave 7/17/08
		- modified by Pete 7/17/08
		8/4 - Pete
		- Changed font families to match. Changed all font sizes to pts 
		10/2 - ARY
		- Added table styles
--------------------------------------------------------------------------------------------

Color Codes
------------
Dark Blue:				#010044
Light Blue (Header Underline):		#889Ec7
Maroon (Horizontal Bars):		#580000
Light Maroon				#833227
Lighter Maroon				#C6675C
Dark Grey (Dividing Lines):		#53556A
Sand Color (Content Background):	#F3F2ED
Sand Color darker (Content Background):	#E7E4D9
Light Grey (Footer Background):		#C0C0C0
Orange (Linklist Hover Color):		#FF9900


--------------------------------------------------------------------------------------------
*/

/* Basic Styles*/

img
{
	border:0px;
}

ul 
{
	margin-bottom:15px;
}

ol 
{
	margin-bottom:15px;
}

#content_section p
{
	font-size: 10pt;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 16px;
}
	
#content_section li 
{
	font-size: 10pt;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left:-10px;
}



/*
#content_section li_alt1 
{
	font-size: 12px;
	line-height: 18px;
	list-style-image:url(../images/test-bullet.gif);
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: -18px;
}
*/

#content_section h1
{
	font-size: 20pt;
	line-height: 25px;
	color: #742C2C;
	font-weight: bold;
	font-variant:small-caps;
	margin-top: 0px;
text-align:left;

}

#content_section h2
{
	font-size: 18pt;
	color: #742C2C;
	font-weight: bold;
	margin-top: 0px;
}

#content_section h3
{
	font-size: 14pt;
	line-height: 23px;
	color: #742C2C;
	font-weight: bold;
	margin-top: 0px;
}

#content_section h4
{
	font-size: 14pt;
	line-height: 23px;
	color: #010044;
	font-weight: bold;
	margin-top: 0px;
}

#content_right_content p 
{
	font-size: 7.5pt;
	line-height: 14px;
	margin-top: 0px;	
}

#content_right_content li 
{
	font-size: 7.5pt;
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left:-15px;
}

#content_right_content h1
{
	font-size: 11pt;
	line-height: 25px;
	margin: 0px;
	color: #742C2C;
	font-weight: bold;	
	text-transform: none;

}

#content_right_content h2
{
	font-size: 9pt;
	line-height: 22px;
	margin: 0px;
	color: #742C2C;
	font-weight: bold;
}
