﻿html,body
{
	margin:0;
	padding:0;
	height:100%;
	background-color:#3788BE;
	font-family: arial, sans-serif;
	font-size: 10pt;
	text-align:center;
    margin-bottom:1px; /* always show vertical scrollbar in Firefox */
}

#content hr
{
    height: 1px; /*1*/
    color: #0067ac;
    background-color: #0067ac;
    border:none;
    margin: 0px;
    width:100%;
    margin-top: 25px;
    margin-bottom: 25px;
}
#content #sidebar hr
{
    height: 1px;
    color: #EF4A4E;
    background-color: #EF4A4E;
    margin-top: 20px;
    margin-bottom: 20px;
}
#main
{
	height:100%;
	width:750px;
	margin-left:auto;
	margin-right:auto;
}
#left
{
	background-image: url('http://www.smu.edu/asianstudies/images/left_column.jpg');
	background-repeat: repeat-y;
	width:20px;
}
#right
{
	background-image: url('http://www.smu.edu/asianstudies/images/right_column.jpg');
	background-repeat: repeat-y;
	width:20px;
}
#center
{
	text-align:left;
	background-color:white;
}
#content
{
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
}
#header
{
	height:115px;
	width:710px;
	margin:0;
	padding:0;
}
#navigation
{
	height:27px;
	width:710px;
	margin:0;
	padding-top:9px;
	text-align:center;
	background-image: url('http://www.smu.edu/asianstudies/images/red_nav_bar.jpg');
	background-repeat: repeat-x;
	font-weight:bold;
	color:white;
}
#navigation a:link    {color: #FFFFFF; text-decoration:none; }  /* unvisited link */
#navigation a:visited {color: #FFFFFF; text-decoration:none; }  /* visited link */
#navigation a:hover   {color: #FFFFFF; text-decoration:underline;}  /* mouse over link */
#navigation a:active  {color: #FFFFFF; text-decoration:none;}  /* selected link */

#content div
{
    padding-left: 25px;
    padding-right: 25px;
}
h4
{
    font-size: 12pt;
    margin-top: 0px;
}
#content #sidebar h4
{
    margin-top: 0px;
}



