﻿/* CSS reset - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus
{
	outline: 0;
}
body
{
	line-height: 1;
	color: black;
	background: white;
}
ol, ul
{
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table
{
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td
{
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after
{
	content: "";
}
blockquote, q
{
	quotes: "" "";
}
/* /CSS reset */



body
{
	margin:0;
	padding:0;
	background:white;
	/*font-family:Georgia,"Times New Roman",Times,serif;*/
	font-family:Arial,Helvetica,sans-serif;
	font-size:.9em;
}

h1
{
	font-size:1.5em;
	font-weight:normal;
	margin:15px 0 15px;
}
		
h2
{
	font-size:1.2em;
	font-weight:bold;
	margin:0 0 10px;
}

h3
{
	font-size:1.1em;
	font-weight:bold;
	margin:0 0 15px;
	text-transform:capitalize;
}

h4
{
	margin:0 0 10px;
	font-weight:bold;
}

p,
ul,
ol
{
	margin:0 0 10px;
	line-height:1.3em;
}

img
{
	border:none;
}

cite
{
    font-style:italic;
}

strong,
b
{
	font-weight:bold;
}

a
{
    color:blue;
    text-decoration:none;
}

a:hover
{
	color:#cc0000;
}	

#Content_Area
{
	width:970px;
	margin:0;
	padding:0;
	overflow:auto;
}

#Content_Body
{
	margin:0;
	padding:10px 0;
	overflow:auto;
}

#Column_Left
{
	float:left;
	width:29%;
	margin:0;
	padding:0;
}

#Column_Right
{
	float:left;
	width:69%;
	margin:0;
	padding:10px 0 0;
}

#Content_Header
{
	text-align:center;
	padding:10px;
	border-bottom:1px solid black;
}

#Content_Header .Trademark
{
	float:left;
	width:29%;
	text-align:center;
}

#Primary_Navigation
{
	margin:10px 10px 10px 20px;
	font-weight:bold;
}

#Primary_Navigation li
{
	list-style:none;
	margin-bottom:18px;
}

#Column_Right ul
{
	margin:0 60px 10px;
}
		
#Content_Footer
{
	clear:both;
	padding:10px 10px 10px 29%;
	font-size:.8em;
	color:gray;
	border-top:1px solid black;
}

.Page_Navigation
{
	text-align:center;
	margin:10px 0;
	padding:0 0 10px;
	border-bottom:1px solid black;
}
					
.Page_Navigation li
{
	list-style:none;
	display:inline;
	padding-right:10px;
}
					
.Sanskrit
{
	font-style:italic;
}

.Footnote
{
	font-size:.9em;
}


table
{
	border:1px solid black;
	border-collapse:collapse;
}

th
{
	background:#ffffcc;
}

th,
td
{
	border:1px solid black;
	padding:5px;
	font-size:.9em;
}

td.Money
{
	text-align:right;
}

/*.Money:before
{
	content:'$';
}*/

       
.Address span
{
	display:block;
}

.Address .City,
.Address .State
{
	display:inline;
	padding-right:.5em;
}

.Address .Postal_Code
{
	display:inline;
}

.Clearing
{
	clear:both;
	height:1px;
	overflow:hidden;
}
#Column_Right ul.Page_Navigation
{
	float:left;
	width:180px;
	margin:0 20px 5px 0;
	padding:10px;
	border:1px solid silver;
	text-align:left;
}

.Page_Navigation li
{
	display:block;
	margin:0 0 5px;
	font-size:.95em;
}

.Page_Navigation li:last-child
{
	margin:0;
}


#Faculty_List
{
	padding-left:30px;
}

#Application_Details ol
{
	padding-left:60px;
	margin-bottom:10px;
}

#Program_Schedule
{
	margin:10px 10px 20px 30px;
}

#Program_Schedule td
{
	vertical-align:top;
	padding:5px 10px 10px;
}

ol li
{
	margin-bottom:5px;
}

ol li ol li
{
	list-style:lower-alpha;
}

.Address
{
	margin-left:40px;
}
