@media all
{
	body, body div, body p, body th, 
	body td, body li, body dd
	{
		font-family:Verdana, Tahoma, Arial;
		color: #000000;
	}

	img
	{
		border:0px;
	}

	a, a:visited
	{
		color:#0065FF;
	}

	a:hover
	{
		color: #B5121A;
	}
	
	h1, h2, h3, h4
	{
		font-family: Verdana, Arial, Sans-Serif;
	}

	h1
	{
		margin:0px 0px 12px 0px;
		color:#B6131C;
		font-size:1.2em;
		font-weight: normal;
	}

	h2
	{
		margin:12px 0px 12px 0px;
		color:#B6131C;
		font-size:0.9em;
		font-weight: bold;
	}

	h3, h4
	{
		margin:12px 0px 12px 0px;
		color:#000000;
		font-size:0.8em;
		font-weight: bold;
	}

	h4
	{
		color:#888;
		font-size:0.7em;
	}
	#ContentContainer p, #ContentContainer li, #ContentContainer td, #ContentContainer th
	{
		font-size: 0.7em;
		margin: 0px 0px 6px 0px;
		line-height: 1.3em;
	}
	
	#ContentContainer table, #ContentContainer td,  #ContentContainer th
	{
		border: 1px solid #ECE9D8;
	}
	#ContentContainer p, #ContentContainer td, #ContentContainer th
	{
		color: #313031;
	}

	#ContentContainer th p,
	#ContentContainer td p
	{
		font-size: 1em;
	}

	#ContentContainer td h2, #ContentContainer th h2
	{
		font-size: 1.2em;
		margin: 0;
	}

	#ContentContainer .Notation
	{
		font-size: 0.85em;
		color: #777777;
	}

	#ContentContainer td, #ContentContainer th
	{
		padding: 6px;
		vertical-align: top;
		text-align: left;
	}
}

@media print
{
	#Header,
	#GreyDivider,
	#NavContainer
	{
		display: none;
	}
}

@media screen
{
	body
	{
		margin: 0px;
		padding: 0px;
		background-color: #CFCFCF;
	}


	#PageContainer {
		border: solid 2px #B5121A;
		margin: 5px 0px 0px 0px;
		width: 768px;
		background-color: #FFFFFF;
	}
	#GreyDivider {
		background-color: #BBBBBB;
		width: 100%;
		height: 13px;
		font-size: 1px;
	}
	#NavContainer {
		float: left;
		width: 176px;
		background-color: #B5121A;
		background-image: url(../Images/nav_btm.gif);
		background-repeat: no-repeat;
		background-position: bottom;
	}

	#NavInnerContainer {
		padding: 15px 1px 15px 1px;
	}

	.NavItem {
		margin-bottom: 1px;
		padding: 3px 9px 3px 9px;
	}
	.SubNavItem {	
		margin-bottom: 1px;
		padding: 3px 9px 3px 20px;
	}
	.NavItem a, .NavItem a:visited,
	.SubNavItem a, .SubNavItem a:visited
	{
		color: #FFFFFF;
		font-family: Verdana, Tahoma, Arial;
		font-size: 0.7em;
		font-weight: bold;
		text-decoration: none;
	}
	.SelectedNavItem
	{
		color: #FFDE00;
	}
	.NavItem a:hover, .SubNavItem a:hover {
		color: #FFFFFF;
		text-decoration: none;
	}
	#ContentContainer {
		padding: 8px;
		margin-left: 176px;
	}
	#ContentFooterGap {
		clear: both;
		height: 45px;
	}
	#ContentFooter {
		background-color: #B5121A;
		width: 100%;
		height: 6px;
		font-size: 1px;
	}

	#ContentContainer input.Textbox
	{
		font-family: Verdana, Arial, Sans-Serif;
		font-size: 1em;
		color: #555555;
		width: 290px;
	}

	#ContentContainer input.Button
	{
		padding: 2px 12px;
		font-family: Verdana, Arial, Sans-Serif;
	}

	#LatestNewsContainer
	{
		width:185px;
		margin-top:40px;
		margin-left:3px;
	}

	#LatestNewsHeader
	{
		margin-left:-2px;
		margin-bottom:5px;
	}

	#LatestNews
	{
		width:183px;
		background-image: url(../Images/latest_news_bg_left.gif);
		background-repeat: repeat-y;
		background-position: left;
	}
	#LatestNewsLayer2
	{
		background-image: url(../Images/latest_news_bg_right.gif);
		background-repeat: repeat-y;
		background-position: right;
	}

	.LatestNewsContent
	{
		padding:9px 12px 9px 9px;
	}
	
	.LatestNewsContent a
	{
		font-size: 0.7em;
	}
	
	.LatestNewsContent p a
	{
		font-size: 1.0em;
	}

	/*****************************
	 * Home page panels
	 *****************************/

	.Panel
	{
		width: 180px;
		margin-top: 20px;
	}

	.PanelTop
	{
		height: 5px;
		background-image: url(../Images/PanelTop.gif);
		background-repeat: no-repeat;
	}

	.PanelHeader
	{
		background-image: url(../Images/PanelTopMid.gif);
		background-repeat: repeat-y;
		padding: 2px 12px;
	}

	.PanelHeader h3
	{
		margin: 0;
		color: #ffffff;
		font-weight: normal;
		font-size: 0.9em;
	}

	.PanelDiv
	{
		height: 5px;
		background-image: url(../Images/PanelDiv.gif);
		background-repeat: no-repeat;
	}

	.PanelMid
	{
		background-image: url(../Images/PanelMid.gif);
		background-repeat: repeat-y;
		padding: 8px 8px 4px;
	}

	.PanelMid p
	{
		margin: 0;
	}


	.PanelBottom
	{
		height: 5px;
		background-image: url(../Images/PanelBottom.gif);
		background-repeat: no-repeat;
	}

	/*****************************
	 * Content sections
	 *****************************/

	#ContentSections td
	{
		font-size:.7em;
	}

	#centeredDiv
	{
		position: relative;
		width:771px;
		text-align:left;
		background-color: #FFFFFF;
	}

	#centeredDiv2
	{
		margin-left: 2px;
		width:767px;
		background-image: url(../images/bg.gif);
	}

	#main
	{
		background-repeat:repeat-y;
	}

	#left
	{
		float:left;
		width:180px;
	}

	#middle
	{
		padding-bottom:10px;
	}

	#right
	{
		float:right;
		width:186px;
	}

	/*****************************
	 * Historic info request 
	 *****************************/

	#NameRows,
	#PositionRow,
	#EmailPhoneRows,
	#CurrentInstitutionRow,
	#SameInstitutionAsAbove,
	#StudentNumberRow,
	#ApsMemberNumberRow,
	#SubmitRow,
	#PaymentRows
	{
		display: none;
	}

	.ValidationError
	{
		display: block;
		color: #b5121a !important;
		border-left: 4px solid #e8ae10;
		background-image: url(../Images/ValidationBg.gif);
		padding: 4px 8px;
		margin-top: 4px;
		font-weight: bold;
	}
	
	.HeadingCell
	{
		background-color: #dcdcdc;
	}
	
	.Historic th
	{
		text-align: right !important;
	}
	
	.Historic .Mandatory
	{
		color: #b5121a;
	}
	
	.Historic .ButtonCell
	{
		text-align: center !important;
	}

	/*****************************
	 * Footer
	 *****************************/

	#footer
	{
		padding:9px 0px 9px 6px;
		border-top: 2px solid white;
		background-color:#1E455D;
		font-family:Tahoma;
		font-size:.7em;
		color:#A5B5BE;
	}

	#footer a
	{
		color:#A5B5BE;
		text-decoration: none;
	}

	#footer a:hover
	{
		text-decoration: underline;
	}

	.cleaner
	{
		clear:both;
		font-size:1px;
		border:none;
		background:transparent;
	}

	.nav
	{
		width:179px;
		line-height:15px;
	}

	.nav td
	{
		font-family:Tahoma;
		font-weight: bold;
		color: #1F4962;
		font-size: .7em;
	}

	.nav a, .nav a:visited
	{
		color:#1F4962;
		font-weight:bold;
		text-decoration: none;
	}

	.nav a:active{
		color: #A94A24;
	}

	.nav a:hover 
	{
		color: #A94A24;
		text-decoration: underline;
	}

	.nav img
	{
		width:13px;
		height:11px;
	}

	.navSub td
	{
		background-color:#F2F7FA;
		margin-bottom: 1px;
	}

	.navSub a
	{
		font-weight:normal !important;
	}

	.navSub table, .navActive table
	{
		margin:0px !important;
	}

	.navActive td 
	{
		background-color:#F2F7FA;
		font-family:Tahoma;
		font-weight: normal;
		color: #A94A24;
	}

	.navActive a
	{
		color:#A94A24 !important;
	}


	.navItem
	{
		line-height:15px;
		padding-bottom:2px;
	}

	.navSubActive
	{
		color:#A92424 !important;
		font-weight: normal;
	}



	.imageCaption
	{
		color: #000000;
		padding:5px;
		font-family:Tahoma;
		font-size: .65em;
	}

	.featureBox
	{
		margin-top:15px;
	}
	.featureBox div
	{
		background-color:#C4DDED;
		padding:2px;
	}

	.featureBox td
	{
		font-size: .7em !important;
	}

	.featureHeader
	{
		margin:0px;
		font-family: Verdana, Tahoma, Arial;
		color: #1F4962;
		font-size:.9em;
		font-weight:bold;
	}

	.whatsNew
	{
		margin-bottom:12px;
	}

	.whatsNew td
	{
		font-size: .7em;
	}

	.whatsNew a
	{
		text-decoration:underline;
	}

	.cmsTable
	{
		padding-top:1px;
		border-top:1px solid #A6C8DD;
		border-bottom:1px solid #A6C8DD;
	}

	#CoursesByState
	{
		border:3px solid #ECE9D8;
		text-align:center;
		font-size:1em;
		float: left;
		width: 571px;
	}

	#CoursesByState div
	{
		border-top:3px solid #ECE9D8;
		padding:5px 0px;
		font-size: 0.7em;
	}

	.SectionImage
	{
		background-color:#bbb;
		padding:5px;
	}

	.SectionImage.AlignLeftAround
	{
		float:left;
		margin:3px 10px 5px 0px;
	}

	.SectionImage.AlignRightAround
	{
		float:right;
		margin:3px 0px 5px 10px;
	}

	.SectionImage.AlignLeftSeparateAbove, .SectionImage.AlignRightSeparateAbove, .SectionImage.AlignCentreSeparateAbove, .SectionImage.AlignCentreAround
	{
		margin-bottom:12px;
	}

	.SectionImage.AlignLeftSeparateBelow, .SectionImage.AlignRightSeparateBelow, .SectionImage.AlignCentreSeparateBelow
	{
		margin-top:12px;
	}

	.SectionImage.AlignRightSeparateAbove, .SectionImage.AlignRightSeparateBelow
	{
		margin-left:auto;
	}

	.SectionImage.AlignCentreSeparateAbove, .SectionImage.AlignCentreSeparateBelow, .SectionImage.AlignCentreAround
	{
		margin-left:auto;
		margin-right:auto;
	}

	.SectionImageCaption
	{
		font-size:11px;
		color:#000;
		padding-top:5px;
	}

	#HomeContentColumn
	{
		float:left;
		width:360px;
		padding:5px;
	}

	#HomeFeatureColumn
	{
		float:right;
		width:185px;
	}
}
