html, body {
	margin: 0;
	padding: 0;
}

a {
	color:  #666666;
}

/* MAIN CONTAINER */
#container {
	text-align: left;
	width: 960px;
	margin: 0 auto;
}

/* HEADER */
#header a, a:visited {
	color: #FFFFFF;
	text-decoration: none;
	border: 0;
}

#header a:hover {
	text-decoration: underline;
}

#header #titles {
	float: left;
	width: 500px;
	margin: 30px 0 0 60px;
	padding: 0;
}

div.pagetitle {
	font-size: 25px;
	color:  #FFFFFF;
}

div.schooltitle {
	font-size: 17px;
	color:  #FFFFFF;
}

#header #rightside {
	float: right;
	width: 300px;
	margin: 30px 0 0 0;
	padding: 0;
	text-align: right;
}

/* SEARCH */
#search table {
	border: 0;
	padding: 0;
	margin: 0;
	font-size: 11px;
	color: #FFFFFF;
}

#search form {
	padding: 0;
	margin: 0;
}

#search td {
	padding: 0 0 0 2px;
}

#search .query {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-size: 12px;
	line-height: 19px;
}

#search .button {
	background-color: #FFFFFF;
	border: 1px solid;
	border-color: #000000 #666666 #666666 #000000;
	color: #000000;
	font-size: 11px;
	height: 19px;
}

.lang {
	position: relative;
	top: 10px;
	font-size: 12px;
	color: #FFFFFF;
	clear: both;
}

#wrapper {
	float: left;
	width: 100%;
}

#navigation {
	float: left;
	width: 185px;
	margin-left: -965px;
	overflow: hidden;
}

#navigation a.mainmenu, #navigation a.mainmenu:visited {
	display: block;
	color: #666666;
	font-size: 12px; 
	line-height: 18px; 
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff #f3f1e9 #cccccc #f3f1e9;
	padding: 2px 0 2px 11px;
	margin: 0 0 0 5px;
	background-image: url(../images/bullet_mainmenu.gif);
	background-repeat: no-repeat;
	background-position: 2px 7px;
}

#navigation a.mainmenu:hover, #navigation a.mainmenu:focus {
	background-image: url(../images/bullet_mainmenu_over.gif);
	background-color: #dfdfdf;
	border-style: solid;
	border-color: #fafafa #ffffff #cccccc #ffffff;
}

#navigation a.mainmenuRSS, #navigation a.mainmenuRSS:visited {
	display: block;
	color: #666666;
	font-size: 12px; 
	line-height: 18px; 
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff #f3f1e9 #cccccc #f3f1e9;
	padding: 2px 0 2px 19px;
	margin: 0 0 0 5px;
	background-image: url(../images/icon_rss.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
}

#navigation a.mainmenuRSS:hover, #navigation a.mainmenuRSS:focus {
	background-color: #dfdfdf;
	border-style: solid;
	border-color: #fafafa #ffffff #cccccc #ffffff;
}

#footer {
	color:  #0000000;
	clear: left;
	width: 100%;
	height: 28px;
	text-align: center;
	line-height: 28px;
	font-size: 11px;
	border-top: 1px solid #CCCCCC;
}

#footer p {
	margin: 0;
	padding: 5px 10px;
}

#footer a, #footer a:visited {
	color: #666666;
	text-decoration: underline;
	border: 0;
}

#extra a.comingEvent, #extra a.comingEvent:visited,
#content a.comingEvent, #content a.comingEvent:visited,
#navigation a.comingEvent, #navigation a.comingEvent:visited {
	display: block;
	line-height: 14px; 
	text-decoration: none;
	text-align: left;
	padding: 3px 0px 6px 11px;
	margin: 0px;
	background-image: url(../images/bullet_mainmenuSub.gif);
	background-repeat: no-repeat;
	background-position: 1px 8px;
	border: 0;
}

#extra a.comingEvent:hover, #extra a.comingEvent:focus,
#content a.comingEvent:hover, #content a.comingEvent:focus {
	text-decoration: underline;
}

#extra .aboutPhoto, #navigation .aboutPhoto {
	text-align:center;
}

#content .aboutPhoto {
	width: 75px;
	float: right;
	margin: 0 120px 10px 10px;
	text-align:center;
}

#content img.staffPhoto {
	width:180px;
}

#extra img.staffPhoto, #navigation img.staffPhoto {
	width:178px;
}

#content .continue, 
#extra .continue,
#navigation .continue {
	font-size: 10px;
	font-style: italic;
}

#pagePhoto {
	font-size: 11px;
	line-height: 1.5em;
	margin: 0 0 15px 0;
	text-align:left;
}

#pagePhoto img {
	width: 178px;
	border: 1px solid #666666;
}

/*
ERROR MESSAGE
*/
#content .error {
	border: 1px solid #990000;
	color: #990000;
	padding: 10px;
	text-align: center;
	background-color: #FAFAFA;
}

/*
AISD ALERTS
*/

#AISDalert {
	background-image: url(../../../images/features/alert.gif); 
	background-repeat: no-repeat;
	background-position: 3px 15px;
	border: 1px solid #990000;
	padding: 10px 60px;
	margin-bottom: 10px;
	text-align: center;
	background-color: #FAFAFA;
}

#AISDalert .alertTitle {
	color: #990000;
	font-size: 15px;
	font-weight:bold;
	margin-bottom: 5px;
	letter-spacing: 0.2em;
}

#AISDalert a.alertContentTitle, 
#AISDalert a.alertContentTitle:hover,
#AISDalert a.alertContentTitle:visited {
	display: block;
	border: 0;
	text-decoration: underline;
	line-height: 20px;
	font-weight:bold;
	font-size: 13px;
}

#AISDalert a.alertContentContinue, 
#AISDalert a.alertContentContinue:hover,
#AISDalert a.alertContentContinue:visited {
	display: block;
	border: 0;
	text-decoration: underline;
	line-height: 20px;
	font-size: 11px;
}

/*
SPECIAL LIST STYLE
*/

#spList ul, #spList ol {
	line-height: 1.75em;
	word-spacing: .1em;
	padding: 5px;
	margin-left: 1em;
	padding-left: 5px;
}

#spList li {
	padding-bottom: 10px;
}

/*
Calendar
*/
.Caltableborder TABLE {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #999999; 
}

.Caltableborder TD { 
	border: 1px solid #999999; 
	padding: .2em; 
	font-size: 11px;
	height: 50px;
	vertical-align:top;
}

.Caltableborder .header {
	font-weight: bold;
	font-size: 11px;
	height: 15px;
}

/*
FCKeditor Styles
*/

.tableborder TABLE {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #999999; 
}

.tableborder TD { 
	border: 1px solid #999999; 
	padding: .5em; 
	font-size: 11px;
}

.tableborder .header {
	font-weight: bold;
	background-color: #EFEFEF;
	font-size: 11px;
}

.Bold
{
	font-weight: bold;
}

.Title {
		font-size: 14px; 
		font-weight: bold;
}

.subTitle {
		font-size: 13px; 
		font-weight: bold;
		color: #666666;
}

.small {
	font-size: 11px;
}

.Xsmall {
	font-size:10px;
}

/******
TEMPLATE SPECIFIC
******/

body {
	font:  12px arial, verdana, georgia, times, sans-serif;
	text-align: center;
	background-image: url(../images/bg_main_purple.jpg);
	background-repeat: repeat-x;
	background-color: #f3f1e9;
}

/* HEADER */
#header {
	height: 107px;
	background-image: url(../images/logo_aisd_main_purple.gif);
	background-repeat: no-repeat;
	background-position: 5px 25px;
}

/* TOP MENU */
#topMenu {
	line-height: 28px;
	color: #EFEFEF;
	font-size: 12px;
	font-variant: small-caps;
	height: 28px;
	line-height: 28px;
	margin: 0 0 20px 0;
	padding: 0 10px 0 10px;
	text-align: left;
	background-color: #660098;
	border: 2px solid #f3f1e9;
}

#topMenu a, a:visited {
	color: #FFFFFF;
	text-decoration: none;
	border: 0;
}

#topMenu a:hover {
	text-decoration: underline;
}

#topMenu img {
	border: 0;
	vertical-align: middle;
}

#content {
	margin:  0 200px 0 200px;
}

#content p, #content .regularText {
	line-height: 2em;
	word-spacing: .1em;
	font-color: #cccccc;
}

#content a, #content a:visited {
	color: #660098;
	border-bottom: 1px dotted #000000;
	text-decoration: none;
}

#content a:hover {
	border-bottom: 1px solid #990000;
}

#extra {
	float: left;
	width: 180px;
	/* height: 500px; */
	margin-left: -185px;
	font-size: 12px;
	line-height: 1.5em;
	overflow: hidden;
}

#extra a, a:visited {
	color: #660098;
	border-bottom: 1px dotted #000000;
	text-decoration: none;
}

#extra a:hover {
	border-bottom: 1px solid #990000;
}

#content a.title, #content a.title:visited, #content .title {
	color: #660098;
	display: block;
	background-position: 0px 0;
	line-height: 25px;
	margin: 0 0 5px 0;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	border-bottom: 1px #666666 solid;
}

#content a.atitle, #content .atitle {
	color: #660098;
	display: block;
	height: 30px;
	background-position: 0px 0;
	line-height: 33px;
	margin: 0 0 5px 0;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	border-bottom: 0;
}

#content a.section {
	line-height: 14px;
	font-size: 11px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	border: 0;
}

.date {
	line-height: 14px;
	color: #666666;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

#extra a.title, #extra .title {
	color: #660098;
	display: block;
	line-height: 20px;
	padding: 0 0 0 0;
	margin: 0 0 5px 0;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	border-bottom: 1px #666666 solid;
}

#navigation a.title, #navigation .title {
	color: #660098;
	display: block;
	line-height: 20px;
	padding: 0 0 0 0;
	margin: 0 0 5px 0;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	border-bottom: 1px #666666 solid;
}

#navigation a.mainmenuSelect, #navigation a.mainmenuSelect:visited {
	display: block;
	color: #660098;
	font-size: 12px; 
	line-height: 18px; 
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff #f3f1e9 #cccccc #f3f1e9;
	padding: 2px 0 2px 11px;
	margin: 0 0 0 5px;
	background-image: url(../images/bullet_mainmenu.gif);
	background-repeat: no-repeat;
	background-position: 2px 7px;
}

#navigation a.mainmenuSelect:hover, #navigation a.mainmenuSelect:focus {
	background-image: url(../images/bullet_mainmenu_over.gif);
	background-color: #dfdfdf;
	border-style: solid;
	border-color: #fafafa #ffffff #cccccc #ffffff;
}

#navigation a.mainmenuSub, #navigation a.mainmenuSub:visited {
	display: block;
	color: #660098;
	font-size: 12px; 
	line-height: 18px; 
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff #f3f1e9 #cccccc #f3f1e9;
	padding: 2px 0 2px 20px;
	margin: 0 0 0 5px;
	background-image: url(../images/bullet_mainmenuSub.gif);
	background-repeat: no-repeat;
	background-position: 10px 9px;
}

#navigation a.mainmenuSub:hover, #navigation a.mainmenuSub:focus {
	background-color: #dfdfdf;
	border-style: solid;
	border-color: #fafafa #ffffff #cccccc #ffffff;
}
